Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dap_config.c1211 int full_config) in hostapd_config_check_bss() argument
1213 if (full_config && is_6ghz_op_class(conf->op_class) && in hostapd_config_check_bss()
1217 if (full_config && bss->ieee802_1x && !bss->eap_server && in hostapd_config_check_bss()
1244 if (full_config && bss->wpa && in hostapd_config_check_bss()
1252 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
1262 if (full_config && !is_zero_ether_addr(bss->bssid)) { in hostapd_config_check_bss()
1279 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
1290 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
1298 if (full_config && conf->ieee80211n && in hostapd_config_check_bss()
1306 if (full_config && conf->ieee80211n && bss->wpa && in hostapd_config_check_bss()
[all …]
Dap_config.h1198 int hostapd_config_check(struct hostapd_config *conf, int full_config);
1200 int full_config);