'Android Framework Wpa_Supplicant wpa_debug_timestamp value

I need to print the timestamp value for wpa_cli log_level debug.

First I set the debug in log_level:

$ sudo wpa_cli log_level debug
 Selected interface 'wlan0'
 OK
$

After that I check the log_level:

$ sudo wpa_cli log_level
  Selected interface 'wlan0'
  Current level: DEBUG
  Timestamp: 0
$

Here always I get 0 value for Timestamp. How to get non 0 value for Timestamp?.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source