Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c2184 bool use_protection; in ieee80211_handle_bss_capability() local
2193 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0; in ieee80211_handle_bss_capability()
2196 use_protection = false; in ieee80211_handle_bss_capability()
2205 if (use_protection != bss_conf->use_cts_prot) { in ieee80211_handle_bss_capability()
2206 bss_conf->use_cts_prot = use_protection; in ieee80211_handle_bss_capability()