Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211mgmt.h179 #define WLAN_GET_MGMT_CAP_INFO_ESS(n) ((n) & BIT(0)) macro
H A Dprism2mgmt.c473 req->bsstype.data = (WLAN_GET_MGMT_CAP_INFO_ESS(count)) ? in prism2mgmt_scan_results()