Searched refs:wps_er (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 41 struct wps_er *er; 82 struct wps_er { struct 107 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, 109 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr); 110 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr); 113 int wps_er_ssdp_init(struct wps_er *er); 114 void wps_er_ssdp_deinit(struct wps_er *er); 115 void wps_er_send_ssdp_msearch(struct wps_er *er);
|
D | wps.h | 35 struct wps_er; 806 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname, 808 void wps_er_refresh(struct wps_er *er); 809 void wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx); 810 void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, 812 int wps_er_pbc(struct wps_er *er, const u8 *uuid); 813 int wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *pin, 815 int wps_er_set_config(struct wps_er *er, const u8 *uuid, 817 int wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *pin,
|
D | wps_er_ssdp.c | 28 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() 135 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch() 167 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init() 201 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
|
D | wps_er.c | 105 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, in wps_er_ap_get() 119 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) in wps_er_ap_get_id() 184 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribed() 226 static void wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_unsubscribe() 283 static struct wps_er_ap_settings * wps_er_ap_get_settings(struct wps_er *er, in wps_er_ap_get_settings() 294 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) in wps_er_ap_cache_settings() 318 static int wps_er_ap_use_cached_settings(struct wps_er *er, in wps_er_ap_use_cached_settings() 340 static void wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) in wps_er_ap_remove_entry() 365 struct wps_er *er = eloop_data; in wps_er_ap_timeout() 595 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/ |
D | wps_supplicant.c | 1052 if (wpa_s->wps_er == NULL) in wpas_wps_set_sel_reg_cb() 1057 wps_er_set_sel_reg(wpa_s->wps_er, sel_reg, dev_passwd_id, in wpas_wps_set_sel_reg_cb() 1183 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_deinit() 1184 wpa_s->wps_er = NULL; in wpas_wps_deinit() 1455 if (wpa_s->wps_er) { in wpas_wps_er_start() 1456 wps_er_refresh(wpa_s->wps_er); in wpas_wps_er_start() 1459 wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname, filter); in wpas_wps_er_start() 1460 if (wpa_s->wps_er == NULL) in wpas_wps_er_start() 1472 wps_er_deinit(wpa_s->wps_er, NULL, NULL); in wpas_wps_er_stop() 1473 wpa_s->wps_er = NULL; in wpas_wps_er_stop() [all …]
|
D | wpa_supplicant_i.h | 432 struct wps_er *wps_er; member
|
D | Makefile | 553 OBJS += ../src/wps/wps_er.o
|