HomeSort by relevance Sort by last modified time
    Searched refs:countermeasures (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant/
events.c 79 if (wpa_s->countermeasures) {
80 wpa_s->countermeasures = 0;
82 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
787 /* initialize countermeasures */
788 wpa_s->countermeasures = 1;
789 wpa_msg(wpa_s, MSG_WARNING, "TKIP countermeasures started");
wpa_supplicant_i.h 284 int countermeasures; member in struct:wpa_supplicant
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 88 if (wpa_s->countermeasures) {
89 wpa_s->countermeasures = 0;
91 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
997 * we are going to start countermeasures and AP better
1005 * to start countermeasures and AP better do the same.
1009 /* initialize countermeasures */
1010 wpa_s->countermeasures = 1;
1011 wpa_msg(wpa_s, MSG_WARNING, "TKIP countermeasures started");
wpa_supplicant_i.h 290 int countermeasures; member in struct:wpa_supplicant
wpa_supplicant.c     [all...]

Completed in 19 milliseconds