Searched refs:wps_parse_msg (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_validate.c | 1045 if (wps_parse_msg(&buf, attr) < 0) { in wps_validate_cred() 1115 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_beacon() 1170 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_beacon_probe_resp() 1245 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_probe_req() 1307 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_assoc_req() 1352 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_assoc_resp() 1396 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m1() 1470 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m2() 1542 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m2d() 1611 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m3() [all …]
|
D | wps.c | 109 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init() 252 if (wps_parse_msg(msg, attr) < 0 || in wps_is_selected_pbc_registrar() 317 if (wps_parse_msg(msg, attr) < 0) { in wps_is_selected_pin_registrar() 351 if (wps_parse_msg(msg, attr) < 0) { in wps_is_addr_authorized() 410 if (wps_a == NULL || wps_parse_msg(wps_a, attr) < 0) { in wps_ap_priority_compar() 416 if (wps_b == NULL || wps_parse_msg(wps_b, attr) < 0) { in wps_ap_priority_compar() 454 if (wps_parse_msg(msg, attr) < 0) { in wps_get_uuid_e() 476 if (msg == NULL || wps_parse_msg(msg, attr) < 0) { in wps_is_20() 634 if (wps_parse_msg(data, attr) < 0) { in wps_attr_text()
|
D | wps_attr_parse.h | 107 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
|
D | wps_enrollee.c | 730 if (wps_parse_msg(&msg, attr) < 0 || in wps_process_cred_e() 1053 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2() 1182 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m4() 1252 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m6() 1341 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m8() 1391 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_msg() 1501 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_ack() 1567 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_nack() 1661 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
|
D | wps_registrar.c | 1160 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx() 2875 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 3035 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 3059 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 3141 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 3213 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 3297 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done() 3423 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg() 3435 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg()
|
D | wps_attr_parse.c | 596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
|
D | wps_common.c | 462 if (wps_parse_msg(&msg, &cattr) < 0 || in wps_oob_use_cred()
|