Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dmlme.c1744 int use_protection; in ieee80211_rx_mgmt_beacon() local
1763 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()
Dwpa_supplicant_i.h208 unsigned int use_protection:1; member