Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:use_protection

1564 	int use_protection;
1583 use_protection = 0;
1585 use_protection =
1589 if (use_protection != !!wpa_s->mlme.use_protection) {
1592 use_protection ? "enabled" : "disabled",
1594 wpa_s->mlme.use_protection = use_protection ? 1 : 0;
1595 wpa_s->mlme.cts_protect_erp_frames = use_protection;