Home
last modified time | relevance | path

Searched refs:_PRIVACY_ (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dwifi.h138 #define _PRIVACY_ BIT(14) macro
209 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
213 cpu_to_le16(_PRIVACY_)) != 0)
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dwifi.h111 #define _PRIVACY_ BIT(14) macro
165 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
168 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dwifi.h198 #define _PRIVACY_ BIT(14) macro
252 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
255 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
258 *(__le16 *)(pbuf) &= (~cpu_to_le16(_PRIVACY_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dwifi.h276 #define _PRIVACY_ BIT(14) macro
356 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
359 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
363 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dwifi.h274 #define _PRIVACY_ BIT(14) macro
354 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
357 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
361 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dwifi.h280 #define _PRIVACY_ BIT(14) macro
360 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
363 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
367 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dwifi.h274 #define _PRIVACY_ BIT(14) macro
354 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
357 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
361 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dwifi.h280 #define _PRIVACY_ BIT(14) macro
360 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
363 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
367 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dwifi.h277 #define _PRIVACY_ BIT(14) macro
357 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
360 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
364 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dwifi.h273 #define _PRIVACY_ BIT(14) macro
353 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
356 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
360 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dwifi.h270 #define _PRIVACY_ BIT(14) macro
350 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
353 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
357 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dwifi.h281 #define _PRIVACY_ BIT(14) macro
361 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
364 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
368 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dwifi.h280 #define _PRIVACY_ BIT(14) macro
360 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
363 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
367 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dwifi.h285 #define _PRIVACY_ BIT(14) macro
365 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
368 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
372 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dwifi.h265 #define _PRIVACY_ BIT(14) macro
345 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
348 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
352 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dwifi.h260 #define _PRIVACY_ BIT(14) macro
340 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
343 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
347 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dwifi.h274 #define _PRIVACY_ BIT(14) macro
354 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
357 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
361 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dwifi.h285 #define _PRIVACY_ BIT(14) macro
365 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
368 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
372 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dwifi.h260 #define _PRIVACY_ BIT(14) macro
340 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
343 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
347 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dwifi.h276 #define _PRIVACY_ BIT(14) macro
356 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
359 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
363 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dwifi.h280 #define _PRIVACY_ BIT(14) macro
360 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
363 #define GetPrivacy(pbuf) (((*(unsigned short *)(pbuf)) & le16_to_cpu(_PRIVACY_)) != 0)
367 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_PRIVACY_)); \