Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c1564 int use_protection; in ieee80211_rx_mgmt_beacon() local
1583 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()
Dwpa_supplicant_i.h207 unsigned int use_protection:1; member