Home
last modified time | relevance | path

Searched defs:NetType (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/include/
Dieee80211.h169 #define IsSupported24G(NetType) \ argument
171 #define IsSupported5G(NetType) \ argument
174 #define IsEnableHWCCK(NetType) \ argument
176 #define IsEnableHWOFDM(NetType) \ argument
180 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
181 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
182 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument
184 #define IsSupportedTxCCK(NetType) \ argument
186 #define IsSupportedTxOFDM(NetType) \ argument
188 #define IsSupportedTxMCS(NetType) \ argument
/drivers/staging/rtl8723bs/include/
Dieee80211.h186 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) argument
188 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument
190 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
191 #define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false) argument
193 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
194 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
195 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
197 #define IsSupportedTxCCK(NetType) (((NetType) & (WIRELESS_11B)) ? true : false) argument
198 #define IsSupportedTxOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11A)) ? true : false) argument
199 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false) argument
[all …]