Searched refs:sta (Results 1 - 25 of 128) sorted by relevance

123456

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_mlme.c43 * @sta: peer STA data
50 * PeerSTAAddress = sta->addr
51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
54 struct sta_info *sta)
56 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
61 mlme_deletekeys_request(hapd, sta);
53 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
77 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
101 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dsta_info.c37 struct sta_info *sta);
45 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
52 struct sta_info *sta; local
54 for (sta = hapd->sta_list; sta; sta = sta->next) {
55 if (cb(hapd, sta, ctx))
63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
47 ap_for_each_sta(struct hostapd_data *hapd, int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx) argument
77 struct sta_info *sta; local
98 ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) argument
118 ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) argument
125 ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) argument
147 ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) argument
290 struct sta_info *sta, *prev; local
319 struct sta_info *sta = timeout_ctx; local
478 struct sta_info *sta = timeout_ctx; local
502 ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
514 ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
526 ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
536 struct sta_info *sta = timeout_ctx; local
549 ap_sta_session_warning_timeout(struct hostapd_data *hapd, struct sta_info *sta, int warning_time) argument
560 struct sta_info *sta; local
604 ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) argument
620 ap_sta_remove_in_other_bss(struct hostapd_data *hapd, struct sta_info *sta) argument
648 struct sta_info *sta = timeout_ctx; local
655 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
686 struct sta_info *sta = timeout_ctx; local
693 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
722 ap_sta_wps_cancel(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
738 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
859 ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
886 struct sta_info *sta = timeout_ctx; local
922 ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
928 ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
939 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1006 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
1041 ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
1053 ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dap_mlme.h15 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);
H A Daccounting.c29 struct sta_info *sta);
33 struct sta_info *sta,
50 if (sta) {
51 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
54 sta->acct_session_id_hi, sta->acct_session_id_lo);
80 if (sta) {
82 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
85 if (!val && sta
32 accounting_msg(struct hostapd_data *hapd, struct sta_info *sta, int status_type) argument
151 accounting_sta_update_stats(struct hostapd_data *hapd, struct sta_info *sta, struct hostap_sta_driver_data *data) argument
179 struct sta_info *sta = timeout_ctx; local
201 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
349 accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) argument
362 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
377 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Daccounting.h14 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);
13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dpreauth_auth.h16 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)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument
45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dtkip_countermeasures.c36 struct sta_info *sta; local
48 while ((sta = hapd->sta_list)) {
49 sta->acct_terminate_cause =
51 if (sta->flags & WLAN_STA_AUTH) {
53 hapd, sta,
56 hostapd_drv_sta_deauth(hapd, sta->addr,
58 ap_free_sta(hapd, sta);
75 struct sta_info *sta = ap_get_sta(hapd, addr); local
76 if (sta != NULL) {
77 wpa_auth_sta_local_mic_failure_report(sta
[all...]
H A Dieee802_11.c134 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, argument
168 if (sta) {
170 if (probe && sta->ssid_probe) {
171 policy = sta->ssid_probe->security_policy;
172 def_klen = sta->ssid_probe->wep.default_len;
174 policy = sta->ssid->security_policy;
175 def_klen = sta->ssid->wep.default_len;
205 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, argument
209 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
215 if (!sta
305 struct sta_info *sta; local
327 auth_process_sae_commit(struct hostapd_data *hapd, struct sta_info *sta) argument
359 auth_build_sae_confirm(struct hostapd_data *hapd, struct sta_info *sta) argument
376 struct sta_info *sta; local
443 handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *mgmt, size_t len, u8 auth_transaction) argument
548 struct sta_info *sta = NULL; local
755 hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) argument
788 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ssid_ie, size_t ssid_ie_len) argument
807 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, const u8 *wmm_ie, size_t wmm_ie_len) argument
832 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, struct ieee802_11_elems *elems) argument
861 check_ext_capab(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ext_capab_ie, size_t ext_capab_ie_len) argument
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1282 struct sta_info *sta; local
1459 struct sta_info *sta; local
1507 struct sta_info *sta; local
1596 struct sta_info *sta; local
1827 struct sta_info *sta; local
1863 hostapd_set_wds_encryption(struct hostapd_data *hapd, struct sta_info *sta, char *ifname_wds) argument
1892 struct sta_info *sta; local
2030 struct sta_info *sta; local
2054 struct sta_info *sta; local
2138 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
2149 struct sta_info *sta; local
2179 struct sta_info *sta; local
2205 struct sta_info *sta; local
2232 struct sta_info *sta; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_mlme.c43 * @sta: peer STA data
50 * PeerSTAAddress = sta->addr
51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
54 struct sta_info *sta)
56 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
61 mlme_deletekeys_request(hapd, sta);
53 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
77 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
101 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dsta_info.c37 struct sta_info *sta);
45 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
52 struct sta_info *sta; local
54 for (sta = hapd->sta_list; sta; sta = sta->next) {
55 if (cb(hapd, sta, ctx))
63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
47 ap_for_each_sta(struct hostapd_data *hapd, int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx) argument
77 struct sta_info *sta; local
98 ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) argument
118 ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) argument
125 ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) argument
147 ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) argument
290 struct sta_info *sta, *prev; local
319 struct sta_info *sta = timeout_ctx; local
478 struct sta_info *sta = timeout_ctx; local
502 ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
514 ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
526 ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
536 struct sta_info *sta = timeout_ctx; local
549 ap_sta_session_warning_timeout(struct hostapd_data *hapd, struct sta_info *sta, int warning_time) argument
560 struct sta_info *sta; local
604 ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) argument
620 ap_sta_remove_in_other_bss(struct hostapd_data *hapd, struct sta_info *sta) argument
648 struct sta_info *sta = timeout_ctx; local
655 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
686 struct sta_info *sta = timeout_ctx; local
693 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
722 ap_sta_wps_cancel(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
738 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
859 ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
886 struct sta_info *sta = timeout_ctx; local
922 ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
928 ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
939 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1006 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
1041 ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
1053 ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dap_mlme.h15 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);
H A Daccounting.c29 struct sta_info *sta);
33 struct sta_info *sta,
50 if (sta) {
51 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
54 sta->acct_session_id_hi, sta->acct_session_id_lo);
80 if (sta) {
82 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
85 if (!val && sta
32 accounting_msg(struct hostapd_data *hapd, struct sta_info *sta, int status_type) argument
151 accounting_sta_update_stats(struct hostapd_data *hapd, struct sta_info *sta, struct hostap_sta_driver_data *data) argument
179 struct sta_info *sta = timeout_ctx; local
201 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
349 accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) argument
362 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
377 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Daccounting.h14 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);
13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dpreauth_auth.h16 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)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument
45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dtkip_countermeasures.c36 struct sta_info *sta; local
48 while ((sta = hapd->sta_list)) {
49 sta->acct_terminate_cause =
51 if (sta->flags & WLAN_STA_AUTH) {
53 hapd, sta,
56 hostapd_drv_sta_deauth(hapd, sta->addr,
58 ap_free_sta(hapd, sta);
75 struct sta_info *sta = ap_get_sta(hapd, addr); local
76 if (sta != NULL) {
77 wpa_auth_sta_local_mic_failure_report(sta
[all...]
H A Dieee802_11.c134 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, argument
168 if (sta) {
170 if (probe && sta->ssid_probe) {
171 policy = sta->ssid_probe->security_policy;
172 def_klen = sta->ssid_probe->wep.default_len;
174 policy = sta->ssid->security_policy;
175 def_klen = sta->ssid->wep.default_len;
205 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, argument
209 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
215 if (!sta
305 struct sta_info *sta; local
327 auth_process_sae_commit(struct hostapd_data *hapd, struct sta_info *sta) argument
359 auth_build_sae_confirm(struct hostapd_data *hapd, struct sta_info *sta) argument
376 struct sta_info *sta; local
443 handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *mgmt, size_t len, u8 auth_transaction) argument
548 struct sta_info *sta = NULL; local
755 hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) argument
788 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ssid_ie, size_t ssid_ie_len) argument
807 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, const u8 *wmm_ie, size_t wmm_ie_len) argument
832 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, struct ieee802_11_elems *elems) argument
861 check_ext_capab(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ext_capab_ie, size_t ext_capab_ie_len) argument
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1282 struct sta_info *sta; local
1459 struct sta_info *sta; local
1507 struct sta_info *sta; local
1596 struct sta_info *sta; local
1827 struct sta_info *sta; local
1863 hostapd_set_wds_encryption(struct hostapd_data *hapd, struct sta_info *sta, char *ifname_wds) argument
1892 struct sta_info *sta; local
2030 struct sta_info *sta; local
2054 struct sta_info *sta; local
2138 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
2149 struct sta_info *sta; local
2179 struct sta_info *sta; local
2205 struct sta_info *sta; local
2232 struct sta_info *sta; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_mlme.c43 * @sta: peer STA data
50 * PeerSTAAddress = sta->addr
51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
54 struct sta_info *sta)
56 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
61 mlme_deletekeys_request(hapd, sta);
53 mlme_authenticate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
77 mlme_deauthenticate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
101 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dsta_info.c37 struct sta_info *sta);
45 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
52 struct sta_info *sta; local
54 for (sta = hapd->sta_list; sta; sta = sta->next) {
55 if (cb(hapd, sta, ctx))
63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
47 ap_for_each_sta(struct hostapd_data *hapd, int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx) argument
77 struct sta_info *sta; local
98 ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) argument
118 ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) argument
125 ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) argument
147 ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) argument
290 struct sta_info *sta, *prev; local
319 struct sta_info *sta = timeout_ctx; local
478 struct sta_info *sta = timeout_ctx; local
502 ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
514 ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, u32 session_timeout) argument
526 ap_sta_no_session_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
536 struct sta_info *sta = timeout_ctx; local
549 ap_sta_session_warning_timeout(struct hostapd_data *hapd, struct sta_info *sta, int warning_time) argument
560 struct sta_info *sta; local
604 ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta) argument
620 ap_sta_remove_in_other_bss(struct hostapd_data *hapd, struct sta_info *sta) argument
648 struct sta_info *sta = timeout_ctx; local
655 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
686 struct sta_info *sta = timeout_ctx; local
693 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
722 ap_sta_wps_cancel(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
738 ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, int old_vlanid) argument
859 ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta) argument
886 struct sta_info *sta = timeout_ctx; local
922 ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
928 ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta) argument
939 ap_sta_set_authorized(struct hostapd_data *hapd, struct sta_info *sta, int authorized) argument
1006 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
1041 ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
1053 ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dap_mlme.h15 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);
H A Daccounting.c29 struct sta_info *sta);
33 struct sta_info *sta,
50 if (sta) {
51 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
54 sta->acct_session_id_hi, sta->acct_session_id_lo);
80 if (sta) {
82 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
85 if (!val && sta
32 accounting_msg(struct hostapd_data *hapd, struct sta_info *sta, int status_type) argument
151 accounting_sta_update_stats(struct hostapd_data *hapd, struct sta_info *sta, struct hostap_sta_driver_data *data) argument
179 struct sta_info *sta = timeout_ctx; local
201 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
349 accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) argument
362 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
377 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Daccounting.h14 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);
13 accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) argument
18 accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
23 accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dpreauth_auth.h16 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)
33 rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, int success) argument
39 rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument
45 rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) argument
H A Dtkip_countermeasures.c36 struct sta_info *sta; local
48 while ((sta = hapd->sta_list)) {
49 sta->acct_terminate_cause =
51 if (sta->flags & WLAN_STA_AUTH) {
53 hapd, sta,
56 hostapd_drv_sta_deauth(hapd, sta->addr,
58 ap_free_sta(hapd, sta);
75 struct sta_info *sta = ap_get_sta(hapd, addr); local
76 if (sta != NULL) {
77 wpa_auth_sta_local_mic_failure_report(sta
[all...]
H A Dieee802_11.c134 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, argument
168 if (sta) {
170 if (probe && sta->ssid_probe) {
171 policy = sta->ssid_probe->security_policy;
172 def_klen = sta->ssid_probe->wep.default_len;
174 policy = sta->ssid->security_policy;
175 def_klen = sta->ssid->wep.default_len;
205 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, argument
209 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
215 if (!sta
305 struct sta_info *sta; local
327 auth_process_sae_commit(struct hostapd_data *hapd, struct sta_info *sta) argument
359 auth_build_sae_confirm(struct hostapd_data *hapd, struct sta_info *sta) argument
376 struct sta_info *sta; local
443 handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *mgmt, size_t len, u8 auth_transaction) argument
548 struct sta_info *sta = NULL; local
755 hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) argument
788 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ssid_ie, size_t ssid_ie_len) argument
807 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, const u8 *wmm_ie, size_t wmm_ie_len) argument
832 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, struct ieee802_11_elems *elems) argument
861 check_ext_capab(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ext_capab_ie, size_t ext_capab_ie_len) argument
876 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
1161 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, u16 status_code, int reassoc, const u8 *ies, size_t ies_len) argument
1282 struct sta_info *sta; local
1459 struct sta_info *sta; local
1507 struct sta_info *sta; local
1596 struct sta_info *sta; local
1827 struct sta_info *sta; local
1863 hostapd_set_wds_encryption(struct hostapd_data *hapd, struct sta_info *sta, char *ifname_wds) argument
1892 struct sta_info *sta; local
2030 struct sta_info *sta; local
2054 struct sta_info *sta; local
2138 ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
2149 struct sta_info *sta; local
2179 struct sta_info *sta; local
2205 struct sta_info *sta; local
2232 struct sta_info *sta; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dlink_test.c21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) argument
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, argument
42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, argument
49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, argument
55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, argument
61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) argument
27 ap_for_each_sta(struct hostapd_data *hapd, int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, void *ctx), void *ctx) argument

Completed in 798 milliseconds

123456