Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Dieee80211.h295 #define WLAN_CAPABILITY_PBCC BIT(6) macro
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h585 #define WLAN_CAPABILITY_PBCC (1<<6) macro
/Linux-v5.4/include/linux/
Dieee80211.h2151 #define WLAN_CAPABILITY_PBCC (1<<6) macro
/Linux-v5.4/drivers/staging/ks7010/
Dks_hostif.c1336 capability &= ~(WLAN_CAPABILITY_PBCC); /* pbcc not support */ in ks_wlan_cap()