Searched defs:wps_registrar_config (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps.h | 260 struct wps_registrar_config { struct 272 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, 286 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, 299 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e, 313 void (*reg_success_cb)(void *ctx, const u8 *mac_addr, 332 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, 346 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e, 357 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); 362 void *cb_ctx; 372 int skip_cred_build; [all …]
|