Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDap_config.c714 int full_config) in hostapd_config_check_bss() argument
716 if (full_config && bss->ieee802_1x && !bss->eap_server && in hostapd_config_check_bss()
741 if (full_config && bss->wpa && in hostapd_config_check_bss()
749 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
759 if (full_config && hostapd_mac_comp_empty(bss->bssid) != 0) { in hostapd_config_check_bss()
776 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
788 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
795 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
802 if (full_config && conf->ieee80211n && bss->wpa && in hostapd_config_check_bss()
815 if (full_config && bss->wps_state && bss->ignore_broadcast_ssid) { in hostapd_config_check_bss()
[all …]
HDap_config.h688 int hostapd_config_check(struct hostapd_config *conf, int full_config);
690 int full_config);