Searched defs:IsSupportedTxCCK (Results 1 – 2 of 2) sorted by relevance
194 #define IsSupportedTxCCK(NetType) \ macro
198 #define IsSupportedTxCCK(NetType) (((NetType) & (WIRELESS_11B)) ? true : false) macro