/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_validate.c | 1036 if (wps_parse_msg(&buf, &attr) < 0) { in wps_validate_cred() 1092 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_beacon() 1132 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_beacon_probe_resp() 1190 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_probe_req() 1237 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_assoc_req() 1266 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_assoc_resp() 1294 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m1() 1350 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2() 1405 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2d() 1457 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m3() [all …]
|
D | wps.c | 108 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init() 246 if (wps_parse_msg(msg, &attr) < 0 || in wps_is_selected_pbc_registrar() 300 if (wps_parse_msg(msg, &attr) < 0) in wps_is_selected_pin_registrar() 323 if (wps_parse_msg(msg, &attr) < 0) in wps_is_addr_authorized() 363 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar() 367 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0) in wps_ap_priority_compar() 392 if (wps_parse_msg(msg, &attr) < 0) in wps_get_uuid_e() 405 if (msg == NULL || wps_parse_msg(msg, &attr) < 0) in wps_is_20() 553 if (wps_parse_msg(data, &attr) < 0) in wps_attr_text()
|
D | wps_enrollee.c | 714 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e() 1021 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2() 1138 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m4() 1191 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m6() 1262 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m8() 1287 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 1371 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 1418 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 1500 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
|
D | wps_module_tests.c | 286 if (wps_parse_msg(buf, &attr) != test->result) { in wps_attr_parse_tests()
|
D | wps_upnp_ap.c | 38 wps_parse_msg(msg, &attr) < 0) in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.h | 103 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
|
D | wps_upnp_web.c | 516 if (wps_parse_msg(msg, &attr)) { in web_process_put_message() 620 if (wps_parse_msg(msg, &attr) < 0 || attr.version2) { in web_process_put_wlan_response() 645 if (wps_parse_msg(msg, &attr) < 0 || in web_process_put_wlan_response()
|
D | wps_registrar.c | 1158 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx() 2862 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 3014 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 3038 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 3120 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 3192 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 3276 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done() 3400 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg() 3412 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg()
|
D | wps_er.c | 478 if (wps_parse_msg(m1, &attr) < 0) { in wps_er_ap_get_m1() 853 if (wps_parse_msg(msg, &attr) < 0) { in wps_er_process_wlanevent_probe_req() 1079 if (wps_parse_msg(msg, &attr) < 0) { in wps_er_process_wlanevent_eap() 1749 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_er_ap_process()
|
D | wps_attr_parse.c | 596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_validate.c | 1036 if (wps_parse_msg(&buf, &attr) < 0) { in wps_validate_cred() 1092 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_beacon() 1132 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_beacon_probe_resp() 1190 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_probe_req() 1237 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_assoc_req() 1266 if (wps_parse_msg(wps_ie, &attr) < 0) { in wps_validate_assoc_resp() 1294 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m1() 1350 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2() 1405 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m2d() 1457 if (wps_parse_msg(tlvs, &attr) < 0) { in wps_validate_m3() [all …]
|
D | wps.c | 108 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init() 246 if (wps_parse_msg(msg, &attr) < 0 || in wps_is_selected_pbc_registrar() 300 if (wps_parse_msg(msg, &attr) < 0) in wps_is_selected_pin_registrar() 323 if (wps_parse_msg(msg, &attr) < 0) in wps_is_addr_authorized() 363 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar() 367 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0) in wps_ap_priority_compar() 392 if (wps_parse_msg(msg, &attr) < 0) in wps_get_uuid_e() 405 if (msg == NULL || wps_parse_msg(msg, &attr) < 0) in wps_is_20() 553 if (wps_parse_msg(data, &attr) < 0) in wps_attr_text()
|
D | wps_enrollee.c | 714 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e() 1010 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2() 1127 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m4() 1180 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m6() 1251 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m8() 1276 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 1360 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 1407 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 1489 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
|
D | wps_module_tests.c | 286 if (wps_parse_msg(buf, &attr) != test->result) { in wps_attr_parse_tests()
|
D | wps_upnp_ap.c | 38 wps_parse_msg(msg, &attr) < 0) in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.h | 103 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
|
D | wps_upnp_web.c | 516 if (wps_parse_msg(msg, &attr)) { in web_process_put_message() 620 if (wps_parse_msg(msg, &attr) < 0 || attr.version2) { in web_process_put_wlan_response() 645 if (wps_parse_msg(msg, &attr) < 0 || in web_process_put_wlan_response()
|
D | wps_registrar.c | 1157 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx() 2871 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 3023 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 3047 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 3129 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 3201 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 3285 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done() 3409 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg() 3421 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg()
|
D | wps_er.c | 478 if (wps_parse_msg(m1, &attr) < 0) { in wps_er_ap_get_m1() 853 if (wps_parse_msg(msg, &attr) < 0) { in wps_er_process_wlanevent_probe_req() 1079 if (wps_parse_msg(msg, &attr) < 0) { in wps_er_process_wlanevent_eap() 1749 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_er_ap_process()
|
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 | 446 if (wps_parse_msg(&msg, &cattr) < 0 || in wps_oob_use_cred()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 146 if (wps && wps_parse_msg(wps, &attr) == 0 && in wpas_wps_eapol_cb() 2496 if (wps_parse_msg(wps, &attr)) { in wpas_wps_nfc_tag_process() 2689 ret = wps_parse_msg(&msg, &attr); in wpas_wps_nfc_rx_handover_sel() 2830 ret = wps_parse_msg(&msg, &attr); in wpas_er_wps_nfc_report_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 146 if (wps && wps_parse_msg(wps, &attr) == 0 && in wpas_wps_eapol_cb() 2442 if (wps_parse_msg(wps, &attr)) { in wpas_wps_nfc_tag_process() 2635 ret = wps_parse_msg(&msg, &attr); in wpas_wps_nfc_rx_handover_sel() 2776 ret = wps_parse_msg(&msg, &attr); in wpas_er_wps_nfc_report_handover()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_parse.c | 462 if (wps_parse_msg(buf, &attr)) in p2p_parse_wps_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_parse.c | 462 if (wps_parse_msg(buf, &attr)) in p2p_parse_wps_ie()
|