Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h159 #define _PRIVACY_ BIT(14) macro
232 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
236 le16_to_cpu(_PRIVACY_)) != 0)
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h244 #define _PRIVACY_ BIT(14) macro
299 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
302 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)