Home
last modified time | relevance | path

Searched refs:WIRELESS_11_5N (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/rtl8723au/include/
Dieee80211.h110 WIRELESS_11_5N = BIT(4), enumerator
120 WIRELESS_11A_5N = WIRELESS_11A | WIRELESS_11_5N,
125 WIRELESS_11_5N,
127 WIRELESS_11_24N | WIRELESS_11_5N,
131 #define SUPPORTED_5G_NETTYPE_MSK (WIRELESS_11A | WIRELESS_11_5N)
145 #define IsSupportedTxMCS(NetType) (NetType & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/drivers/staging/rtl8188eu/include/
Dieee80211.h169 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator
178 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
183 WIRELESS_11_5N),
185 WIRELESS_11_24N | WIRELESS_11_5N),
191 (WIRELESS_11A | WIRELESS_11_5N)
213 ((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c110 case WIRELESS_11_5N: in networktype_to_raid23a()
136 network_type = WIRELESS_11_5N; in judge_network_type23a()
1444 (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo23a()
1469 network_type = WIRELESS_11_5N; in update_wireless_mode23a()
Drtw_ieee80211.c312 case WIRELESS_11_5N: in rtw_set_supported_rate23a()
Drtw_ap.c392 sta_band |= WIRELESS_11_5N | WIRELESS_11A; in add_RATid23a()
Drtw_mlme_ext.c3272 WIRELESS_11_5N && in issue_assocreq()
/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c105 case WIRELESS_11_5N: in networktype_to_raid()
130 network_type = WIRELESS_11_5N; in judge_network_type()
1514 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
1541 network_type = WIRELESS_11_5N; in update_wireless_mode()
Drtw_ioctl_set.c600 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ieee80211.c345 case WIRELESS_11_5N: in rtw_set_supported_rate()
Drtw_ap.c482 sta_band |= WIRELESS_11_5N | WIRELESS_11A; in add_RATid()