Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Dwifi.h228 #define _PRIVACY_ BIT(14) macro
282 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
285 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
288 *(__le16 *)(pbuf) &= (~cpu_to_le16(_PRIVACY_))
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dwifi.h89 #define _PRIVACY_ BIT(14) macro
134 (*(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_))
137 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)