Home
last modified time | relevance | path

Searched refs:oper_ch_width (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h503 enum phy_ch_width oper_ch_width; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c9760 enum phy_ch_width oper_ch_width;
9768 oper_ch_width = wlan_mlme_get_ap_oper_ch_width(session->vdev);
9769 if (oper_ch_width == CH_WIDTH_320MHZ) {
9773 } else if (oper_ch_width == CH_WIDTH_160MHZ ||
9774 oper_ch_width == CH_WIDTH_80P80MHZ) {
9778 } else if (oper_ch_width == CH_WIDTH_80MHZ) {
9782 } else if (oper_ch_width == CH_WIDTH_40MHZ) {
9786 } else if (oper_ch_width == CH_WIDTH_20MHZ) {
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c8267 mlme_priv->mlme_ap.oper_ch_width = ch_width; in wlan_mlme_set_ap_oper_ch_width()
8269 mlme_priv->mlme_ap.oper_ch_width, wlan_vdev_get_id(vdev)); in wlan_mlme_set_ap_oper_ch_width()
8286 return mlme_priv->mlme_ap.oper_ch_width; in wlan_mlme_get_ap_oper_ch_width()