Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps.h28 struct wps_registrar;
641 struct wps_registrar *registrar;
842 struct wps_registrar *
845 void wps_registrar_deinit(struct wps_registrar *reg);
850 int wps_registrar_wps_cancel(struct wps_registrar *reg);
852 int wps_registrar_button_pushed(struct wps_registrar *reg,
859 int wps_registrar_update_ie(struct wps_registrar *reg);
862 int wps_registrar_config_ap(struct wps_registrar *reg,
864 int wps_registrar_add_nfc_pw_token(struct wps_registrar *reg,
868 int wps_registrar_add_nfc_password_token(struct wps_registrar *reg,
[all …]
H A Dwps_registrar.c141 struct wps_registrar { struct
225 static int wps_set_ie(struct wps_registrar *reg); argument
324 int wps_device_store(struct wps_registrar *reg, in wps_device_store()
667 struct wps_registrar *
726 void wps_registrar_flush(struct wps_registrar *reg) in wps_registrar_flush()
1023 struct wps_registrar *reg = eloop_ctx; in wps_registrar_pbc_timeout()
1293 static int wps_set_ie(struct wps_registrar *reg) in wps_set_ie()
1644 struct wps_registrar *reg = wps->wps->registrar; in wps_build_cred()
2618 struct wps_registrar *reg = wps->wps->registrar; in wps_registrar_p2p_dev_addr_match()
2639 struct wps_registrar *reg = wps->wps->registrar; in wps_registrar_skip_overlap()
[all …]
H A Dwps_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,
H A Dwps_upnp_i.h35 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,
H A Dwps_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()
H A Dwps_upnp.c961 struct wps_registrar *reg) in upnp_wps_free_subscriptions()
H A Dwps_er.c1507 struct wps_registrar *reg = er->wps->registrar; in wps_er_set_sel_reg()
/dragonfly/usr.sbin/802_11/wpa_supplicant/
H A DMakefile27 wps_hostapd.c wps_registrar.c wps_supplicant.c wps_upnp.c wps_upnp_ap.c \
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dap.c1018 struct wps_registrar *reg; in wpa_supplicant_ap_wps_cancel()