Searched refs:oper_ch_width (Results 1 – 3 of 3) sorted by relevance
503 enum phy_ch_width oper_ch_width; member
9760 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) {
8267 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()