Home
last modified time | relevance | path

Searched refs:ch_width (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c1277 params.ch_width = 20; in hostapd_drv_do_acs()
1279 params.ch_width = 40; in hostapd_drv_do_acs()
1291 params.ch_width = 80; in hostapd_drv_do_acs()
1294 params.ch_width = 160; in hostapd_drv_do_acs()
1296 params.ch_width = 320; in hostapd_drv_do_acs()
1300 params.ch_width = op_class_to_bandwidth( in hostapd_drv_do_acs()
H A Ddrv_callbacks.c1596 if (acs_res->ch_width == 40) { in hostapd_acs_channel_selected()
1601 } else if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()
1615 } else if (acs_res->ch_width == 160) { in hostapd_acs_channel_selected()
1624 if (hapd->iface->conf->ieee80211be && acs_res->ch_width == 320) { in hostapd_acs_channel_selected()
2825 data->ch_switch.ch_width, in wpa_supplicant_event()
H A Dhostapd.c2323 enum oper_chan_width ch_width; in setup_interface2() local
2325 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()
2326 hostapd_set_oper_chwidth(iface->conf, ch_width); in setup_interface2()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c1188 static const u8 ch_width[] = { in mt7921_mcu_config_sniffer() local
1231 if (chandef->width < ARRAY_SIZE(ch_width)) in mt7921_mcu_config_sniffer()
1232 req.tlv.bw = ch_width[chandef->width]; in mt7921_mcu_config_sniffer()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3168 u16 ch_width; member
7444 enum chan_width ch_width; member
7563 u16 ch_width; member
H A Ddriver_nl80211_event.c1339 data.ch_switch.ch_width = convert2width(nla_get_u32(bw)); in mlme_event_ch_switch()
1362 data.ch_switch.ch_width); in mlme_event_ch_switch()
1367 data.ch_switch.ch_width); in mlme_event_ch_switch()
3062 event.acs_selected_channels.ch_width = in qca_nl80211_acs_select_ch()
3077 event.acs_selected_channels.ch_width, in qca_nl80211_acs_select_ch()
3734 event.acs_selected_channels.ch_width = in brcm_nl80211_acs_select_ch()
3752 event.acs_selected_channels.ch_width, in brcm_nl80211_acs_select_ch()
H A Ddriver_nl80211.c13628 params->ch_width) || in nl80211_qca_do_acs()
13645 params->vht_enabled, params->eht_enabled, params->ch_width, in nl80211_qca_do_acs()
14882 nla_put_u16(msg, BRCM_VENDOR_ATTR_ACS_CHWIDTH, params->ch_width) || in wpa_driver_do_broadcom_acs()
14892 params->vht_enabled, params->ch_width); in wpa_driver_do_broadcom_acs()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dspectral.c630 chan_width_mhz = summary->meta.ch_width; in ath11k_spectral_process_fft()
H A Dwmi.h5721 u32 ch_width; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.c2150 static const u8 ch_width[] = { in mt7925_mcu_config_sniffer() local
2195 if (chandef->width < ARRAY_SIZE(ch_width)) in mt7925_mcu_config_sniffer()
2196 req.tlv.bw = ch_width[chandef->width]; in mt7925_mcu_config_sniffer()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c7151 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event()
7181 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event()
7219 data->ch_switch.ch_width, in wpa_supplicant_event()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h5152 __le32 ch_width; member