Home
last modified time | relevance | path

Searched refs:CHAN_WIDTH_40 (Results 1 – 17 of 17) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_common.c106 case CHAN_WIDTH_40: in channel_width_to_string()
126 case CHAN_WIDTH_40: in channel_width_to_int()
Ddriver_nl80211_event.c516 case CHAN_WIDTH_40: in calculate_chan_offset()
2391 ed.sta_opmode.chan_width = CHAN_WIDTH_40; in nl80211_sta_opmode_change_event()
Ddriver_nl80211.c251 return CHAN_WIDTH_40; in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_common.c107 case CHAN_WIDTH_40: in channel_width_to_string()
127 case CHAN_WIDTH_40: in channel_width_to_int()
Ddriver_nl80211_event.c665 case CHAN_WIDTH_40: in calculate_chan_offset()
2794 ed.sta_opmode.chan_width = CHAN_WIDTH_40; in nl80211_sta_opmode_change_event()
Ddriver_nl80211.c214 return CHAN_WIDTH_40; in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h415 CHAN_WIDTH_40, enumerator
Dieee802_11_common.c898 case CHAN_WIDTH_40: in ieee80211_chaninfo_to_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h432 CHAN_WIDTH_40, enumerator
Dieee802_11_common.c1128 case CHAN_WIDTH_40: in ieee80211_chaninfo_to_channel()
2946 ch_width = CHAN_WIDTH_40; in get_oh_6ghz_operation_channel_width()
3032 ch_width = (sec_chan_offset == 0) ? CHAN_WIDTH_20 : CHAN_WIDTH_40; in get_oh_oper_channel_width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddfs.c629 case CHAN_WIDTH_40: in set_dfs_state()
695 case CHAN_WIDTH_40: in dfs_are_channels_overlapped()
1347 case CHAN_WIDTH_40: in hostapd_is_dfs_overlap()
Ddrv_callbacks.c851 case CHAN_WIDTH_40: in hostapd_event_sta_opmode_changed()
926 case CHAN_WIDTH_40: in hostapd_event_ch_switch()
978 if (width == CHAN_WIDTH_40 || width == CHAN_WIDTH_80 || in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddfs.c537 case CHAN_WIDTH_40: in set_dfs_state()
593 case CHAN_WIDTH_40: in dfs_are_channels_overlapped()
Ddrv_callbacks.c759 case CHAN_WIDTH_40: in hostapd_event_sta_opmode_changed()
834 case CHAN_WIDTH_40: in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c3252 == CHAN_WIDTH_40) ? CHAN_WIDTH_40 : CHAN_WIDTH_20; in wpa_supplicant_event_associnfo()
Dctrl_iface.c11825 } else if (wpa_s->connection_channel_bandwidth == CHAN_WIDTH_40) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c2785 bandwidth = CHAN_WIDTH_40; in hostapd_ctrl_iface_chan_switch()