Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dieee80211.h169 #define IsSupported24G(NetType) \ argument
171 #define IsSupported5G(NetType) \ argument
174 #define IsEnableHWCCK(NetType) \ argument
176 #define IsEnableHWOFDM(NetType) \ argument
180 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
181 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
182 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument
184 #define IsSupportedTxCCK(NetType) \ argument
186 #define IsSupportedTxOFDM(NetType) \ argument
188 #define IsSupportedTxMCS(NetType) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dieee80211.h186 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) argument
188 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument
190 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
191 #define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false) argument
193 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
194 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
195 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
197 #define IsSupportedTxCCK(NetType) (((NetType) & (WIRELESS_11B)) ? true : false) argument
198 #define IsSupportedTxOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11A)) ? true : false) argument
199 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dieee80211.h219 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
221 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
222 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
224 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
225 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
227 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
228 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
229 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
231 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
232 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211.h225 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
227 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
228 #define IsSupported5G(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
230 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
231 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
233 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
234 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
235 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
237 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
238 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dieee80211.h222 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) argument
224 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
225 #define IsSupported5G(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
227 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
228 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK… argument
230 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
231 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
232 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
234 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
235 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dieee80211.h222 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A))) argument
224 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
225 #define IsSupported5G(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
227 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
228 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK… argument
230 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
231 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
232 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
234 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
235 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G|WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dieee80211.h262 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
264 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
265 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
267 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
268 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
270 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
271 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
272 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
274 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
275 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dieee80211.h293 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
295 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
296 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
298 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
299 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
301 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
302 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
303 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
305 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
306 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dieee80211.h306 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
308 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
309 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
311 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
312 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
314 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
315 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
316 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
318 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
319 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dieee80211.h294 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
296 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
297 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
299 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
300 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
302 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
303 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
304 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
306 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
307 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dieee80211.h293 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
295 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
296 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
298 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
299 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
301 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
302 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
303 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
305 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
306 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dieee80211.h304 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
306 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
307 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
309 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
310 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
312 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
313 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
314 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
316 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
317 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dieee80211.h305 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG | WIRELESS_11A))) argument
307 #define IsSupported24G(NetType) ((NetType) & SUPPORTED_24G_NETTYPE_MSK ? _TRUE : _FALSE) argument
308 #define is_supported_5g(NetType) ((NetType) & SUPPORTED_5G_NETTYPE_MSK ? _TRUE : _FALSE) argument
310 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
311 #define IsEnableHWOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | SUPPORTED_5G_NETTYPE… argument
313 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
314 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
315 #define IsSupportedRxHT(NetType) IsEnableHWOFDM(NetType) argument
317 #define IsSupportedTxCCK(NetType) ((NetType) & (WIRELESS_11B) ? _TRUE : _FALSE) argument
318 #define IsSupportedTxOFDM(NetType) ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? _TRUE : _FALSE) argument
[all …]