Searched defs:psk_set (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h159 * psk_set - Whether PSK field is configured
161 int psk_set; member in struct:wpa_ssid
H A Dwpa_supplicant.c152 if (!ssid->psk_set) {
1383 int psk_set = 0; local
1385 if (ssid->psk_set) {
1388 psk_set = 1;
1399 psk_set = 1;
1438 psk_set = 1;
1452 psk_set = 1;
1467 if (!psk_set) {
2572 if (ssid->psk_set)
2590 ssid->psk_set)
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h122 * psk_set - Whether PSK field is configured (GO only)
124 int psk_set; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h722 * psk_set - Whether psk value is set
724 int psk_set; member in struct:wps_context
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h122 * psk_set - Whether PSK field is configured (GO only)
124 int psk_set; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/src/wps/
H A Dwps.h722 * psk_set - Whether psk value is set
724 int psk_set; member in struct:wps_context
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h122 * psk_set - Whether PSK field is configured (GO only)
124 int psk_set; member in struct:p2p_go_neg_results
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h722 * psk_set - Whether psk value is set
724 int psk_set; member in struct:wps_context

Completed in 180 milliseconds