Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_common.c110 case CHAN_WIDTH_80P80: in channel_width_to_string()
130 case CHAN_WIDTH_80P80: in channel_width_to_int()
Ddriver_nl80211_event.c526 case CHAN_WIDTH_80P80: in calculate_chan_offset()
2397 ed.sta_opmode.chan_width = CHAN_WIDTH_80P80; in nl80211_sta_opmode_change_event()
Ddriver_nl80211.c255 return CHAN_WIDTH_80P80; in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_common.c111 case CHAN_WIDTH_80P80: in channel_width_to_string()
131 case CHAN_WIDTH_80P80: in channel_width_to_int()
Ddriver_nl80211_event.c674 case CHAN_WIDTH_80P80: in calculate_chan_offset()
2800 ed.sta_opmode.chan_width = CHAN_WIDTH_80P80; in nl80211_sta_opmode_change_event()
Ddriver_nl80211.c218 return CHAN_WIDTH_80P80; in convert2width()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Docv.c163 ci->chanwidth == CHAN_WIDTH_80P80) && in ocv_verify_tx_params()
Ddefs.h417 CHAN_WIDTH_80P80, enumerator
Dieee802_11_common.c904 case CHAN_WIDTH_80P80: in ieee80211_chaninfo_to_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Docv.c166 ci->chanwidth == CHAN_WIDTH_80P80) && in ocv_verify_tx_params()
Dieee802_11_common.c1134 case CHAN_WIDTH_80P80: in ieee80211_chaninfo_to_channel()
2918 ch_width = CHAN_WIDTH_80P80; in get_oh_vht_oper_channel_width()
2927 ch_width = CHAN_WIDTH_80P80; in get_oh_vht_oper_channel_width()
2957 ch_width = CHAN_WIDTH_80P80; in get_oh_6ghz_operation_channel_width()
3046 if (ap_oper_chan_width == CHAN_WIDTH_80P80) { in get_oh_sta_oper_chan_width()
3048 ? CHAN_WIDTH_80P80 : CHAN_WIDTH_80; in get_oh_sta_oper_chan_width()
Ddefs.h430 CHAN_WIDTH_80P80, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddfs.c637 case CHAN_WIDTH_80P80: in set_dfs_state()
658 if (chan_width == CHAN_WIDTH_80P80) { in set_dfs_state()
1351 case CHAN_WIDTH_80P80: in hostapd_is_dfs_overlap()
Ddrv_callbacks.c853 case CHAN_WIDTH_80P80: in hostapd_event_sta_opmode_changed()
913 case CHAN_WIDTH_80P80: in hostapd_event_ch_switch()
974 width == CHAN_WIDTH_80P80 || width == CHAN_WIDTH_160) in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddrv_callbacks.c765 case CHAN_WIDTH_80P80: in hostapd_event_sta_opmode_changed()
826 case CHAN_WIDTH_80P80: in hostapd_event_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c2789 bandwidth = CHAN_WIDTH_80P80; in hostapd_ctrl_iface_chan_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c11642 } else if (wpa_s->connection_channel_bandwidth == CHAN_WIDTH_80P80) { in wpa_supplicant_ctrl_iface_get_connection_capability()