Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]