Searched refs:countermeasures (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c256 if (wpa_s->countermeasures) {
257 wpa_s->countermeasures = 0;
259 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
1479 !wpa_s->countermeasures) {
3186 * we are going to start countermeasures and AP better
3194 * to start countermeasures and AP better do the same.
3198 /* initialize countermeasures */
3199 wpa_s->countermeasures = 1;
3203 wpa_msg(wpa_s, MSG_WARNING, "TKIP countermeasures started");
H A Dwpa_supplicant_i.h523 int countermeasures; member in struct:wpa_supplicant
H A Dwpa_supplicant.c4275 if (wpa_s->countermeasures) {
4418 /* Make sure that TKIP countermeasures are not left enabled (could
4419 * happen if wpa_supplicant is killed during countermeasures. */

Completed in 78 milliseconds