Searched refs:eap_aka_authentication_reject (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_aka.c | 423 static struct wpabuf * eap_aka_authentication_reject(struct eap_aka_data *data, in eap_aka_authentication_reject() function 694 return eap_aka_authentication_reject(data, id); in eap_aka_prime_kdf_neg() 775 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 782 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 793 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 810 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 832 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 850 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_aka.c | 421 static struct wpabuf * eap_aka_authentication_reject(struct eap_aka_data *data, in eap_aka_authentication_reject() function 692 return eap_aka_authentication_reject(data, id); in eap_aka_prime_kdf_neg() 773 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 780 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 791 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 808 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 830 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge() 848 return eap_aka_authentication_reject(data, id); in eap_aka_process_challenge()
|
/external/wpa_supplicant/ |
D | eap_aka.c | 198 static u8 * eap_aka_authentication_reject(struct eap_aka_data *data, in eap_aka_authentication_reject() function 451 return eap_aka_authentication_reject(data, req, respDataLen); in eap_aka_process_challenge()
|