Searched defs:WLAN_GET_CAP_INFO_PRIVACY (Results 1 – 2 of 2) sorted by relevance
186 #define WLAN_GET_CAP_INFO_PRIVACY(n) ((((n) >> 8) & BIT4) >> 4) macro222 #define WLAN_GET_CAP_INFO_PRIVACY(n) (((n) & BIT4) >> 4) macro
183 #define WLAN_GET_CAP_INFO_PRIVACY(n) ((((n) >> 8) & BIT4) >> 4) macro216 #define WLAN_GET_CAP_INFO_PRIVACY(n) (((n) & BIT4) >> 4) macro