Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dieee80211.h145 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator
154 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
159 WIRELESS_11_5N),
161 WIRELESS_11_24N | WIRELESS_11_5N),
167 (WIRELESS_11A | WIRELESS_11_5N)
189 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h162 WIRELESS_11_5N = BIT(4), /* tx: MCS only, rx: MCS & ofdm, hw: ofdm only */ enumerator
170 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only…
178 …WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, r…
179 WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
181 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
199 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c275 case WIRELESS_11_5N: in rtw_set_supported_rate()
367 …if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24… in rtw_generate_ie()
Drtw_wlan_util.c85 case WIRELESS_11_5N: in networktype_to_raid_ex()
1698 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
Drtw_ap.c431 sta_band |= WIRELESS_11_5N; in add_RATid()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c67 case WIRELESS_11_5N: in networktype_to_raid()
1311 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
Drtw_ioctl_set.c551 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ieee80211.c182 case WIRELESS_11_5N: in rtw_set_supported_rate()