Lines Matching refs:current_mode
70 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
71 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
99 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
100 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
127 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint()
128 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint()
218 hapd->iface->current_mode == NULL) in hostapd_eid_country()
226 mode = hapd->iface->current_mode; in hostapd_eid_country()
880 hapd->iface->current_mode && in handle_probe_req()
881 (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G || in handle_probe_req()
882 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211B) && in handle_probe_req()
1160 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_fils_discovery_cap()
1682 if (hapd->iface->current_mode && in ieee802_11_build_ap_params()
1683 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee802_11_build_ap_params()
1752 struct hostapd_hw_modes *cmode = iface->current_mode; in ieee802_11_set_beacon()