Home
last modified time | relevance | path

Searched defs:NetType (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/rtl8188eu/include/
Dieee80211.h187 #define IsSupported24G(NetType) \ argument
189 #define IsSupported5G(NetType) \ argument
192 #define IsEnableHWCCK(NetType) \ argument
194 #define IsEnableHWOFDM(NetType) \ argument
198 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
199 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
200 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument
202 #define IsSupportedTxCCK(NetType) \ argument
204 #define IsSupportedTxOFDM(NetType) \ argument
206 #define IsSupportedTxMCS(NetType) \ argument