Searched defs:wps_registrar (Results 1 – 1 of 1) sorted by relevance
139 struct wps_registrar { struct140 struct wps_context *wps;142 int pbc;143 int selected_registrar;145 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr,147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,149 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,151 void (*reg_success_cb)(void *ctx, const u8 *mac_addr,176 struct wps_registrar_device *devices; argument190 static int wps_set_ie(struct wps_registrar *reg); argument