Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h1939 #define WLC_BW_20MHZ_BIT (1<<0) macro
1944 #define WLC_BW_CAP_20MHZ (WLC_BW_20MHZ_BIT)
1945 #define WLC_BW_CAP_40MHZ (WLC_BW_40MHZ_BIT|WLC_BW_20MHZ_BIT)
1946 #define WLC_BW_CAP_80MHZ (WLC_BW_80MHZ_BIT|WLC_BW_40MHZ_BIT|WLC_BW_20MHZ_BIT)
1949 #define WL_BW_CAP_20MHZ(bw_cap) (((bw_cap) & WLC_BW_20MHZ_BIT) ? TRUE : FALSE)