use_protection   2096 net/mac80211/mlme.c 	bool use_protection;
use_protection   2105 net/mac80211/mlme.c 		use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0;
use_protection   2108 net/mac80211/mlme.c 		use_protection = false;
use_protection   2116 net/mac80211/mlme.c 	if (use_protection != bss_conf->use_cts_prot) {
use_protection   2117 net/mac80211/mlme.c 		bss_conf->use_cts_prot = use_protection;