Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dieee80211.h1121 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h707 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-3.3/drivers/staging/rtl8192e/
Drtllib.h871 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-3.3/net/mac80211/
Dmlme.c969 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()