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

1 2 3

  /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 && !(sta->flags & WLAN_STA_MFP)
    [all...]
sta_info.c 41 struct sta_info *sta);
49 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
52 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
56 struct sta_info *sta; local
58 for (sta = hapd->sta_list; sta; sta = sta->next) {
59 if (cb(hapd, sta, ctx))
67 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
81 struct sta_info *sta; local
339 struct sta_info *sta, *prev; local
368 struct sta_info *sta = timeout_ctx; local
535 struct sta_info *sta = timeout_ctx; local
595 struct sta_info *sta = timeout_ctx; local
619 struct sta_info *sta; local
721 struct sta_info *sta = timeout_ctx; local
762 struct sta_info *sta = timeout_ctx; local
1043 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)
accounting.c 26 * STA is not using interim accounting. This detects wrap arounds for
31 struct sta_info *sta);
35 struct sta_info *sta,
64 if (sta) {
77 val = ieee802_1x_get_identity(sta->eapol_sm, &len);
80 if (!val && sta->identity) {
81 val = (u8 *) sta->identity;
82 len = os_strlen(sta->identity);
85 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided
89 MAC2STR(sta->addr))
206 struct sta_info *sta = timeout_ctx; local
465 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...]
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_11.c 198 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta,
202 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
208 if (!sta->challenge) {
212 sta->challenge = os_zalloc(WLAN_AUTH_CHALLENGE_LEN);
213 if (sta->challenge == NULL)
217 os_free(sta->challenge);
218 sta->challenge = NULL;
223 sta->challenge, WLAN_AUTH_CHALLENGE_LEN);
232 if (!iswep || !sta->challenge || !challenge ||
233 os_memcmp_const(sta->challenge, challenge
305 struct sta_info *sta; local
426 struct sta_info *sta; local
509 struct sta_info *sta = eloop_data; local
930 struct sta_info *sta = NULL; local
1970 struct sta_info *sta; local
2213 struct sta_info *sta; local
2266 struct sta_info *sta; local
2356 struct sta_info *sta; local
2623 struct sta_info *sta; local
2697 struct sta_info *sta; local
2825 struct sta_info *sta; local
2849 struct sta_info *sta; local
2944 struct sta_info *sta; local
2974 struct sta_info *sta; local
3000 struct sta_info *sta; local
3027 struct sta_info *sta; local
    [all...]
ieee802_1x.c 41 struct sta_info *sta, int success,
45 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta,
70 if (wpa_auth_pairwise_set(sta->wpa_sm))
81 MAC2STR(sta->addr), hex);
86 if (sta->flags & WLAN_STA_PREAUTH) {
87 rsn_preauth_send(hapd, sta, buf, len);
90 hapd, sta->addr, buf, len,
91 encrypt, hostapd_sta_flags_to_drv(sta->flags));
99 struct sta_info *sta, int authorized)
103 if (sta->flags & WLAN_STA_PREAUTH
899 struct sta_info *sta; local
1662 struct sta_info *sta; local
1964 struct sta_info *sta = sta_ctx; local
1996 struct sta_info *sta = sta_ctx; local
2007 struct sta_info *sta = sta_ctx; local
2061 struct sta_info *sta; local
2099 struct sta_info *sta = sta_ctx; local
2107 struct sta_info *sta = sta_ctx; local
2117 struct sta_info *sta = sta_ctx; local
2128 struct sta_info *sta = sta_ctx; local
2624 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 40 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr)
50 dl_list_add_tail(&sta->ip6addr, &ip6addr->list);
56 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta)
60 dl_list_for_each_safe(ip6addr, prev, &sta->ip6addr, struct ip6addr,
68 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr)
72 dl_list_for_each(ip6addr, &sta->ip6addr, struct ip6addr, list) {
86 struct sta_info *sta; local
88 for (sta = hapd->sta_list; sta; sta = sta->next)
102 struct sta_info *sta; local
    [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...]
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,
55 if (!sta->non_pref_chan) {
56 sta->non_pref_chan = info;
58 tmp = sta->non_pref_chan;
77 wpa_printf(MSG_DEBUG, "MBO: STA " MACSTR
79 MAC2STR(sta->addr), info->op_class, info->pref,
84 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta,
214 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,
dhcp_snoop.c 61 struct sta_info *sta; local
118 sta = ap_get_sta(hapd, b->hw_addr);
119 if (!sta)
124 MAC2STR(sta->addr), ipaddr_str(ntohl(b->your_ip)),
127 if (sta->ipaddr == b->your_ip)
130 if (sta->ipaddr != 0) {
133 ipaddr_str(be_to_host32(sta->ipaddr)));
135 (u8 *) &sta->ipaddr);
139 prefixlen, sta->addr);
146 sta->ipaddr = b->your_ip
    [all...]
p2p_hostapd.h 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
25 struct sta_info *sta,
sta_info.h 20 /* STA flags */
65 struct sta_info *next; /* next entry in sta list */
70 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
198 u8 cell_capa; /* 0 = unknown (not an MBO STA); otherwise,
217 /* Number of seconds to keep STA entry with Authenticated flag after it has
220 /* Number of seconds to keep STA entry after it has been deauthenticated. */
227 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
230 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
232 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
233 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
    [all...]
  /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(isolate, sta->length()));
29 CHECK_EQ(sta->type(), kExternalInt32Array);
32 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer();
33 size_t addr = (index << 2) + NumberToSize(isolate, sta->byte_offset());
42 CONVERT_ARG_HANDLE_CHECKED(JSTypedArray, sta, 0);
45 CHECK(sta->GetBuffer()->is_shared());
46 CHECK_LT(index, NumberToSize(isolate, sta->length()));
47 CHECK_EQ(sta->type(), kExternalInt32Array)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 123 struct sta_info *sta,
128 MAC2STR(sta->addr));
133 sizeof(sta->supported_rates)) {
136 " %d+%d", MAC2STR(sta->addr), elems->supp_rates_len,
141 sta->supported_rates_len = merge_byte_arrays(
142 sta->supported_rates, sizeof(sta->supported_rates),
173 struct sta_info *sta; local
176 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
725 struct sta_info *sta; local
1008 struct sta_info *sta; local
    [all...]
mesh_rsn.h 24 int mesh_rsn_auth_sae_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta);
25 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta);
26 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);
28 struct sta_info *sta);
29 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta,
31 int mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta,
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...]
  /external/v8/test/mjsunit/harmony/
atomics.js 187 var sta = new t.constr(sab);
190 [sta, sta2].forEach(function(array) {
209 var sta = new t.constr(sab);
212 [sta, sta2].forEach(function(array) {
246 var sta = new t.constr(sab);
249 [sta, sta2].forEach(function(array) {
266 var sta = new t.constr(sab);
269 [sta, sta2].forEach(function(array) {
286 var sta = new t.constr(sab);
289 [sta, sta2].forEach(function(array)
    [all...]

Completed in 349 milliseconds

1 2 3