Home
last modified time | relevance | path

Searched refs:wps_er (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_er.h35 struct wps_er *er;
76 struct wps_er { struct
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
103 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
104 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
107 int wps_er_ssdp_init(struct wps_er *er);
108 void wps_er_ssdp_deinit(struct wps_er *er);
109 void wps_er_send_ssdp_msearch(struct wps_er *er);
Dwps.h29 struct wps_er;
831 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
833 void wps_er_refresh(struct wps_er *er);
834 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
835 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
837 int wps_er_pbc(struct wps_er *er, const u8 *uuid);
838 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *pin,
840 int wps_er_set_config(struct wps_er *er, const u8 *uuid,
842 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *pin,
844 struct wpabuf * wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid);
Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx()
129 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch()
161 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init()
195 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
Dwps_er.c99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, in wps_er_ap_get()
113 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
178 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed()
220 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe()
277 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings()
288 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings()
312 static int wps_er_ap_use_cached_settings(struct wps_er *er, in wps_er_ap_use_cached_settings()
334 static void wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_remove_entry()
359 struct wps_er *er = eloop_data; in wps_er_ap_timeout()
634 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1084 if (wpa_s->wps_er == NULL) in wpas_wps_set_sel_reg_cb()
1089 wps_er_set_sel_reg(wpa_s->wps_er, sel_reg, dev_passwd_id, in wpas_wps_set_sel_reg_cb()
1256 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_deinit()
1257 wpa_s->wps_er = NULL; in wpas_wps_deinit()
1529 if (wpa_s->wps_er) { in wpas_wps_er_start()
1530 wps_er_refresh(wpa_s->wps_er); in wpas_wps_er_start()
1533 wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname, filter); in wpas_wps_er_start()
1534 if (wpa_s->wps_er == NULL) in wpas_wps_er_start()
1546 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_er_stop()
1547 wpa_s->wps_er = NULL; in wpas_wps_er_stop()
[all …]
Dwpa_supplicant_i.h419 struct wps_er *wps_er; member
DMakefile619 OBJS += ../src/wps/wps_er.o