Searched refs:ch_width (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 1178 params.ch_width = 20; in hostapd_drv_do_acs() 1180 params.ch_width = 40; in hostapd_drv_do_acs() 1192 params.ch_width = 80; in hostapd_drv_do_acs() 1195 params.ch_width = 160; in hostapd_drv_do_acs() 1197 params.ch_width = 320; in hostapd_drv_do_acs() 1201 params.ch_width = op_class_to_bandwidth( in hostapd_drv_do_acs()
|
H A D | drv_callbacks.c | 1464 if (acs_res->ch_width == 40) { in hostapd_acs_channel_selected() 1469 } else if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected() 1483 } else if (acs_res->ch_width == 160) { in hostapd_acs_channel_selected() 1492 if (hapd->iface->conf->ieee80211be && acs_res->ch_width == 320) { in hostapd_acs_channel_selected() 2623 data->ch_switch.ch_width, in wpa_supplicant_event()
|
H A D | hostapd.c | 2178 enum oper_chan_width ch_width; in setup_interface2() local 2180 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2() 2181 hostapd_set_oper_chwidth(iface->conf, ch_width); in setup_interface2()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 993 const u8 ch_width[] = { in mt7921_mcu_config_sniffer() local 1036 if (chandef->width < ARRAY_SIZE(ch_width)) in mt7921_mcu_config_sniffer() 1037 req.tlv.bw = ch_width[chandef->width]; in mt7921_mcu_config_sniffer()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 2839 u16 ch_width; member 6602 enum chan_width ch_width; member 6721 u16 ch_width; member
|
H A D | driver_nl80211_event.c | 1257 data.ch_switch.ch_width = convert2width(nla_get_u32(bw)); in mlme_event_ch_switch() 1277 data.ch_switch.ch_width); in mlme_event_ch_switch() 1282 data.ch_switch.ch_width); in mlme_event_ch_switch() 2744 event.acs_selected_channels.ch_width = in qca_nl80211_acs_select_ch() 2759 event.acs_selected_channels.ch_width, in qca_nl80211_acs_select_ch() 3256 event.acs_selected_channels.ch_width = in brcm_nl80211_acs_select_ch() 3274 event.acs_selected_channels.ch_width, in brcm_nl80211_acs_select_ch()
|
H A D | driver_nl80211.c | 12545 params->ch_width) || in nl80211_qca_do_acs() 12561 params->vht_enabled, params->eht_enabled, params->ch_width, in nl80211_qca_do_acs() 13463 nla_put_u16(msg, BRCM_VENDOR_ATTR_ACS_CHWIDTH, params->ch_width) || in wpa_driver_do_broadcom_acs() 13473 params->vht_enabled, params->ch_width); in wpa_driver_do_broadcom_acs()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | spectral.c | 638 chan_width_mhz = summary->meta.ch_width; in ath11k_spectral_process_fft()
|
H A D | wmi.h | 5614 u32 ch_width; member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 6308 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event() 6338 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event() 6376 data->ch_switch.ch_width, in wpa_supplicant_event()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.h | 4733 __le32 ch_width; member
|