HomeSort by relevance Sort by last modified time
    Searched refs:sta_info (Results 1 - 25 of 41) sorted by null

1 2

  /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 12 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta);
15 struct sta_info *sta)
20 struct sta_info *sta)
33 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
34 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)
sta_info.h 39 struct sta_info { struct
40 struct sta_info *next; /* next entry in sta list */
41 struct sta_info *hnext; /* next entry in hash table list */
134 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
137 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
138 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
139 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
140 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
143 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
146 struct sta_info *sta)
    [all...]
ieee802_1x.h 13 struct sta_info;
53 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
54 void ieee802_1x_free_station(struct sta_info *sta);
56 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
57 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
59 struct sta_info *sta, int authorized);
60 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
63 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
65 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
77 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta
    [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,
54 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
56 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
64 struct sta_info *sta, u8 *eid);
sta_info.c 31 #include "sta_info.h"
34 struct sta_info *sta);
41 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
44 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
48 struct sta_info *sta;
59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
61 struct sta_info *s;
70 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta)
72 struct sta_info *tmp;
90 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
tkip_countermeasures.c 15 #include "sta_info.h"
35 struct sta_info *sta;
68 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,
181 struct sta_info *sta,
208 struct sta_info *sta = timeout_ctx;
230 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta)
270 struct sta_info *sta, int stop)
376 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta)
388 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta)
404 struct sta_info *sta
    [all...]
hostapd.h 20 struct sta_info;
59 struct sta_info *sta_list; /* STA info list head */
62 struct sta_info *sta_hash[STA_HASH_SIZE];
76 struct sta_info *sta, int reassoc);
254 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_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,
78 struct sta_info *sta, int authorized)
108 struct sta_info *sta,
286 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta)
366 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta)
413 struct sta_info *sta,
556 struct sta_info *sta, struct eap_hdr *eap,
588 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
ctrl_iface_ap.c 16 #include "sta_info.h"
23 struct sta_info *sta,
91 struct sta_info *sta;
ieee802_11_ht.c 23 #include "sta_info.h"
158 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
186 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta)
216 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta)
231 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"
49 struct sta_info *osta;
ieee802_11.c 27 #include "sta_info.h"
114 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
175 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta,
279 struct sta_info *sta;
304 struct sta_info *sta = NULL;
490 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta)
523 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta,
544 static u16 check_wmm(struct hostapd_data *hapd, struct sta_info *sta,
569 static u16 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta,
613 static u16 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
wpa_auth_glue.c 21 #include "sta_info.h"
123 struct sta_info *sta = ap_get_sta(hapd, addr);
165 struct sta_info *sta = ap_get_sta(hapd, addr);
183 struct sta_info *sta = ap_get_sta(hapd, addr);
196 struct sta_info *sta;
246 struct sta_info *sta;
263 struct sta_info *sta;
399 struct sta_info *sta;
426 struct sta_info *sta;
ieee802_11_shared.c 14 #include "sta_info.h"
23 struct sta_info *sta, u8 *eid)
79 struct sta_info *sta;
117 struct sta_info *sta;
  /external/wpa_supplicant_6/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/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"
34 struct sta_info *sta)
70 struct sta_info *sta;

Completed in 504 milliseconds

1 2