Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h150 #define _PRIVACY_ BIT(14) macro
221 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
225 cpu_to_le16(_PRIVACY_)) != 0)
/Linux-v4.19/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_))
/Linux-v4.19/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)