Searched defs:NetType (Results 1 – 2 of 2) sorted by relevance
133 #define IsSupported24G(NetType) (NetType & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument134 #define IsSupported5G(NetType) (NetType & SUPPORTED_5G_NETTYPE_MSK ? true : false) argument136 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument137 #define IsEnableHWOFDM(NetType) (NetType & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK) … argument139 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument140 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument141 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument143 #define IsSupportedTxCCK(NetType) (NetType & (WIRELESS_11B) ? true : false) argument144 #define IsSupportedTxOFDM(NetType) (NetType & (WIRELESS_11G|WIRELESS_11A) ? true : false) argument145 #define IsSupportedTxMCS(NetType) (NetType & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false) argument
193 #define IsSupported24G(NetType) \ argument195 #define IsSupported5G(NetType) \ argument198 #define IsEnableHWCCK(NetType) \ argument200 #define IsEnableHWOFDM(NetType) \ argument204 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument205 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument206 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument208 #define IsSupportedTxCCK(NetType) \ argument210 #define IsSupportedTxOFDM(NetType) \ argument212 #define IsSupportedTxMCS(NetType) \ argument