Symbol: WIRELESS_11_24N
drivers/staging/rtl8723bs/core/rtw_ap.c
1012
network_type |= WIRELESS_11_24N;
drivers/staging/rtl8723bs/core/rtw_ap.c
343
sta_band |= WIRELESS_11_24N;
drivers/staging/rtl8723bs/core/rtw_ieee80211.c
273
case WIRELESS_11_24N:
drivers/staging/rtl8723bs/core/rtw_ieee80211.c
349
if ((pregistrypriv->wireless_mode & WIRELESS_11_24N) &&
drivers/staging/rtl8723bs/core/rtw_mlme.c
2164
case WIRELESS_11_24N:
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1525
if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N)) {
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1556
network_type = WIRELESS_11_24N;
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
60
case WIRELESS_11_24N:
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
743
if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)
drivers/staging/rtl8723bs/core/rtw_xmit.c
373
if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) {
drivers/staging/rtl8723bs/include/ieee80211.h
150
WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: cck & ofdm */
drivers/staging/rtl8723bs/include/ieee80211.h
151
WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
drivers/staging/rtl8723bs/include/ieee80211.h
152
WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
drivers/staging/rtl8723bs/include/ieee80211.h
155
#define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
drivers/staging/rtl8723bs/include/ieee80211.h
162
#define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false)