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

  /external/wpa_supplicant/
preauth_test.c 300 struct preauth_test_data preauth_test; local
305 os_memset(&preauth_test, 0, sizeof(preauth_test));
311 printf("usage: preauth_test <conf> <target MAC address> "
346 "You may have another preauth_test process already "
348 "left by an unclean termination of preauth_test in "
351 "preauth_test again.\n",
361 eloop_register_timeout(30, 0, eapol_test_timeout, &preauth_test, NULL);
367 if (preauth_test.auth_timed_out)
Makefile 753 OBJS_t2 := $(OBJS) preauth_test.o
779 preauth_test: .config $(OBJS_t2)
780 $(LDO) $(LDFLAGS) -o preauth_test $(OBJS_t2) $(LIBS)
Android.mk 645 OBJS_t2 := $(OBJS) preauth_test.c
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 292 struct preauth_test_data preauth_test; local
297 os_memset(&preauth_test, 0, sizeof(preauth_test));
303 printf("usage: preauth_test <conf> <target MAC address> "
338 "You may have another preauth_test process already "
340 "left by an unclean termination of preauth_test in "
343 "preauth_test again.\n",
353 eloop_register_timeout(30, 0, eapol_test_timeout, &preauth_test, NULL);
359 if (preauth_test.auth_timed_out)
Makefile 1033 OBJS_t2 := $(OBJS) $(OBJS_l2) preauth_test.o
1096 preauth_test: .config $(OBJS_t2)
1097 $(LDO) $(LDFLAGS) -o preauth_test $(OBJS_t2) $(LIBS)
1244 rm -f core *~ *.o *.d eap_*.so $(ALL) $(WINALL) eapol_test preauth_test
Android.mk 1056 OBJS_t2 := $(OBJS) $(OBJS_l2) preauth_test.c

Completed in 152 milliseconds