Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h155 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator
164 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
169 WIRELESS_11_5N),
171 WIRELESS_11_24N | WIRELESS_11_5N),
177 (WIRELESS_11A | WIRELESS_11_5N)
199 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h163 WIRELESS_11_5N = BIT(4), /* tx: MCS only, rx: MCS & ofdm, hw: ofdm only */ enumerator
171 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only…
179 …WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, r…
180 WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
182 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
200 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c95 case WIRELESS_11_5N: in networktype_to_raid()
115 network_type = WIRELESS_11_5N; in judge_network_type()
1407 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
1434 network_type = WIRELESS_11_5N; in update_wireless_mode()
Drtw_ioctl_set.c553 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ieee80211.c187 case WIRELESS_11_5N: in rtw_set_supported_rate()
Drtw_ap.c369 sta_band |= WIRELESS_11_5N | WIRELESS_11A; in add_RATid()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c274 case WIRELESS_11_5N: in rtw_set_supported_rate()
366 …if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24… in rtw_generate_ie()
Drtw_wlan_util.c111 case WIRELESS_11_5N: in networktype_to_raid_ex()
1769 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1804 network_type = WIRELESS_11_5N; in update_wireless_mode()
Drtw_ap.c458 sta_band |= WIRELESS_11_5N; in add_RATid()