Home
last modified time | relevance | path

Searched refs:assoc_ch_width (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_disconnect.c537 enum phy_ch_width assoc_ch_width) in wlan_hdd_re_enable_320mhz_6g_conection() argument
552 if (assoc_ch_width == CH_WIDTH_320MHZ) in wlan_hdd_re_enable_320mhz_6g_conection()
572 enum phy_ch_width assoc_ch_width) in wlan_hdd_re_enable_320mhz_6g_conection() argument
587 enum phy_ch_width assoc_ch_width; in hdd_cm_restore_ch_width() local
597 assoc_ch_width = mlme_priv->connect_info.assoc_chan_info.assoc_ch_width; in hdd_cm_restore_ch_width()
599 assoc_ch_width == CH_WIDTH_INVALID) in hdd_cm_restore_ch_width()
604 if (des_chan->ch_width != assoc_ch_width) in hdd_cm_restore_ch_width()
605 wlan_hdd_re_enable_320mhz_6g_conection(hdd_ctx, assoc_ch_width); in hdd_cm_restore_ch_width()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c160 assoc_chan_info->assoc_ch_width = CH_WIDTH_INVALID; in cm_update_associated_ch_info()
177 assoc_chan_info->assoc_ch_width = des_chan->ch_width; in cm_update_associated_ch_info()
179 assoc_chan_info->assoc_ch_width = ch_width; in cm_update_associated_ch_info()
205 assoc_chan_info->assoc_ch_width, des_chan->ch_freq, in cm_update_associated_ch_info()
2331 assoc_chan_info->assoc_ch_width = CH_WIDTH_INVALID; in wlan_cm_get_associated_ch_info()
2355 assoc_chan_info->assoc_ch_width = in wlan_cm_get_associated_ch_info()
2356 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width; in wlan_cm_get_associated_ch_info()
2361 assoc_chan_info->assoc_ch_width, in wlan_cm_get_associated_ch_info()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h421 enum phy_ch_width assoc_ch_width; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c124 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width; in mlme_fill_freq_in_scan_start_request()
671 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width; in mlme_fill_freq_in_wide_scan_start_request()
865 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width = in mlme_init_connect_chan_info_config()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_sme_rsp_messages.c2338 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width = in lim_handle_sta_csa_param()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7911 mlme_priv->connect_info.assoc_chan_info.assoc_ch_width; in wlan_mlme_send_ch_width_update_with_notify()