Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:use_protection

1596 	int use_protection;
1615 use_protection = 0;
1617 use_protection =
1621 if (use_protection != !!wpa_s->mlme.use_protection) {
1624 use_protection ? "enabled" : "disabled",
1626 wpa_s->mlme.use_protection = use_protection ? 1 : 0;
1627 wpa_s->mlme.cts_protect_erp_frames = use_protection;