Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_er.h35 struct wps_er *er;
76 struct wps_er { struct
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
Dwps.h30 struct wps_er;
888 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
890 void wps_er_refresh(struct wps_er *er);
891 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
892 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
894 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr);
895 const u8 * wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr);
896 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr,
898 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
900 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
[all …]
Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx()
127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch()
159 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()
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed()
221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe()
278 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings()
289 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings()
313 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()
637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add()
[all …]
DMakefile28 wps_er.o \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_er.h35 struct wps_er *er;
76 struct wps_er { struct
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
Dwps.h30 struct wps_er;
901 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
903 void wps_er_refresh(struct wps_er *er);
904 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx);
905 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
907 int wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr);
908 const u8 * wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr);
909 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr,
911 int wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
913 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr,
[all …]
Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx()
127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch()
159 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()
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id()
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed()
221 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe()
278 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings()
289 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings()
313 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()
637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add()
[all …]
DMakefile18 wps_er.o \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwps_supplicant.c1483 if (wpa_s->wps_er == NULL) in wpas_wps_set_sel_reg_cb()
1488 wps_er_set_sel_reg(wpa_s->wps_er, sel_reg, dev_passwd_id, in wpas_wps_set_sel_reg_cb()
1687 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_deinit()
1688 wpa_s->wps_er = NULL; in wpas_wps_deinit()
1969 if (wpa_s->wps_er) { in wpas_wps_er_start()
1970 wps_er_refresh(wpa_s->wps_er); in wpas_wps_er_start()
1973 wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname, filter); in wpas_wps_er_start()
1974 if (wpa_s->wps_er == NULL) in wpas_wps_er_start()
1986 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_er_stop()
1987 wpa_s->wps_er = NULL; in wpas_wps_er_stop()
[all …]
Dwpa_supplicant_i.h941 struct wps_er *wps_er; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwps_supplicant.c1460 if (wpa_s->wps_er == NULL) in wpas_wps_set_sel_reg_cb()
1465 wps_er_set_sel_reg(wpa_s->wps_er, sel_reg, dev_passwd_id, in wpas_wps_set_sel_reg_cb()
1659 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_deinit()
1660 wpa_s->wps_er = NULL; in wpas_wps_deinit()
1929 if (wpa_s->wps_er) { in wpas_wps_er_start()
1930 wps_er_refresh(wpa_s->wps_er); in wpas_wps_er_start()
1933 wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname, filter); in wpas_wps_er_start()
1934 if (wpa_s->wps_er == NULL) in wpas_wps_er_start()
1946 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_er_stop()
1947 wpa_s->wps_er = NULL; in wpas_wps_er_stop()
[all …]
Dwpa_supplicant_i.h735 struct wps_er *wps_er; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt690 src/wps/wps_er.c
691 src/wps/wps_er.h