Home
last modified time | relevance | path

Searched refs:wps_registrar (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
HDwps.h28 struct wps_registrar;
641 struct wps_registrar *registrar;
842 struct wps_registrar *
845 void wps_registrar_deinit(struct wps_registrar *reg);
846 int wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr,
849 int wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid);
850 int wps_registrar_wps_cancel(struct wps_registrar *reg);
851 int wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid);
852 int wps_registrar_button_pushed(struct wps_registrar *reg,
854 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
[all …]
HDwps_registrar.c141 struct wps_registrar { struct
225 static int wps_set_ie(struct wps_registrar *reg); argument
229 static void wps_registrar_remove_pin(struct wps_registrar *reg,
233 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac()
254 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac()
292 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get()
324 int wps_device_store(struct wps_registrar *reg, in wps_device_store()
345 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session()
397 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session()
428 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap()
[all …]
HDwps_i.h209 int wps_device_store(struct wps_registrar *reg,
211 void wps_registrar_selected_registrar_changed(struct wps_registrar *reg,
213 const u8 * wps_authorized_macs(struct wps_registrar *reg, size_t *count);
214 int wps_registrar_pbc_overlap(struct wps_registrar *reg,
216 void wps_registrar_remove_nfc_pw_token(struct wps_registrar *reg,
218 int wps_cb_new_psk(struct wps_registrar *reg, const u8 *mac_addr,
HDwps_upnp_i.h35 struct wps_registrar;
102 struct wps_registrar *reg;
187 int upnp_er_set_selected_registrar(struct wps_registrar *reg,
190 void upnp_er_remove_notification(struct wps_registrar *reg,
HDwps_upnp_ap.c22 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()
HDwps_upnp.c1000 struct wps_registrar *reg) in upnp_wps_free_subscriptions()
HDwps_er.c1507 struct wps_registrar *reg = er->wps->registrar; in wps_er_set_sel_reg()
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
HDMakefile106 wps_common.c wps_dev_attr.c wps_enrollee.c wps_registrar.c \
/freebsd-11-stable/usr.sbin/wpa/hostapd/
HDMakefile89 wps_registrar.c \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDap.c1018 struct wps_registrar *reg; in wpa_supplicant_ap_wps_cancel()