Home
last modified time | relevance | path

Searched refs:omn_ie_ch_width (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_rsp_frame.c149 enum phy_ch_width omn_ie_ch_width; in lim_update_assoc_sta_datas() local
316 omn_ie_ch_width = assoc_rsp->oper_mode_ntf.chanWidth; in lim_update_assoc_sta_datas()
318 omn_ie_ch_width); in lim_update_assoc_sta_datas()
320 omn_ie_ch_width); in lim_update_assoc_sta_datas()
H A Dlim_api.c3805 mlme_priv->connect_info.assoc_chan_info.omn_ie_ch_width = ch_width; in lim_update_omn_ie_ch_width()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h422 enum phy_ch_width omn_ie_ch_width; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7889 enum phy_ch_width associated_ch_width, omn_ie_ch_width; in wlan_mlme_send_ch_width_update_with_notify() local
7902 omn_ie_ch_width = in wlan_mlme_send_ch_width_update_with_notify()
7903 mlme_priv->connect_info.assoc_chan_info.omn_ie_ch_width; in wlan_mlme_send_ch_width_update_with_notify()
7904 if (omn_ie_ch_width != CH_WIDTH_INVALID && ch_width > omn_ie_ch_width) { in wlan_mlme_send_ch_width_update_with_notify()
7906 vdev_id, ch_width, omn_ie_ch_width); in wlan_mlme_send_ch_width_update_with_notify()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c867 mlme_priv->connect_info.assoc_chan_info.omn_ie_ch_width = in mlme_init_connect_chan_info_config()