Searched refs:eattr (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 1040 struct wps_parse_attr eattr; in wps_process_m2() local 1053 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2() 1055 eattr.key_wrap_auth) || in wps_process_m2() 1056 wps_process_creds(wps, eattr.cred, eattr.cred_len, in wps_process_m2() 1057 eattr.num_cred, attr->version2 != NULL)) { in wps_process_m2() 1134 struct wps_parse_attr *eattr; in wps_process_m4() local 1139 eattr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_process_m4() 1140 if (eattr == NULL) { in wps_process_m4() 1182 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m4() 1183 wps_process_key_wrap_auth(wps, decrypted, eattr->key_wrap_auth) || in wps_process_m4() [all …]
|
D | wps_registrar.c | 2832 struct wps_parse_attr eattr; in wps_process_m5() local 2875 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 2876 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) || in wps_process_m5() 2877 wps_process_e_snonce1(wps, eattr.e_snonce1)) { in wps_process_m5() 2991 struct wps_parse_attr eattr; in wps_process_m7() local 3035 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 3036 wps_process_key_wrap_auth(wps, decrypted, eattr.key_wrap_auth) || in wps_process_m7() 3037 wps_process_e_snonce2(wps, eattr.e_snonce2) || in wps_process_m7() 3038 wps_process_ap_settings_r(wps, &eattr)) { in wps_process_m7()
|