Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Dwifi.h138 #define _PRIVACY_ BIT(14) macro
209 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
213 cpu_to_le16(_PRIVACY_)) != 0)
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dwifi.h142 #define _PRIVACY_ BIT(14) macro
197 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
200 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
/Linux-v5.4/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_))