Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dwifi.h138 #define _PRIVACY_ BIT(14) macro
209 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
213 cpu_to_le16(_PRIVACY_)) != 0)
/drivers/staging/rtl8188eu/include/
Dwifi.h111 #define _PRIVACY_ BIT(14) macro
165 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
168 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
/drivers/staging/rtl8723bs/include/
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_))