WIRELESS_11_24N   365 drivers/staging/rtl8188eu/core/rtw_ap.c 		sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B;
WIRELESS_11_24N   912 drivers/staging/rtl8188eu/core/rtw_ap.c 		network_type |= WIRELESS_11_24N;
WIRELESS_11_24N   187 drivers/staging/rtl8188eu/core/rtw_ieee80211.c 	case WIRELESS_11_24N:
WIRELESS_11_24N   551 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 	if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) {
WIRELESS_11_24N  1791 drivers/staging/rtl8188eu/core/rtw_mlme.c 	case WIRELESS_11_24N:
WIRELESS_11_24N    92 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 	case WIRELESS_11_24N:
WIRELESS_11_24N   112 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 		network_type = WIRELESS_11_24N;
WIRELESS_11_24N  1333 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 		if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) {
WIRELESS_11_24N  1367 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 		network_type = WIRELESS_11_24N;
WIRELESS_11_24N   261 drivers/staging/rtl8188eu/core/rtw_xmit.c 	if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N  || padapter->registrypriv.wifi_spec) {
WIRELESS_11_24N  1075 drivers/staging/rtl8188eu/hal/odm.c 			if ((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N))
WIRELESS_11_24N   156 drivers/staging/rtl8188eu/include/ieee80211.h 	WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
WIRELESS_11_24N   160 drivers/staging/rtl8188eu/include/ieee80211.h 	WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
WIRELESS_11_24N   162 drivers/staging/rtl8188eu/include/ieee80211.h 	WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
WIRELESS_11_24N   165 drivers/staging/rtl8188eu/include/ieee80211.h 			   WIRELESS_11_24N | WIRELESS_11_5N),
WIRELESS_11_24N   169 drivers/staging/rtl8188eu/include/ieee80211.h 	 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
WIRELESS_11_24N   181 drivers/staging/rtl8188eu/include/ieee80211.h 	((NetType) & (WIRELESS_11G | WIRELESS_11_24N |		\
WIRELESS_11_24N   193 drivers/staging/rtl8188eu/include/ieee80211.h 	((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
WIRELESS_11_24N   435 drivers/staging/rtl8723bs/core/rtw_ap.c 			sta_band |= WIRELESS_11_24N;
WIRELESS_11_24N  1187 drivers/staging/rtl8723bs/core/rtw_ap.c 		network_type |= WIRELESS_11_24N;
WIRELESS_11_24N   282 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	case WIRELESS_11_24N:
WIRELESS_11_24N   366 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24N))
WIRELESS_11_24N  2506 drivers/staging/rtl8723bs/core/rtw_mlme.c 	case WIRELESS_11_24N:
WIRELESS_11_24N   110 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	case WIRELESS_11_24N:
WIRELESS_11_24N   855 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)
WIRELESS_11_24N  1758 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 		if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC))
WIRELESS_11_24N  1800 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 			network_type = WIRELESS_11_24N;
WIRELESS_11_24N   387 drivers/staging/rtl8723bs/core/rtw_xmit.c 	if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N  || padapter->registrypriv.wifi_spec) {
WIRELESS_11_24N   170 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /*  tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: cck & ofdm */
WIRELESS_11_24N   172 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /*  tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
WIRELESS_11_24N   173 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /*  tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
WIRELESS_11_24N   179 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /*  tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only */
WIRELESS_11_24N   180 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
WIRELESS_11_24N   181 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_MODE_24G = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11AC),
WIRELESS_11_24N   182 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELESS_11AC),
WIRELESS_11_24N   185 drivers/staging/rtl8723bs/include/ieee80211.h #define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
WIRELESS_11_24N   192 drivers/staging/rtl8723bs/include/ieee80211.h #define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false)
WIRELESS_11_24N   200 drivers/staging/rtl8723bs/include/ieee80211.h #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)