Searched refs:full_config (Results 1 – 2 of 2) sorted by relevance
714 int full_config) in hostapd_config_check_bss() argument716 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 …]
688 int hostapd_config_check(struct hostapd_config *conf, int full_config);690 int full_config);