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

1 2 3 4

  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 43 * @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 &&
61 sta->auth_alg != WLAN_AUTH_FILS_SK &
    [all...]
sta_info.c 42 struct sta_info *sta);
50 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
54 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
58 struct sta_info *sta; local
60 for (sta = hapd->sta_list; sta; sta = sta->next) {
61 if (cb(hapd, sta, ctx))
69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
83 struct sta_info *sta; local
355 struct sta_info *sta, *prev; local
384 struct sta_info *sta = timeout_ctx; local
551 struct sta_info *sta = timeout_ctx; local
611 struct sta_info *sta = timeout_ctx; local
635 struct sta_info *sta; local
742 struct sta_info *sta = timeout_ctx; local
791 struct sta_info *sta = timeout_ctx; local
1080 struct sta_info *sta = timeout_ctx; local
1365 struct sta_info *sta = timeout_ctx; local
    [all...]
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)
20 struct sta_info *sta)
25 struct sta_info *sta)
38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
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);
mbo_ap.h 18 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta,
20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen);
23 void mbo_ap_sta_free(struct sta_info *sta);
28 struct sta_info *sta,
33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf,
45 static inline void mbo_ap_sta_free(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)
taxonomy.h 13 struct sta_info *sta,
16 struct hostapd_sta_info *sta,
19 struct sta_info *sta,
22 struct sta_info *sta, char *buf, size_t buflen);
accounting.c 26 * STA is not using interim accounting. This detects wrap arounds for
31 struct sta_info *sta);
35 struct sta_info *sta,
59 if (sta) {
72 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
75 if (!val && sta->identity) {
76 val = (u8 *) sta->identity;
77 len = os_strlen(sta->identity);
80 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided
84 MAC2STR(sta->addr))
201 struct sta_info *sta = timeout_ctx; local
460 struct sta_info *sta; local
    [all...]
ieee802_11.c 206 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta,
210 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
216 if (!sta->challenge) {
220 sta->challenge = os_zalloc(WLAN_AUTH_CHALLENGE_LEN);
221 if (sta->challenge == NULL)
225 os_free(sta->challenge);
226 sta->challenge = NULL;
231 sta->challenge, WLAN_AUTH_CHALLENGE_LEN);
240 if (!iswep || !sta->challenge || !challenge ||
241 os_memcmp_const(sta->challenge, challenge
313 struct sta_info *sta; local
434 struct sta_info *sta; local
517 struct sta_info *sta = eloop_data; local
1393 struct sta_info *sta = NULL; local
2516 struct sta_info *sta = eloop_data; local
2535 struct sta_info *sta; local
2906 struct sta_info *sta; local
2970 struct sta_info *sta; local
3060 struct sta_info *sta; local
3326 struct sta_info *sta; local
3400 struct sta_info *sta; local
3555 struct sta_info *sta; local
3579 struct sta_info *sta; local
3603 struct sta_info *sta; local
3704 struct sta_info *sta; local
3734 struct sta_info *sta; local
3760 struct sta_info *sta; local
3789 struct sta_info *sta; local
    [all...]
tkip_countermeasures.c 36 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->wpa_sm)
    [all...]
ieee802_1x.h 23 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
24 void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta);
26 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
28 struct sta_info *sta, int authorized);
29 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,
54 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
58 struct sta_info *sta,
    [all...]
dhcp_snoop.c 37 struct sta_info *sta; local
96 sta = ap_get_sta(hapd, b->hw_addr);
97 if (!sta)
102 MAC2STR(sta->addr),
106 if (sta->ipaddr == b->your_ip)
109 if (sta->ipaddr != 0) {
112 ipaddr_str(be_to_host32(sta->ipaddr)));
114 (u8 *) &sta->ipaddr);
118 prefixlen, sta->addr);
125 sta->ipaddr = b->your_ip
    [all...]
preauth_auth.c 47 struct sta_info *sta; local
67 sta = ap_get_sta(hapd, ethhdr->h_source);
68 if (sta && (sta->flags & WLAN_STA_ASSOC)) {
70 "STA " MACSTR, MAC2STR(sta->addr));
73 if (!sta && hdr->type == IEEE802_1X_TYPE_EAPOL_START) {
74 sta = ap_sta_add(hapd, ethhdr->h_source);
75 if (sta == NULL)
77 sta->flags = WLAN_STA_PREAUTH
188 struct sta_info *sta = timeout_ctx; local
    [all...]
ieee802_1x.c 43 struct sta_info *sta, int success,
47 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta,
72 if (wpa_auth_pairwise_set(sta->wpa_sm))
83 MAC2STR(sta->addr), hex);
88 if (sta->flags & WLAN_STA_PREAUTH) {
89 rsn_preauth_send(hapd, sta, buf, len);
92 hapd, sta->addr, buf, len,
93 encrypt, hostapd_sta_flags_to_drv(sta->flags));
101 struct sta_info *sta, int authorized)
105 if (sta->flags & WLAN_STA_PREAUTH
903 struct sta_info *sta; local
1688 struct sta_info *sta; local
2003 struct sta_info *sta = sta_ctx; local
2035 struct sta_info *sta = sta_ctx; local
2046 struct sta_info *sta = sta_ctx; local
2100 struct sta_info *sta; local
2138 struct sta_info *sta = sta_ctx; local
2146 struct sta_info *sta = sta_ctx; local
2156 struct sta_info *sta = sta_ctx; local
2167 struct sta_info *sta = sta_ctx; local
2673 struct sta_info *sta = timeout_ctx; local
    [all...]
iapp.h 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
23 struct sta_info *sta)
ndisc_snoop.h 16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
30 struct sta_info *sta)
ndisc_snoop.c 41 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr)
51 dl_list_add_tail(&sta->ip6addr, &ip6addr->list);
57 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta)
61 dl_list_for_each_safe(ip6addr, prev, &sta->ip6addr, struct ip6addr,
69 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr)
73 dl_list_for_each(ip6addr, &sta->ip6addr, struct ip6addr, list) {
87 struct sta_info *sta; local
89 for (sta = hapd->sta_list; sta; sta = sta->next)
103 struct sta_info *sta; local
    [all...]
mbo_ap.c 19 void mbo_ap_sta_free(struct sta_info *sta)
23 info = sta->non_pref_chan;
24 sta->non_pref_chan = NULL;
33 static void mbo_ap_parse_non_pref_chan(struct sta_info *sta,
54 if (!sta->non_pref_chan) {
55 sta->non_pref_chan = info;
57 tmp = sta->non_pref_chan;
76 wpa_printf(MSG_DEBUG, "MBO: STA " MACSTR
78 MAC2STR(sta->addr), info->op_class, info->pref,
83 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta,
213 struct sta_info *sta; local
    [all...]
wnm_ap.h 17 struct sta_info *sta, int disassoc_timer);
19 struct sta_info *sta, const char *url,
21 int wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta,
sta_info.h 22 /* STA flags */
67 struct sta_info *next; /* next entry in sta list */
72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
210 u8 cell_capa; /* 0 = unknown (not an MBO STA); otherwise,
247 /* Number of seconds to keep STA entry with Authenticated flag after it has
250 /* Number of seconds to keep STA entry after it has been deauthenticated. */
257 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
260 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
262 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
263 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
    [all...]
fils_hlp.h 12 int fils_process_hlp(struct hostapd_data *hapd, 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,
  /external/v8/src/runtime/
runtime-futex.cc 23 CONVERT_ARG_HANDLE_CHECKED(JSTypedArray, sta, 0);
27 CHECK(sta->GetBuffer()->is_shared());
28 CHECK_LT(index, NumberToSize(sta->length()));
29 CHECK_EQ(sta->type(), kExternalInt32Array);
37 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer();
38 size_t addr = (index << 2) + NumberToSize(sta->byte_offset());
46 CONVERT_ARG_HANDLE_CHECKED(JSTypedArray, sta, 0);
49 CHECK(sta->GetBuffer()->is_shared());
50 CHECK_LT(index, NumberToSize(sta->length()));
51 CHECK_EQ(sta->type(), kExternalInt32Array)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 120 struct sta_info *sta,
125 MAC2STR(sta->addr));
130 sizeof(sta->supported_rates)) {
133 " %d+%d", MAC2STR(sta->addr), elems->supp_rates_len,
138 sta->supported_rates_len = merge_byte_arrays(
139 sta->supported_rates, sizeof(sta->supported_rates),
170 struct sta_info *sta; local
173 for (sta = hapd->sta_list; sta; sta = sta->next)
420 struct sta_info *sta = user_data; local
506 struct sta_info *sta; local
538 struct sta_info *sta; local
601 struct sta_info *sta; local
649 struct sta_info *sta; local
748 struct sta_info *sta; local
1057 struct sta_info *sta; local
    [all...]
mesh_rsn.c 34 struct sta_info *sta = user_data; local
37 if (sta->sae->state != SAE_ACCEPTED) {
40 MAC2STR(sta->addr), sta->sae_auth_retry);
42 MAC2STR(sta->addr));
43 if (sta->sae_auth_retry < MESH_AUTH_RETRY) {
44 mesh_rsn_auth_sae_sta(wpa_s, sta);
48 if (sta->sae_auth_retry > MESH_AUTH_RETRY) {
49 ap_free_sta(hapd, sta);
53 /* block the STA if exceeded the number of attempts *
82 struct sta_info *sta = ap_get_sta(hapd, addr); local
124 struct sta_info *sta; local
    [all...]

Completed in 293 milliseconds

1 2 3 4