/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 42 struct sta_info { struct 43 struct sta_info *next; /* next entry in sta list */ argument 44 struct sta_info *hnext; /* next entry in hash table list */ argument 132 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument 135 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); 136 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); 137 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 138 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 141 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, 144 struct sta_info *sta); [all …]
|
D | ieee802_1x.h | 19 struct sta_info; 59 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta); 60 void ieee802_1x_free_station(struct sta_info *sta); 62 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta); 63 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta); 65 struct sta_info *sta, int authorized); 66 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta); 69 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, 81 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 87 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
|
D | ap_mlme.h | 21 struct sta_info *sta); 24 struct sta_info *sta, u16 reason_code); 27 struct sta_info *sta); 30 struct sta_info *sta); 33 struct sta_info *sta, u16 reason_code); 38 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
|
D | preauth_auth.h | 22 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 24 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 26 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta); 40 struct sta_info *sta, in rsn_preauth_finished() 46 struct sta_info *sta, in rsn_preauth_send() 52 struct sta_info *sta) in rsn_preauth_free_station()
|
D | sta_info.c | 39 struct sta_info *sta); 46 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta() 50 struct sta_info *sta; in ap_for_each_sta() 61 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta() 63 struct sta_info *s; in ap_get_sta() 72 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del() 74 struct sta_info *tmp; in ap_sta_list_del() 92 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add() 99 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del() 101 struct sta_info *s; in ap_sta_hash_del() [all …]
|
D | accounting.h | 18 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta); 21 struct sta_info *sta) in accounting_sta_start() 26 struct sta_info *sta) in accounting_sta_stop() 39 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta); 40 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
|
D | ap_mlme.c | 59 struct sta_info *sta) in mlme_authenticate_indication() 83 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication() 105 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication() 131 struct sta_info *sta) in mlme_reassociate_indication() 155 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication() 175 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
|
D | ieee802_11.h | 20 struct sta_info; 31 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 41 struct sta_info *sta, in ieee802_11_get_mib_sta() 47 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 60 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 62 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
|
D | accounting.c | 36 struct sta_info *sta); 40 struct sta_info *sta, in accounting_msg() 187 struct sta_info *sta, in accounting_sta_update_stats() 214 struct sta_info *sta = timeout_ctx; in accounting_interim_update() 236 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 274 struct sta_info *sta, int stop) in accounting_sta_report() 380 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_interim() 392 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 408 struct sta_info *sta) in accounting_sta_get_id()
|
D | hostapd.h | 26 struct sta_info; 64 struct sta_info *sta_list; /* STA info list head */ 67 struct sta_info *sta_hash[STA_HASH_SIZE]; 81 struct sta_info *sta, int reassoc); 248 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
|
D | ieee802_1x.c | 45 struct sta_info *sta, int success); 48 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 87 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() 154 struct sta_info *sta, in ieee802_1x_tx_key_one() 332 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 412 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 459 struct sta_info *sta, in ieee802_1x_encapsulate_radius() 602 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response() 634 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta, in handle_eap() 684 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_alloc_eapol_sm() [all …]
|
D | preauth_auth.c | 53 struct sta_info *sta; in rsn_preauth_receive() 194 struct sta_info *sta = timeout_ctx; in rsn_preauth_finished_cb() 201 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished() 237 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send() 274 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) in rsn_preauth_free_station()
|
D | iapp.h | 22 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 29 struct sta_info *sta) in iapp_new_station()
|
D | p2p_hostapd.h | 20 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 31 struct sta_info *sta, in hostapd_p2p_get_mib_sta()
|
D | ieee802_11_ht.c | 158 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab() 186 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht() 216 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht() 231 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
|
D | ieee802_11.c | 120 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info() 193 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() 234 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key() 338 struct sta_info *sta; in handle_auth_ft_finish() 363 struct sta_info *sta = NULL; in handle_auth() 537 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid() 570 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid() 591 static u16 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, in check_wmm() 609 static u16 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, in copy_supp_rates() 653 static u16 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, in check_assoc_ies() [all …]
|
D | tkip_countermeasures.c | 41 struct sta_info *sta; in ieee80211_tkip_countermeasures_start() 68 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
|
D | wpa_auth_glue.c | 127 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol() 169 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol() 197 struct sta_info *sta; in hostapd_wpa_auth_get_msk() 247 struct sta_info *sta; in hostapd_wpa_auth_send_eapol() 264 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta() 400 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action() 427 struct sta_info *sta; in hostapd_wpa_auth_add_sta()
|
D | ctrl_iface_ap.c | 29 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib() 97 struct sta_info *sta; in hostapd_ctrl_iface_sta_next()
|
D | drv_callbacks.c | 43 struct sta_info *sta; in hostapd_notif_assoc() 202 struct sta_info *sta; in hostapd_notif_disassoc() 244 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack() 460 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
|
D | utils.c | 54 struct sta_info *osta; in prune_associations()
|
D | p2p_hostapd.c | 29 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | link_test.c | 13 struct sta_info; 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/wpa_supplicant/tests/ |
D | link_test.c | 13 struct sta_info; 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/hostapd/ |
D | dump_state.c | 39 struct sta_info *sta) in ieee802_1x_dump_state() 75 struct sta_info *sta; in hostapd_dump_state()
|