Lines Matching refs:iconf

58 	if (hapd->iconf->ieee80211n && hapd->iconf->require_ht)  in hostapd_eid_supp_rates()
60 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_supp_rates()
78 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && count < 8) { in hostapd_eid_supp_rates()
83 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && count < 8) { in hostapd_eid_supp_rates()
101 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) in hostapd_eid_ext_supp_rates()
103 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) in hostapd_eid_ext_supp_rates()
122 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht) { in hostapd_eid_ext_supp_rates()
128 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht) { in hostapd_eid_ext_supp_rates()
153 hapd->iconf->preamble == SHORT_PREAMBLE) in hostapd_own_capab_info()
187 (hapd->iconf->spectrum_mgmt_required || dfs)) in hostapd_own_capab_info()
952 if (hapd->iconf->ignore_auth_probability > 0.0 && in handle_auth()
953 drand48() < hapd->iconf->ignore_auth_probability) { in handle_auth()
1053 if (other->iconf->hw_mode == HOSTAPD_MODE_IEEE80211AD) in handle_auth()
1055 else if (other->iconf->ieee80211ac) in handle_auth()
1057 else if (other->iconf->ieee80211n) in handle_auth()
1059 else if (other->iconf->hw_mode == in handle_auth()
1062 else if (other->iconf->hw_mode == in handle_auth()
1069 other->iconf->channel), in handle_auth()
1070 other->iconf->secondary_channel, in handle_auth()
1071 other->iconf->ieee80211ac, in handle_auth()
1074 channel = other->iconf->channel; in handle_auth()
1477 if (hapd->iconf->ieee80211n && hapd->iconf->require_ht && in check_assoc_ies()
1487 if (hapd->iconf->ieee80211ac) { in check_assoc_ies()
1497 if (hapd->iconf->ieee80211ac && hapd->iconf->require_vht && in check_assoc_ies()
1879 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in send_assoc_resp()
1981 if (hapd->iconf->ignore_reassoc_probability > 0.0 && in handle_assoc()
1982 drand48() < hapd->iconf->ignore_reassoc_probability) { in handle_assoc()
1989 if (hapd->iconf->ignore_assoc_probability > 0.0 && in handle_assoc()
1990 drand48() < hapd->iconf->ignore_assoc_probability) { in handle_assoc()
2574 if (hapd->iconf->track_sta_max_num) in ieee802_11_mgmt()