Searched refs:ch_width (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c938 params.ch_width = 20;
940 params.ch_width = 40;
950 params.ch_width = 80;
953 params.ch_width = 160;
H A Ddrv_callbacks.c864 "%sfreq=%d ht_enabled=%d ch_offset=%d ch_width=%s cf1=%d cf2=%d dfs=%d",
968 if (acs_res->ch_width == 80) {
972 } else if (acs_res->ch_width == 160) {
1796 data->ch_switch.ch_width,
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2148 u16 ch_width; member in struct:drv_acs_params
5481 * @ch_width: Channel width
5489 enum chan_width ch_width; member in struct:wpa_event_data::ch_switch
5571 * @ch_width: Selected Channel width by driver. Driver may choose to
5581 u16 ch_width; member in struct:wpa_event_data::acs_selected_channels
H A Ddriver_nl80211_event.c593 data.ch_switch.ch_width = convert2width(nla_get_u32(bw));
1766 event.acs_selected_channels.ch_width =
1786 event.acs_selected_channels.ch_width,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Devents.c4479 "%sfreq=%d ht_enabled=%d ch_offset=%d ch_width=%s cf1=%d cf2=%d",
4485 channel_width_to_string(data->ch_switch.ch_width),
4503 data->ch_switch.ch_width,

Completed in 139 milliseconds