/external/wpa_supplicant_8/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() 244 if (wps_parse_msg(msg, &attr) < 0 || in wps_is_selected_pbc_registrar() 298 if (wps_parse_msg(msg, &attr) < 0) in wps_is_selected_pin_registrar() 321 if (wps_parse_msg(msg, &attr) < 0) in wps_is_addr_authorized() 361 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar() 365 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0) in wps_ap_priority_compar() 390 if (wps_parse_msg(msg, &attr) < 0) in wps_get_uuid_e() 403 if (msg == NULL || wps_parse_msg(msg, &attr) < 0) in wps_is_20() 551 if (wps_parse_msg(data, &attr) < 0) in wps_attr_text()
|
D | wps_enrollee.c | 710 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e() 1006 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2() 1123 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m4() 1176 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m6() 1247 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m8() 1272 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 1356 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 1403 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 1485 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 | 102 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 | 1108 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx() 2797 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 2949 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 2973 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 3055 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 3127 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 3211 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done() 3335 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg() 3347 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 | 585 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()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 146 if (wps && wps_parse_msg(wps, &attr) == 0 && in wpas_wps_eapol_cb() 2417 if (wps_parse_msg(wps, &attr)) { in wpas_wps_nfc_tag_process() 2610 ret = wps_parse_msg(&msg, &attr); in wpas_wps_nfc_rx_handover_sel() 2751 ret = wps_parse_msg(&msg, &attr); in wpas_er_wps_nfc_report_handover()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 462 if (wps_parse_msg(buf, &attr)) in p2p_parse_wps_ie()
|
D | p2p_group.c | 733 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type_member()
|
D | p2p.c | 2177 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type()
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1760 if (wps_parse_msg(wps, &attr)) { in hostapd_wps_nfc_tag_process() 1909 ret = wps_parse_msg(&msg, &attr); in hostapd_wps_nfc_report_handover()
|