Lines Matching defs:hapd
34 static const char * sae_get_password(struct hostapd_data *hapd, in sae_get_password()
55 static struct wpabuf *auth_build_sae_commit(struct hostapd_data *hapd, in auth_build_sae_commit()
111 static struct wpabuf *auth_build_sae_confirm(struct hostapd_data *hapd, in auth_build_sae_confirm()
130 static int auth_sae_send_commit(struct hostapd_data *hapd, in auth_sae_send_commit()
166 static int auth_sae_send_confirm(struct hostapd_data *hapd, in auth_sae_send_confirm()
193 static int use_sae_anti_clogging(struct hostapd_data *hapd) in use_sae_anti_clogging()
225 static int sae_check_big_sync(struct hostapd_data *hapd, struct sta_info *sta) in sae_check_big_sync()
236 void sae_accept_sta(struct hostapd_data *hapd, struct sta_info *sta) in sae_accept_sta()
251 static int sae_sm_step(struct hostapd_data *hapd, struct sta_info *sta, in sae_sm_step()
390 static int sae_status_success(struct hostapd_data *hapd, u16 status_code) in sae_status_success()
405 static int sae_is_group_enabled(struct hostapd_data *hapd, int group) in sae_is_group_enabled()
424 static int check_sae_rejected_groups(struct hostapd_data *hapd, in check_sae_rejected_groups()
464 int handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, in handle_auth_sae()
667 int auth_sae_queue(struct hostapd_data *hapd, in auth_sae_queue()