Searched refs:authsrv (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_authsrv.py | 26 authsrv = hostapd.add_ap(apdev[1], params) 33 with alloc_fail(authsrv, 1, "hostapd_radius_get_eap_user"): 46 with alloc_fail(authsrv, 1, "srv_log"): 56 with alloc_fail(authsrv, 1, "radius_server_new_session"): 67 with alloc_fail(authsrv, count, "=radius_server_get_new_session"): 77 with alloc_fail(authsrv, 1, "eap_server_sm_init"): 90 with alloc_fail(authsrv, 1, t): 96 wait_fail_trigger(authsrv, "GET_ALLOC_FAIL") 105 with fail_test(authsrv, 1, t): 111 wait_fail_trigger(authsrv, "GET_FAIL") [all …]
|
D | test_radius.py | 1692 authsrv = hostapd.add_ap(apdev[1], params) 1698 with fail_test(authsrv, 1, "os_get_random;radius_msg_add_mppe_keys"):
|
D | test_ap_hs20.py | 6385 authsrv = hostapd.add_ap(apdev[1], params) 6431 if "FAIL" not in authsrv.request("DAC_REQUEST " + t): 6433 if "OK" not in authsrv.request("DAC_REQUEST coa %s t_c_clear" % dev[0].own_addr()):
|
D | test_ap_eap.py | 6841 authsrv = hostapd.add_ap(apdev[1], params) 6842 check_tls_session_resumption_capa(dev[0], authsrv)
|
/hostap-latest/src/ap/ |
D | Makefile | 20 authsrv.o \
|
/hostap-latest/wpa_supplicant/ |
D | eapol_test.c | 1016 struct wpa_supplicant *wpa_s, const char *authsrv, in wpa_init_conf() argument 1042 sscanf(authsrv, "%d.%d.%d.%d", &a[0], &a[1], &a[2], &a[3]); in wpa_init_conf() 1051 if (hostapd_parse_ip_addr(authsrv, &as->addr) < 0) { in wpa_init_conf() 1053 authsrv); in wpa_init_conf()
|