Lines Matching defs:hapd

64 static int wps_stop_registrar(struct hostapd_data *hapd, void *ctx)  in wps_stop_registrar()
73 void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed()
81 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb() local
100 struct hostapd_data *hapd = eloop_data; in hostapd_wps_reenable_ap_pin() local
113 static void hostapd_pwd_auth_fail(struct hostapd_data *hapd, in hostapd_pwd_auth_fail()
130 static int wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) in wps_ap_pin_success()
147 static void hostapd_wps_event_pbc_overlap(struct hostapd_data *hapd) in hostapd_wps_event_pbc_overlap()
156 static void hostapd_wps_event_pbc_timeout(struct hostapd_data *hapd) in hostapd_wps_event_pbc_timeout()
163 static void hostapd_wps_event_pin_timeout(struct hostapd_data *hapd) in hostapd_wps_event_pin_timeout()
168 static void hostapd_wps_event_pbc_disable(struct hostapd_data *hapd) in hostapd_wps_event_pbc_disable()
175 static void hostapd_wps_event_success(struct hostapd_data *hapd, in hostapd_wps_event_success()
186 static void hostapd_wps_event_fail(struct hostapd_data *hapd, in hostapd_wps_event_fail()
203 struct hostapd_data *hapd = ctx; in hostapd_wps_event_cb() local
262 static void hostapd_wps_clear_ies(struct hostapd_data *hapd, int deinit_only) in hostapd_wps_clear_ies()
281 int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps()
325 static int ap_sta_server_sm_deinit(struct hostapd_data *hapd, in ap_sta_server_sm_deinit()
333 void hostapd_deinit_wps(struct hostapd_data *hapd) in hostapd_deinit_wps()
354 void hostapd_update_wps(struct hostapd_data *hapd) in hostapd_update_wps()
371 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *pin) in hostapd_wps_add_pin()
382 int hostapd_wps_button_pushed(struct hostapd_data *hapd, in hostapd_wps_button_pushed()
393 static int wps_cancel(struct hostapd_data *hapd) in wps_cancel()
404 int hostapd_wps_cancel(struct hostapd_data *hapd) in hostapd_wps_cancel()
415 struct hostapd_data *hapd = eloop_data; in hostapd_wps_ap_pin_timeout() local
422 static void hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) in hostapd_wps_ap_pin_enable()
439 static int wps_ap_pin_disable(struct hostapd_data *hapd) in wps_ap_pin_disable()
448 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd) in hostapd_wps_ap_pin_disable()
461 static int wps_ap_pin_set(struct hostapd_data *hapd, void *ctx) in wps_ap_pin_set()
475 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) in hostapd_wps_ap_pin_random()
488 const char * hostapd_wps_ap_pin_get(struct hostapd_data *hapd) in hostapd_wps_ap_pin_get()
494 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, in hostapd_wps_ap_pin_set()
508 int hostapd_wps_config_ap(struct hostapd_data *hapd, struct wps_data *wps_data) in hostapd_wps_config_ap()