/external/wpa_supplicant_8/src/ap/ |
ap_mlme.h | 15 struct sta_info *sta); 18 struct sta_info *sta, u16 reason_code); 21 struct sta_info *sta); 24 struct sta_info *sta); 27 struct sta_info *sta, u16 reason_code); 32 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
|
accounting.h | 14 struct sta_info *sta) 19 struct sta_info *sta) 24 struct sta_info *sta) 37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta); 38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta); 39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
|
preauth_auth.h | 16 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 18 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 20 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta); 34 struct sta_info *sta, 40 struct sta_info *sta, 46 struct sta_info *sta)
|
ieee802_1x.h | 13 struct sta_info; 23 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta); 24 void ieee802_1x_free_station(struct sta_info *sta); 26 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta); 27 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta); 29 struct sta_info *sta, int authorized); 30 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta); 33 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, 35 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta, 48 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta [all...] |
sta_info.h | 41 struct sta_info { struct 42 struct sta_info *next; /* next entry in sta list */ 43 struct sta_info *hnext; /* next entry in hash table list */ 154 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 157 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); 158 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); 159 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 162 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, 165 struct sta_info *sta); 166 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) [all...] |
iapp.h | 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 23 struct sta_info *sta)
|
p2p_hostapd.h | 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 25 struct sta_info *sta,
|
ap_mlme.c | 17 #include "sta_info.h" 53 struct sta_info *sta) 77 struct sta_info *sta, u16 reason_code) 99 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) 125 struct sta_info *sta) 149 struct sta_info *sta, u16 reason_code) 169 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta)
|
ieee802_11.h | 14 struct sta_info; 25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 35 struct sta_info *sta, 41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 59 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 61 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 62 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, 71 struct sta_info *sta, u8 *eid);
|
sta_info.c | 34 #include "sta_info.h" 37 struct sta_info *sta); 44 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta); 47 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 51 struct sta_info *sta; 62 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) 64 struct sta_info *s; 73 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) 75 struct sta_info *tmp; 93 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta [all...] |
tkip_countermeasures.c | 16 #include "sta_info.h" 36 struct sta_info *sta; 75 struct sta_info *sta = ap_get_sta(hapd, addr);
|
accounting.c | 19 #include "sta_info.h" 30 struct sta_info *sta); 34 struct sta_info *sta, 153 struct sta_info *sta, 180 struct sta_info *sta = timeout_ctx; 202 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) 242 struct sta_info *sta, int stop) 350 struct sta_info *sta) 362 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) 378 struct sta_info *sta [all...] |
ieee802_1x.c | 26 #include "sta_info.h" 36 struct sta_info *sta, int success); 39 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, 79 struct sta_info *sta, int authorized) 111 struct sta_info *sta, 289 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) 371 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) 419 struct sta_info *sta, 474 struct sta_info *sta, 549 struct sta_info *sta [all...] |
hostapd.h | 20 struct sta_info; 80 struct sta_info *sta_list; /* STA info list head */ 83 struct sta_info *sta_hash[STA_HASH_SIZE]; 97 struct sta_info *sta, int reassoc); 289 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
|
preauth_auth.c | 22 #include "sta_info.h" 47 struct sta_info *sta; 188 struct sta_info *sta = timeout_ctx; 195 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 231 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 268 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta)
|
ieee802_11_ht.c | 23 #include "sta_info.h" 157 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 185 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) 215 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) 230 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta)
|
p2p_hostapd.c | 17 #include "sta_info.h" 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
|
utils.c | 13 #include "sta_info.h" 50 struct sta_info *osta;
|
ctrl_iface_ap.c | 17 #include "sta_info.h" 24 static int hostapd_get_sta_conn_time(struct sta_info *sta, 47 struct sta_info *sta, 119 struct sta_info *sta; 190 struct sta_info *sta; 251 struct sta_info *sta;
|
wpa_auth_glue.c | 22 #include "sta_info.h" 127 struct sta_info *sta = ap_get_sta(hapd, addr); 169 struct sta_info *sta = ap_get_sta(hapd, addr); 187 struct sta_info *sta = ap_get_sta(hapd, addr); 224 struct sta_info *sta; 274 struct sta_info *sta; 291 struct sta_info *sta; 429 struct sta_info *sta; 456 struct sta_info *sta;
|
ieee802_11_vht.c | 18 #include "sta_info.h" 85 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
|
ieee802_11.c | 30 #include "sta_info.h" 136 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, 197 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, 301 struct sta_info *sta; 324 struct sta_info *sta) 356 struct sta_info *sta) 372 struct sta_info *sta; 439 static void handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, 542 struct sta_info *sta = NULL; 745 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta [all...] |
drv_callbacks.c | 23 #include "sta_info.h" 37 struct sta_info *sta; 320 struct sta_info *sta; 356 struct sta_info *sta = ap_get_sta(hapd, addr); 445 struct sta_info *sta; 463 struct sta_info *sta; 506 struct sta_info *sta; 678 struct sta_info *sta = ap_get_sta(hapd, addr); 701 struct sta_info *sta;
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
link_test.c | 13 struct sta_info; 21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) 28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, 42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, 49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, 55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, 61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta)
|
/external/wpa_supplicant_8/hostapd/ |
dump_state.c | 20 #include "ap/sta_info.h" 35 struct sta_info *sta) 71 struct sta_info *sta;
|