Searched refs:IsSupportedTxOFDM (Results 1 – 2 of 2) sorted by relevance
196 #define IsSupportedTxOFDM(NetType) \ macro
199 #define IsSupportedTxOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11A)) ? true : false) macro