Searched refs:use_protection (Results 1 – 2 of 2) sorted by relevance
1564 int use_protection; in ieee80211_rx_mgmt_beacon() local1583 use_protection = 0; in ieee80211_rx_mgmt_beacon()1585 use_protection = in ieee80211_rx_mgmt_beacon()1589 if (use_protection != !!wpa_s->mlme.use_protection) { in ieee80211_rx_mgmt_beacon()1592 use_protection ? "enabled" : "disabled", in ieee80211_rx_mgmt_beacon()1594 wpa_s->mlme.use_protection = use_protection ? 1 : 0; in ieee80211_rx_mgmt_beacon()1595 wpa_s->mlme.cts_protect_erp_frames = use_protection; in ieee80211_rx_mgmt_beacon()
207 unsigned int use_protection:1; member