Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/include/
A Dwifi.h186 #define _PRIVACY_ BIT(14) macro
240 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
243 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)
246 *(__le16 *)(pbuf) &= (~cpu_to_le16(_PRIVACY_))
/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h89 #define _PRIVACY_ BIT(14) macro
134 (*(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_))
137 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)

Completed in 11 milliseconds