Searched refs:wps_registrar (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps.h | 28 struct wps_registrar; 603 struct wps_registrar *registrar; 804 struct wps_registrar * 807 void wps_registrar_deinit(struct wps_registrar *reg); 808 int wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr, 811 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid); 812 int wps_registrar_wps_cancel(struct wps_registrar *reg); 813 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid); 814 int wps_registrar_button_pushed(struct wps_registrar *reg, 816 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, [all …]
|
D | wps_registrar.c | 141 struct wps_registrar { struct 194 static int wps_set_ie(struct wps_registrar *reg); argument 198 static void wps_registrar_remove_pin(struct wps_registrar *reg, 202 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac() 223 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac() 261 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get() 293 int wps_device_store(struct wps_registrar *reg, in wps_device_store() 314 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session() 366 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session() 397 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap() [all …]
|
D | wps_i.h | 206 int wps_device_store(struct wps_registrar *reg, 208 void wps_registrar_selected_registrar_changed(struct wps_registrar *reg, 210 const u8 * wps_authorized_macs(struct wps_registrar *reg, size_t *count); 211 int wps_registrar_pbc_overlap(struct wps_registrar *reg, 213 void wps_registrar_remove_nfc_pw_token(struct wps_registrar *reg, 215 int wps_cb_new_psk(struct wps_registrar *reg, const u8 *mac_addr,
|
D | wps_upnp_i.h | 35 struct wps_registrar; 102 struct wps_registrar *reg; 186 int upnp_er_set_selected_registrar(struct wps_registrar *reg, 189 void upnp_er_remove_notification(struct wps_registrar *reg,
|
D | wps_upnp_ap.c | 22 struct wps_registrar *reg = timeout_ctx; in upnp_er_set_selected_timeout() 29 int upnp_er_set_selected_registrar(struct wps_registrar *reg, in upnp_er_set_selected_registrar() 76 void upnp_er_remove_notification(struct wps_registrar *reg, in upnp_er_remove_notification()
|
D | Makefile | 31 wps_registrar.o \
|
D | wps_upnp.c | 961 struct wps_registrar *reg) in upnp_wps_free_subscriptions()
|
D | wps_er.c | 1507 struct wps_registrar *reg = er->wps->registrar; in wps_er_set_sel_reg()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 939 struct wps_registrar *reg; in wpa_supplicant_ap_wps_cancel()
|