Home
last modified time | relevance | path

Searched refs:hw_mode (Results 1 – 3 of 3) sorted by relevance

/modules/hostap/src/
A Dhapd_api.c699 struct hostapd_hw_modes *hw_mode; in hostapd_ap_status() local
752 hw_mode = iface->current_mode; in hostapd_ap_status()
757 : hw_mode->mode == HOSTAPD_MODE_IEEE80211G ? WIFI_3 in hostapd_ap_status()
758 : hw_mode->mode == HOSTAPD_MODE_IEEE80211A ? WIFI_2 in hostapd_ap_status()
759 : hw_mode->mode == HOSTAPD_MODE_IEEE80211B ? WIFI_1 in hostapd_ap_status()
761 status->twt_capable = (hw_mode->he_capab[IEEE80211_MODE_AP].mac_cap[0] & 0x04); in hostapd_ap_status()
A Dsupp_api.c203 enum hostapd_hw_mode hw_mode; in get_mode_by_band() local
207 hw_mode = HOSTAPD_MODE_IEEE80211G; in get_mode_by_band()
210 hw_mode = HOSTAPD_MODE_IEEE80211A; in get_mode_by_band()
215 return get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, hw_mode, is_6ghz); in get_mode_by_band()
A Dhapd_main.c358 conf->hw_mode = HOSTAPD_MODE_IEEE80211G; in hostapd_config_read2()

Completed in 9 milliseconds