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

/linux-4.4.14/drivers/staging/rtl8712/
H A Dwifi.h150 #define _PRIVACY_ BIT(14) macro
223 *(unsigned short *)(pbuf) |= cpu_to_le16(_PRIVACY_); \
227 le16_to_cpu(_PRIVACY_)) != 0)
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Dwifi.h155 #define _PRIVACY_ BIT(14) macro
210 *(__le16 *)(pbuf) |= cpu_to_le16(_PRIVACY_)
213 (((*(__le16 *)(pbuf)) & cpu_to_le16(_PRIVACY_)) != 0)

Completed in 124 milliseconds