Searched defs:NetType (Results 1 – 1 of 1) sorted by relevance
305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument[all …]