Searched refs:wps_parse_msg (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.c | 77 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init() 178 if (wps_parse_msg(msg, &attr) < 0 || in wps_is_selected_pbc_registrar() 205 if (wps_parse_msg(msg, &attr) < 0) in wps_is_selected_pin_registrar() 231 if (wps_parse_msg(msg, &attr) < 0) in wps_get_uuid_e()
|
D | wps_enrollee.c | 645 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e() 864 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m4() 911 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m6() 958 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m8() 982 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 1055 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 1107 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 1191 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
|
D | wps_registrar.c | 692 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx() 2040 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5() 2147 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7() 2171 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg() 2247 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack() 2324 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack() 2409 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done() 2520 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg() 2532 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg() 2610 if (wps_parse_msg(msg, &attr) < 0) in wps_registrar_set_selected_registrar()
|
D | wps_i.h | 193 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
|
D | wps_attr_parse.c | 402 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
|
D | wps_upnp_web.c | 1024 if (wps_parse_msg(msg, &attr) < 0 || in web_process_put_wlan_response()
|