Home
last modified time | relevance | path

Searched refs:HOSTAPD_CHAN_WIDTH_40M (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dhw_features_common.c145 (!ht40_plus && !(p_chan->allowed_bw & HOSTAPD_CHAN_WIDTH_40M))) { in allowed_ht40_channel_pair()
851 bw_mask = HOSTAPD_CHAN_WIDTH_40M; in chan_bw_allowed()
/external/wpa_supplicant_8/src/ap/
Dhw_features.c979 (pri_chan->allowed_bw & HOSTAPD_CHAN_WIDTH_40M)) in hostapd_is_usable_chans()
995 (pri_chan->allowed_bw & HOSTAPD_CHAN_WIDTH_40M)) { in hostapd_is_usable_chans()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h55 HOSTAPD_CHAN_WIDTH_40M = BIT(3), enumerator
Ddriver_nl80211_capa.c1684 chan->allowed_bw &= ~HOSTAPD_CHAN_WIDTH_40M; in phy_info_freq()