Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dwps_validate.c1036 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 …]
H A Dwps.c108 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init()
247 if (wps_parse_msg(msg, &attr) < 0 || in wps_is_selected_pbc_registrar()
301 if (wps_parse_msg(msg, &attr) < 0) in wps_is_selected_pin_registrar()
324 if (wps_parse_msg(msg, &attr) < 0) in wps_is_addr_authorized()
364 if (wps_a == NULL || wps_parse_msg(wps_a, &attr) < 0) in wps_ap_priority_compar()
368 if (wps_b == NULL || wps_parse_msg(wps_b, &attr) < 0) in wps_ap_priority_compar()
393 if (wps_parse_msg(msg, &attr) < 0) in wps_get_uuid_e()
406 if (msg == NULL || wps_parse_msg(msg, &attr) < 0) in wps_is_20()
554 if (wps_parse_msg(data, &attr) < 0) in wps_attr_text()
H A Dwps_enrollee.c714 if (wps_parse_msg(&msg, &attr) < 0 || in wps_process_cred_e()
1019 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m2()
1136 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m4()
1189 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m6()
1260 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m8()
1285 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg()
1369 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack()
1416 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack()
1498 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_enrollee_process_msg()
H A Dwps_module_tests.c286 if (wps_parse_msg(buf, &attr) != test->result) { in wps_attr_parse_tests()
H A Dwps_upnp_ap.c38 wps_parse_msg(msg, &attr) < 0) in upnp_er_set_selected_registrar()
H A Dwps_attr_parse.h103 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
H A Dwps_upnp_web.c516 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()
H A Dwps_registrar.c1157 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx()
2861 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m5()
3013 if (wps_parse_msg(decrypted, &eattr) < 0 || in wps_process_m7()
3037 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_msg()
3119 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_ack()
3191 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_nack()
3275 if (wps_parse_msg(msg, &attr) < 0) in wps_process_wsc_done()
3399 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type && in wps_registrar_process_msg()
3411 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL) in wps_registrar_process_msg()
H A Dwps_er.c478 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()
H A Dwps_attr_parse.c596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg() function
H A Dwps_common.c446 if (wps_parse_msg(&msg, &cattr) < 0 || in wps_oob_use_cred()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c157 if (wps && wps_parse_msg(wps, &attr) == 0 && in wpas_wps_eapol_cb()
2528 if (wps_parse_msg(wps, &attr)) { in wpas_wps_nfc_tag_process()
2721 ret = wps_parse_msg(&msg, &attr); in wpas_wps_nfc_rx_handover_sel()
2862 ret = wps_parse_msg(&msg, &attr); in wpas_er_wps_nfc_report_handover()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_parse.c481 if (wps_parse_msg(buf, &attr)) in p2p_parse_wps_ie()
H A Dp2p_group.c733 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type_member()
H A Dp2p.c2210 if (wps_parse_msg(wps, &attr)) in p2p_match_dev_type()
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c2023 if (wps_parse_msg(wps, &attr)) { in hostapd_wps_nfc_tag_process()
2172 ret = wps_parse_msg(&msg, &attr); in hostapd_wps_nfc_report_handover()