Searched defs:wps_registrar (Results 1 – 1 of 1) sorted by relevance
81 struct wps_registrar { struct82 struct wps_context *wps;84 int pbc;85 int selected_registrar;87 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,111 static int wps_set_ie(struct wps_registrar *reg); argument