Searched refs:wps_parse_attr (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_validate.c | 1030 struct wps_parse_attr *attr; in wps_validate_cred() 1034 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_validate_cred() 1100 struct wps_parse_attr *attr; in wps_validate_beacon() 1104 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_validate_beacon() 1154 struct wps_parse_attr *attr; in wps_validate_beacon_probe_resp() 1158 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_validate_beacon_probe_resp() 1229 struct wps_parse_attr *attr; in wps_validate_probe_req() 1233 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_validate_probe_req() 1291 struct wps_parse_attr *attr; in wps_validate_assoc_req() 1295 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_validate_assoc_req() [all …]
|
D | wps.c | 106 struct wps_parse_attr attr; in wps_init() 240 struct wps_parse_attr *attr = os_zalloc(sizeof(struct wps_parse_attr)); in wps_is_selected_pbc_registrar() 275 static int is_selected_pin_registrar(struct wps_parse_attr *attr) in is_selected_pin_registrar() 310 struct wps_parse_attr *attr; in wps_is_selected_pin_registrar() 313 attr = os_zalloc(sizeof(struct wps_parse_attr)); in wps_is_selected_pin_registrar() 339 struct wps_parse_attr *attr; in wps_is_addr_authorized() 345 attr = os_zalloc(sizeof(struct wps_parse_attr)); in wps_is_addr_authorized() 401 struct wps_parse_attr *attr = NULL; in wps_ap_priority_compar() 447 struct wps_parse_attr *attr; in wps_get_uuid_e() 450 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_get_uuid_e() [all …]
|
D | wps_enrollee.c | 718 struct wps_parse_attr *attr; in wps_process_cred_e() 724 attr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_process_cred_e() 828 struct wps_parse_attr *attr, in wps_process_ap_settings_e() 995 struct wps_parse_attr *attr) in wps_process_m2() 1040 struct wps_parse_attr eattr; in wps_process_m2() 1075 struct wps_parse_attr *attr) in wps_process_m2d() 1131 struct wps_parse_attr *attr) in wps_process_m4() 1134 struct wps_parse_attr *eattr; in wps_process_m4() 1139 eattr = (struct wps_parse_attr *)os_zalloc(sizeof(struct wps_parse_attr)); in wps_process_m4() 1203 struct wps_parse_attr *attr) in wps_process_m6() [all …]
|
D | wps_dev_attr.h | 12 struct wps_parse_attr; 30 struct wps_parse_attr *attr);
|
D | wps_attr_parse.h | 14 struct wps_parse_attr { struct 107 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr); argument
|
D | wps_attr_parse.c | 20 static int wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, in wps_set_vendor_ext_wfa_subelem() 91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa() 111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext() 152 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr() 596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg()
|
D | wps_attr_process.c | 247 int wps_process_cred(struct wps_parse_attr *attr, in wps_process_cred() 267 int wps_process_ap_settings(struct wps_parse_attr *attr, in wps_process_ap_settings()
|
D | wps_i.h | 192 int wps_process_cred(struct wps_parse_attr *attr, 194 int wps_process_ap_settings(struct wps_parse_attr *attr,
|
D | wps_registrar.c | 1153 struct wps_parse_attr attr; in wps_registrar_probe_req_rx() 2659 struct wps_parse_attr *attr) in wps_process_m1() 2794 struct wps_parse_attr *attr) in wps_process_m3() 2829 struct wps_parse_attr *attr) in wps_process_m5() 2832 struct wps_parse_attr eattr; in wps_process_m5() 2926 struct wps_parse_attr *attr) in wps_process_ap_settings_r() 2980 struct wps_parse_attr *attr) in wps_process_ap_settings_r() 2988 struct wps_parse_attr *attr) in wps_process_m7() 2991 struct wps_parse_attr eattr; in wps_process_m7() 3054 struct wps_parse_attr attr; in wps_process_wsc_msg() [all …]
|
D | wps.h | 31 struct wps_parse_attr; 910 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
|
D | wps_common.c | 451 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred() 458 struct wps_parse_attr cattr; in wps_oob_use_cred()
|
D | wps_dev_attr.c | 379 struct wps_parse_attr *attr) in wps_process_device_attrs()
|