Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/cw1200/
Dsta.c1749 erp_info & WLAN_ERP_USE_PROTECTION ? in cw1200_set_cts_work()
2016 priv->erp_info |= WLAN_ERP_USE_PROTECTION; in cw1200_bss_info_changed()
2018 priv->erp_info &= ~WLAN_ERP_USE_PROTECTION; in cw1200_bss_info_changed()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c1162 WLAN_ERP_USE_PROTECTION; in update_bcn_erpinfo_ie()
1165 WLAN_ERP_USE_PROTECTION); in update_bcn_erpinfo_ie()
/linux-4.1.27/include/linux/
Dieee80211.h1595 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h671 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h822 #define WLAN_ERP_USE_PROTECTION (1<<1) macro
/linux-4.1.27/net/mac80211/
Dmlme.c1863 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()