Lines Matching refs:authsrv
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")
116 with alloc_fail(authsrv, 1, "radius_server_get_new_session"):
117 with fail_test(authsrv, 1, "radius_msg_add_eap;radius_server_reject"):
123 wait_fail_trigger(authsrv, "GET_FAIL")
128 with alloc_fail(authsrv, 1, "radius_server_get_new_session"):
129 with fail_test(authsrv, 1,
136 wait_fail_trigger(authsrv, "GET_FAIL")
141 authsrv.disable()
142 with alloc_fail(authsrv, 1, "radius_server_init;hostapd_setup_radius_srv"):
143 if "FAIL" not in authsrv.request("ENABLE"):
145 with alloc_fail(authsrv, 2, "radius_server_init;hostapd_setup_radius_srv"):
146 if "FAIL" not in authsrv.request("ENABLE"):
150 with alloc_fail(authsrv, count,
152 if "FAIL" not in authsrv.request("ENABLE"):
155 …with alloc_fail(authsrv, 1, "eloop_sock_table_add_sock;radius_server_init;hostapd_setup_radius_srv…
156 if "FAIL" not in authsrv.request("ENABLE"):
159 with alloc_fail(authsrv, 1, "tls_init;authsrv_init"):
160 if "FAIL" not in authsrv.request("ENABLE"):
164 with alloc_fail(authsrv, count, "eap_sim_db_init;authsrv_init"):
165 if "FAIL" not in authsrv.request("ENABLE"):
172 authsrv = hostapd.add_ap(apdev[1], params, no_enable=True)
173 if "FAIL" not in authsrv.request("ENABLE"):
180 authsrv = hostapd.add_ap(apdev[1], params, no_enable=True)
181 if "FAIL" not in authsrv.request("ENABLE"):
188 authsrv = hostapd.add_ap(apdev[1], params, no_enable=True)
189 if "FAIL" not in authsrv.request("ENABLE"):
195 authsrv = hostapd.add_ap(apdev[1], params)
229 authsrv = hostapd.add_ap(apdev[1], params)
247 authsrv = hostapd.add_ap(apdev[1], params)