/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 52 struct sta_info *sta; in ap_for_each_sta() local 63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 77 struct sta_info *sta; in ap_get_sta_p2p() local 98 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 118 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 125 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 147 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta() 290 struct sta_info *sta, *prev; in hostapd_free_stas() local 319 struct sta_info *sta = timeout_ctx; in ap_handle_timer() local [all …]
|
D | ap_mlme.c | 54 struct sta_info *sta) in mlme_authenticate_indication() 78 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication() 101 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication() 125 struct sta_info *sta) in mlme_reassociate_indication() 149 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication() 169 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
|
D | ieee802_1x.c | 42 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 82 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() 115 struct sta_info *sta, in ieee802_1x_tx_key_one() 193 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 265 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 311 struct sta_info *sta, in add_common_radius_sta_attr_rsn() 372 struct sta_info *sta, in add_common_radius_sta_attr() 446 struct sta_info *sta, in add_common_radius_attr() 537 struct sta_info *sta, in ieee802_1x_encapsulate_radius() 669 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response() [all …]
|
D | accounting.c | 33 struct sta_info *sta, in accounting_msg() 152 struct sta_info *sta, in accounting_sta_update_stats() 179 struct sta_info *sta = timeout_ctx; in accounting_interim_update() local 201 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 239 struct sta_info *sta, int stop) in accounting_sta_report() 350 struct sta_info *sta) in accounting_sta_interim() 362 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 378 struct sta_info *sta) in accounting_sta_get_id()
|
D | ieee802_11.c | 134 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info() 205 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key() 305 struct sta_info *sta; in handle_auth_ft_finish() local 328 struct sta_info *sta) in auth_process_sae_commit() 360 struct sta_info *sta) in auth_build_sae_confirm() 376 struct sta_info *sta; in use_sae_anti_clogging() local 443 static void handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, in handle_auth_sae() 548 struct sta_info *sta = NULL; in handle_auth() local 755 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid() 788 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid() [all …]
|
D | accounting.h | 14 struct sta_info *sta) in accounting_sta_get_id() 19 struct sta_info *sta) in accounting_sta_start() 24 struct sta_info *sta) in accounting_sta_stop()
|
D | preauth_auth.h | 34 struct sta_info *sta, in rsn_preauth_finished() 40 struct sta_info *sta, in rsn_preauth_send() 46 struct sta_info *sta) in rsn_preauth_free_station()
|
D | ieee802_11_ht.c | 287 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab() 315 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add() 338 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove() 361 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht() 394 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht() 409 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
|
D | preauth_auth.c | 47 struct sta_info *sta; in rsn_preauth_receive() local 188 struct sta_info *sta = timeout_ctx; in rsn_preauth_finished_cb() local 195 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished() 231 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send() 268 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) in rsn_preauth_free_station()
|
D | ctrl_iface_ap.c | 26 struct sta_info *sta, in hostapd_get_sta_tx_rx() 45 static int hostapd_get_sta_conn_time(struct sta_info *sta, in hostapd_get_sta_conn_time() 84 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib() 163 struct sta_info *sta; in hostapd_ctrl_iface_sta() local 200 struct sta_info *sta; in hostapd_ctrl_iface_sta_next() local 275 struct sta_info *sta; in hostapd_ctrl_iface_deauthenticate() local 335 struct sta_info *sta; in hostapd_ctrl_iface_disassociate() local
|
D | tkip_countermeasures.c | 36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start() local 75 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure() local
|
D | wpa_auth_glue.c | 151 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol() local 193 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol() local 212 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk() local 249 struct sta_info *sta; in hostapd_wpa_auth_get_msk() local 299 struct sta_info *sta; in hostapd_wpa_auth_send_eapol() local 316 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta() local 454 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action() local 481 struct sta_info *sta; in hostapd_wpa_auth_add_sta() local
|
D | drv_callbacks.c | 40 struct sta_info *sta; in hostapd_notif_assoc() local 388 struct sta_info *sta; in hostapd_notif_disassoc() local 424 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack() local 557 struct sta_info *sta; in hostapd_notify_auth_ft_finish() local 575 struct sta_info *sta; in hostapd_notif_auth() local 619 struct sta_info *sta; in hostapd_action_rx() local 786 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta() local 809 struct sta_info *sta; in hostapd_event_eapol_rx() local
|
D | ieee802_11_vht.c | 84 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_vht_capab() 112 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta, in set_sta_vht_opmode()
|
D | p2p_hostapd.h | 25 struct sta_info *sta, in hostapd_p2p_get_mib_sta()
|
D | iapp.h | 23 struct sta_info *sta) in iapp_new_station()
|
D | ieee802_11.h | 37 struct sta_info *sta, in ieee802_11_get_mib_sta()
|
D | ieee802_11_shared.c | 23 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() 79 struct sta_info *sta; in ieee802_11_send_sa_query_resp() local 117 struct sta_info *sta; in ieee802_11_sa_query_action() local
|
D | wnm_ap.c | 59 struct sta_info *sta; in ieee802_11_send_wnmsleep_resp() local 404 struct sta_info *sta, int disassoc_timer) in wnm_send_disassoc_imminent() 440 struct sta_info *sta, const char *url, in wnm_send_ess_disassoc_imminent()
|
D | p2p_hostapd.c | 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta()
|
D | authsrv.c | 30 struct sta_info *sta, void *ctx) in hostapd_sim_db_cb_sta()
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | link_test.c | 21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout() 42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan() 49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished() 55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send() 61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event() 62 struct wps_er_sta *sta; in wps_er_sta_get() local 74 static void wps_er_sta_free(struct wps_er_sta *sta) in wps_er_sta_free() 93 struct wps_er_sta *prev, *sta; in wps_er_sta_remove_all() local 750 struct wps_er_sta *sta = eloop_data; in wps_er_sta_timeout() local 762 struct wps_er_sta *sta = wps_er_sta_get(ap, addr, NULL); in wps_er_add_sta_data() local 868 struct wps_er_sta *sta = ctx; in wps_er_http_put_wlan_response_cb() local 963 static void wps_er_sta_send_msg(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_send_msg() 1010 static void wps_er_sta_process(struct wps_er_sta *sta, struct wpabuf *msg, in wps_er_sta_process() 1036 static void wps_er_sta_start(struct wps_er_sta *sta, struct wpabuf *msg) in wps_er_sta_start() [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 138 struct sta_info *sta; in hostapd_ctrl_iface_new_sta() local 748 struct sta_info *sta; in hostapd_ctrl_iface_send_qos_map_conf() local 805 struct sta_info *sta; in hostapd_ctrl_iface_disassoc_imminent() local 831 struct sta_info *sta; in hostapd_ctrl_iface_ess_disassoc() local 1079 struct sta_info *sta; in hostapd_ctrl_iface_set() local
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 467 FIXP_QSS *RESTRICT sta, in qmfSynPrototypeFirSlot1_filter() 540 FIXP_QSS *RESTRICT sta = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot2() local
|