Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_validate.c1032 if (wps_parse_msg(&buf, attr) < 0) { in wps_validate_cred()
1102 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_beacon()
1157 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_beacon_probe_resp()
1232 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_probe_req()
1294 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_assoc_req()
1339 if (wps_parse_msg(wps_ie, attr) < 0) { in wps_validate_assoc_resp()
1383 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m1()
1457 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m2()
1529 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m2d()
1598 if (wps_parse_msg(tlvs, attr) < 0) { in wps_validate_m3()
[all …]
Dwps.c81 if (wps_parse_msg(msg, attr) < 0 || in wps_is_selected_pbc_registrar()
147 if (wps_parse_msg(msg, attr) < 0) { in wps_is_selected_pin_registrar()
182 if (wps_parse_msg(msg, attr) < 0) { in wps_is_addr_authorized()
243 if (wps_a == NULL || wps_parse_msg(wps_a, attr) < 0) { in wps_ap_priority_compar()
249 if (wps_b == NULL || wps_parse_msg(wps_b, attr) < 0) { in wps_ap_priority_compar()
287 if (wps_parse_msg(msg, attr) < 0) { in wps_get_uuid_e()
309 if (msg == NULL || wps_parse_msg(msg, attr) < 0) { in wps_is_20()
478 if (wps_parse_msg(data, attr) < 0) { in wps_attr_text()
Dwps_enrollee.c669 if (wps_parse_msg(&msg, attr) < 0 || in wps_process_cred_e()
1040 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m4()
1110 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m6()
1199 if (wps_parse_msg(decrypted, eattr) < 0 || in wps_process_m8()
1255 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_msg()
1366 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_ack()
1432 if (wps_parse_msg(msg, attr) < 0) { in wps_process_wsc_nack()
1526 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
Dwps_attr_parse.h106 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
Dwps_registrar.c1095 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx()
2697 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5()
2850 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7()
2874 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg()
2956 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack()
3028 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack()
3111 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done()
3229 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg()
3241 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg()
Dwps_attr_parse.c561 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
Dwps_common.c419 if (wps_parse_msg(&msg, &cattr) < 0 || in wps_oob_use_cred()