Searched refs:use_protection (Results 1 – 2 of 2) sorted by relevance
1744 int use_protection; in ieee80211_rx_mgmt_beacon() local1763 use_protection = 0; in ieee80211_rx_mgmt_beacon()1765 use_protection = in ieee80211_rx_mgmt_beacon()1769 if (use_protection != !!wpa_s->mlme.use_protection) { in ieee80211_rx_mgmt_beacon()1772 use_protection ? "enabled" : "disabled", in ieee80211_rx_mgmt_beacon()1774 wpa_s->mlme.use_protection = use_protection ? 1 : 0; in ieee80211_rx_mgmt_beacon()1775 wpa_s->mlme.cts_protect_erp_frames = use_protection; in ieee80211_rx_mgmt_beacon()
208 unsigned int use_protection:1; member