Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c1178 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()
Ddrv_callbacks.c1466 if (acs_res->ch_width == 40) { in hostapd_acs_channel_selected()
1471 } else if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()
1485 } else if (acs_res->ch_width == 160) { in hostapd_acs_channel_selected()
1494 if (hapd->iface->conf->ieee80211be && acs_res->ch_width == 320) { in hostapd_acs_channel_selected()
2637 data->ch_switch.ch_width, in hostapd_event()
Dhostapd.c2167 enum oper_chan_width ch_width; in setup_interface2() local
2169 ch_width = op_class_to_ch_width(iface->conf->op_class); in setup_interface2()
2170 hostapd_set_oper_chwidth(iface->conf, ch_width); in setup_interface2()
/hostap-latest/src/drivers/
Ddriver_nl80211_event.c1257 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()
Ddriver.h2861 u16 ch_width; member
6631 enum chan_width ch_width; member
6750 u16 ch_width; member
Ddriver_nl80211.c12603 params->ch_width) || in nl80211_qca_do_acs()
12619 params->vht_enabled, params->eht_enabled, params->ch_width, in nl80211_qca_do_acs()
13521 nla_put_u16(msg, BRCM_VENDOR_ATTR_ACS_CHWIDTH, params->ch_width) || in wpa_driver_do_broadcom_acs()
13531 params->vht_enabled, params->ch_width); in wpa_driver_do_broadcom_acs()
/hostap-latest/wpa_supplicant/
Devents.c6398 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event()
6428 channel_width_to_string(data->ch_switch.ch_width), in wpa_supplicant_event()
6466 data->ch_switch.ch_width, in wpa_supplicant_event()