Searched defs:IsSupportedVHT (Results 1 – 4 of 4) sorted by relevance
201 #define IsSupportedVHT(NetType) (((NetType) & (WIRELESS_11AC)) ? true : false) macro
241 #define IsSupportedVHT(NetType) ((NetType) & (WIRELESS_11AC) ? _TRUE : _FALSE) macro
238 #define IsSupportedVHT(NetType) ((NetType) & (WIRELESS_11AC) ? _TRUE : _FALSE) macro