Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:use_protection

1744 	int use_protection;
1763 use_protection = 0;
1765 use_protection =
1769 if (use_protection != !!wpa_s->mlme.use_protection) {
1772 use_protection ? "enabled" : "disabled",
1774 wpa_s->mlme.use_protection = use_protection ? 1 : 0;
1775 wpa_s->mlme.cts_protect_erp_frames = use_protection;