Searched refs:IsSupported24G (Results 1 – 4 of 4) sorted by relevance
169 #define IsSupported24G(NetType) \ macro175 IsSupported24G(NetType)
188 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? true : false) macro190 #define IsEnableHWCCK(NetType) IsSupported24G(NetType)
155 if (IsSupported24G(Adapter->registrypriv.wireless_mode) == false) { in HAL_IsLegalChannel()
408 if (IsSupported24G(padapter->registrypriv.wireless_mode)) { in init_channel_set()