Home
last modified time | relevance | path

Searched refs:wps_parse_msg (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_validate.c1045 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 …]
Dwps.c109 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()
Dwps_attr_parse.h107 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
Dwps_enrollee.c730 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()
Dwps_registrar.c1160 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()
Dwps_attr_parse.c596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
Dwps_common.c462 if (wps_parse_msg(&msg, &cattr) < 0 || in wps_oob_use_cred()