Home
last modified time | relevance | path

Searched refs:rsn_testing (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c23 int rsn_testing = 0; variable
111 if (rsn_testing) in wpa_own_rsn_capab()
148 if (rsn_testing) { in wpa_write_rsn_ie()
160 if (rsn_testing) { in wpa_write_rsn_ie()
179 if (rsn_testing) { in wpa_write_rsn_ie()
306 if (rsn_testing) { in wpa_write_rsn_ie()
368 if (rsn_testing) { in wpa_write_rsn_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c23 int rsn_testing = 0; variable
119 if (rsn_testing) { in wpa_write_rsn_ie()
131 if (rsn_testing) { in wpa_write_rsn_ie()
150 if (rsn_testing) { in wpa_write_rsn_ie()
267 if (rsn_testing) { in wpa_write_rsn_ie()
301 if (rsn_testing) in wpa_write_rsn_ie()
353 if (rsn_testing) { in wpa_write_rsn_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3997 } else if (os_strcmp(buf, "rsn_testing") == 0) { in hostapd_config_fill()
3998 extern int rsn_testing; in hostapd_config_fill()
3999 rsn_testing = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3796 } else if (os_strcmp(buf, "rsn_testing") == 0) {
3797 extern int rsn_testing;
3798 rsn_testing = atoi(pos);

Completed in 15 milliseconds