Home
last modified time | relevance | path

Searched refs:CHAN_WIDTH_80 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/drivers/
HDdriver_common.c119 case CHAN_WIDTH_80: in channel_width_to_string()
141 case CHAN_WIDTH_80: in channel_width_to_int()
HDdriver_nl80211_event.c1168 case CHAN_WIDTH_80: in calculate_chan_offset()
3644 ed.sta_opmode.chan_width = CHAN_WIDTH_80; in nl80211_sta_opmode_change_event()
HDdriver_nl80211.c215 return CHAN_WIDTH_80; in convert2width()
/freebsd-14-stable/contrib/wpa/src/common/
HDdefs.h449 CHAN_WIDTH_80, enumerator
HDieee802_11_common.c1624 case CHAN_WIDTH_80: in ieee80211_chaninfo_to_channel()
/freebsd-14-stable/contrib/wpa/src/ap/
HDdfs.c699 case CHAN_WIDTH_80: in set_dfs_state()
765 case CHAN_WIDTH_80: in dfs_are_channels_overlapped()
1636 case CHAN_WIDTH_80: in hostapd_is_dfs_overlap()
HDdrv_callbacks.c1094 case CHAN_WIDTH_80: in hostapd_event_sta_opmode_changed()
1162 case CHAN_WIDTH_80: in hostapd_event_ch_switch()
1255 if (width == CHAN_WIDTH_40 || width == CHAN_WIDTH_80 || in hostapd_event_ch_switch()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDscan.c2226 case CHAN_WIDTH_80: in wpas_channel_width_offset()
3022 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3025 ies, ies_len, CHAN_WIDTH_80); in wpas_get_est_tpt()
3099 *max_cw < CHAN_WIDTH_80) in wpas_get_est_tpt()
3100 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3102 ies, ies_len, CHAN_WIDTH_80); in wpas_get_est_tpt()
/freebsd-14-stable/contrib/wpa/hostapd/
HDctrl_iface.c2687 bandwidth = CHAN_WIDTH_80; in hostapd_ctrl_iface_chan_switch()