Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.h306 #define WLAN_CAPABILITY_PBCC BIT(6) macro
/Linux-v4.19/include/linux/
Dieee80211.h2031 #define WLAN_CAPABILITY_PBCC (1<<6) macro
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h589 #define WLAN_CAPABILITY_PBCC (1<<6) macro
/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c1268 capability &= ~(WLAN_CAPABILITY_PBCC); /* pbcc not support */ in ks_wlan_cap()