Lines Matching refs:current_mode
85 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
86 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
114 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
115 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
142 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint()
143 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint()
233 hapd->iface->current_mode == NULL) in hostapd_eid_country()
241 mode = hapd->iface->current_mode; in hostapd_eid_country()
728 hapd->iface->current_mode && in handle_probe_req()
729 (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G || in handle_probe_req()
730 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211B) && in handle_probe_req()
1202 if (hapd->iface->current_mode && in ieee802_11_build_ap_params()
1203 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee802_11_build_ap_params()
1274 if (iface->current_mode && in ieee802_11_set_beacon()
1282 iface->current_mode->vht_capab) == 0) in ieee802_11_set_beacon()