Searched defs:user_password (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c133 u8 *user_password; member in struct:eap_ttls_avp
240 parse->user_password = password;
500 const u8 *user_password,
512 os_memcmp_const(sm->user->password, user_password,
1030 } else if (parse.user_password) {
1031 eap_ttls_process_phase2_pap(sm, data, parse.user_password,
498 eap_ttls_process_phase2_pap(struct eap_sm *sm, struct eap_ttls_data *data, const u8 *user_password, size_t user_password_len) argument
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c133 u8 *user_password; member in struct:eap_ttls_avp
240 parse->user_password = password;
500 const u8 *user_password,
512 os_memcmp_const(sm->user->password, user_password,
1030 } else if (parse.user_password) {
1031 eap_ttls_process_phase2_pap(sm, data, parse.user_password,
498 eap_ttls_process_phase2_pap(struct eap_sm *sm, struct eap_ttls_data *data, const u8 *user_password, size_t user_password_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c133 u8 *user_password; member in struct:eap_ttls_avp
240 parse->user_password = password;
500 const u8 *user_password,
512 os_memcmp_const(sm->user->password, user_password,
1030 } else if (parse.user_password) {
1031 eap_ttls_process_phase2_pap(sm, data, parse.user_password,
498 eap_ttls_process_phase2_pap(struct eap_sm *sm, struct eap_ttls_data *data, const u8 *user_password, size_t user_password_len) argument

Completed in 108 milliseconds