Searched refs:req_auth (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/radius/ |
D | radius.c | 943 size_t secret_len, const u8 *req_auth) in radius_msg_verify_msg_auth() argument 968 if (req_auth) { in radius_msg_verify_msg_auth() 971 os_memcpy(msg->hdr->authenticator, req_auth, in radius_msg_verify_msg_auth() 978 if (req_auth) { in radius_msg_verify_msg_auth()
|
D | radius.h | 299 size_t secret_len, const u8 *req_auth);
|
/hostap-latest/src/ap/ |
D | wpa_auth_ft.c | 1983 struct tlv_list req_auth[] = { in wpa_ft_pull_pmk_r1() local 2060 if (wpa_ft_rrb_build(key, key_len, req_enc, NULL, req_auth, NULL, in wpa_ft_pull_pmk_r1()
|