Searched defs:er (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_er.c | 99 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() local 637 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, in wps_er_ap_add() [all …]
|
D | wps_er_ssdp.c | 22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() local 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()
|
D | wps_i.h | 37 int er; member
|
D | wps_er.h | 35 struct wps_er *er; member
|
/hostap-latest/tests/hwsim/ |
D | test_nfc_wps.py | 465 def start_ap_er(er, ap, ssid): argument
|