Home
last modified time | relevance | path

Searched refs:WPA_PROP_KEY_DEBUG_ON (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.c210 #define WPA_PROP_KEY_DEBUG_ON "persist.sys.wpa_debug_on" macro
244 if (GetParameter(WPA_PROP_KEY_DEBUG_ON, "0", prop, sizeof(prop)) > 0) { in wpa_can_hilog()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c212 #define WPA_PROP_KEY_DEBUG_ON "persist.sys.wpa_debug_on" macro
501 if (GetParameter(WPA_PROP_KEY_DEBUG_ON, "0", prop, sizeof(prop)) > 0) { in disable_anonymized_print()