WIRELESS_11_5N    181 drivers/staging/rtl8188eu/core/rtw_ieee80211.c 	case WIRELESS_11_5N:
WIRELESS_11_5N    551 drivers/staging/rtl8188eu/core/rtw_ioctl_set.c 	if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) {
WIRELESS_11_5N     93 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 	case WIRELESS_11_5N:
WIRELESS_11_5N   1341 drivers/staging/rtl8188eu/core/rtw_wlan_util.c 		} else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) {
WIRELESS_11_5N    158 drivers/staging/rtl8188eu/include/ieee80211.h 	WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
WIRELESS_11_5N    163 drivers/staging/rtl8188eu/include/ieee80211.h 			  WIRELESS_11_5N),
WIRELESS_11_5N    165 drivers/staging/rtl8188eu/include/ieee80211.h 			   WIRELESS_11_24N | WIRELESS_11_5N),
WIRELESS_11_5N    171 drivers/staging/rtl8188eu/include/ieee80211.h 	 (WIRELESS_11A | WIRELESS_11_5N)
WIRELESS_11_5N    193 drivers/staging/rtl8188eu/include/ieee80211.h 	((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
WIRELESS_11_5N    429 drivers/staging/rtl8723bs/core/rtw_ap.c 			sta_band |= WIRELESS_11_5N;
WIRELESS_11_5N    274 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	case WIRELESS_11_5N:
WIRELESS_11_5N    366 drivers/staging/rtl8723bs/core/rtw_ieee80211.c 	if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24N))
WIRELESS_11_5N    111 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 	case WIRELESS_11_5N:
WIRELESS_11_5N   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_5N   1793 drivers/staging/rtl8723bs/core/rtw_wlan_util.c 			network_type = WIRELESS_11_5N;
WIRELESS_11_5N    171 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /*  tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only */
WIRELESS_11_5N    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_5N    180 drivers/staging/rtl8723bs/include/ieee80211.h 	WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
WIRELESS_11_5N    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_5N    200 drivers/staging/rtl8723bs/include/ieee80211.h #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)