Searched refs:txpow (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | taxonomy.c | 98 char txpow[7 + 4 + 1]; /* ",txpow:" + %04hx + trailing NUL */ in ie_to_string() local 114 os_memset(txpow, 0, sizeof(txpow)); in ie_to_string() 214 os_snprintf(txpow, sizeof(txpow), in ie_to_string() 231 txpow, extcap, wps); in ie_to_string()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | taxonomy.c | 98 char txpow[7 + 4 + 1]; /* ",txpow:" + %04hx + trailing NUL */ in ie_to_string() local 114 os_memset(txpow, 0, sizeof(txpow)); in ie_to_string() 214 os_snprintf(txpow, sizeof(txpow), in ie_to_string() 231 txpow, extcap, wps); in ie_to_string()
|