Searched defs:full_config (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_config.c | 741 int full_config) 743 if (full_config && bss->ieee802_1x && !bss->eap_server && 768 if (full_config && bss->wpa && 776 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && 786 if (full_config && !is_zero_ether_addr(bss->bssid)) { 803 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && 815 if (full_config && conf->ieee80211n && 822 if (full_config && conf->ieee80211n && 829 if (full_config && conf->ieee80211n && bss->wpa && 842 if (full_config 739 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument 913 hostapd_config_check(struct hostapd_config *conf, int full_config) argument 956 hostapd_set_security_params(struct hostapd_bss_config *bss, int full_config) argument [all...] |
/external/wpa_supplicant_8/src/ap/ |
H A D | ap_config.c | 741 int full_config) 743 if (full_config && bss->ieee802_1x && !bss->eap_server && 768 if (full_config && bss->wpa && 776 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && 786 if (full_config && !is_zero_ether_addr(bss->bssid)) { 803 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && 815 if (full_config && conf->ieee80211n && 822 if (full_config && conf->ieee80211n && 829 if (full_config && conf->ieee80211n && bss->wpa && 842 if (full_config 739 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument 913 hostapd_config_check(struct hostapd_config *conf, int full_config) argument 956 hostapd_set_security_params(struct hostapd_bss_config *bss, int full_config) argument [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ap_config.c | 741 int full_config) 743 if (full_config && bss->ieee802_1x && !bss->eap_server && 768 if (full_config && bss->wpa && 776 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && 786 if (full_config && !is_zero_ether_addr(bss->bssid)) { 803 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && 815 if (full_config && conf->ieee80211n && 822 if (full_config && conf->ieee80211n && 829 if (full_config && conf->ieee80211n && bss->wpa && 842 if (full_config 739 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument 913 hostapd_config_check(struct hostapd_config *conf, int full_config) argument 956 hostapd_set_security_params(struct hostapd_bss_config *bss, int full_config) argument [all...] |
Completed in 64 milliseconds