HomeSort by relevance Sort by last modified time
    Searched refs:sta (Results 1 - 25 of 92) 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 44 struct sta_info *sta);
52 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
56 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
60 struct sta_info *sta; local
62 for (sta = hapd->sta_list; sta; sta = sta->next) {
63 if (cb(hapd, sta, ctx))
71 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
85 struct sta_info *sta; local
385 struct sta_info *sta, *prev; local
414 struct sta_info *sta = timeout_ctx; local
588 struct sta_info *sta = timeout_ctx; local
648 struct sta_info *sta = timeout_ctx; local
672 struct sta_info *sta; local
779 struct sta_info *sta = timeout_ctx; local
828 struct sta_info *sta = timeout_ctx; local
1114 struct sta_info *sta = timeout_ctx; local
1436 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 60 struct sta_info *sta, u16 *resp,
241 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta,
245 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE80211,
251 if (!sta->challenge) {
255 sta->challenge = os_zalloc(WLAN_AUTH_CHALLENGE_LEN);
256 if (sta->challenge == NULL)
260 os_free(sta->challenge);
261 sta->challenge = NULL;
266 sta->challenge, WLAN_AUTH_CHALLENGE_LEN);
275 if (!iswep || !sta->challenge || !challenge |
348 struct sta_info *sta; local
508 struct sta_info *sta; local
652 struct sta_info *sta = eloop_data; local
2029 struct sta_info *sta = NULL; local
3679 struct sta_info *sta = eloop_data; local
3701 struct sta_info *sta; local
4104 struct sta_info *sta; local
4168 struct sta_info *sta; local
4237 struct sta_info *sta; local
4549 struct sta_info *sta; local
4630 struct sta_info *sta; local
4785 struct sta_info *sta; local
4809 struct sta_info *sta; local
4833 struct sta_info *sta; local
4972 struct sta_info *sta; local
5002 struct sta_info *sta; local
5028 struct sta_info *sta; local
5057 struct sta_info *sta; 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
939 struct sta_info *sta; local
1799 struct sta_info *sta; local
2084 struct sta_info *sta = sta_ctx; local
2116 struct sta_info *sta = sta_ctx; local
2127 struct sta_info *sta = sta_ctx; local
2187 struct sta_info *sta; local
2225 struct sta_info *sta = sta_ctx; local
2233 struct sta_info *sta = sta_ctx; local
2243 struct sta_info *sta = sta_ctx; local
2254 struct sta_info *sta = sta_ctx; local
2772 struct sta_info *sta = timeout_ctx; 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...]
dhcp_snoop.c 37 struct sta_info *sta; local
92 for (sta = hapd->sta_list; sta; sta = sta->next) {
93 if (!(sta->flags & WLAN_STA_AUTHORIZED))
95 x_snoop_mcast_to_ucast_convert_send(hapd, sta,
105 sta = ap_get_sta(hapd, b->hw_addr);
106 if (!sta)
111 MAC2STR(sta->addr)
    [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...]
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,
27 int wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta,
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...]
wpa_auth_glue.c 166 "STA " MACSTR " reason %d",
191 struct sta_info *sta = ap_get_sta(hapd, addr); local
192 if (sta == NULL)
196 ieee802_1x_notify_port_enabled(sta->eapol_sm, value);
199 ieee802_1x_notify_port_valid(sta->eapol_sm, value);
202 ieee802_1x_set_sta_authorized(hapd, sta, value);
205 if (sta->eapol_sm)
206 sta->eapol_sm->portControl = Auto;
209 if (sta->eapol_sm)
210 sta->eapol_sm->keyRun = value ? TRUE : FALSE
233 struct sta_info *sta = ap_get_sta(hapd, addr); local
253 struct sta_info *sta = ap_get_sta(hapd, addr); local
330 struct sta_info *sta; local
369 struct sta_info *sta; local
416 struct sta_info *sta; local
448 struct sta_info *sta; local
802 struct sta_info *sta; local
843 struct sta_info *sta; local
867 struct sta_info *sta; local
894 struct sta_info *sta; local
928 struct sta_info *sta; local
961 struct sta_info *sta; local
981 struct sta_info *sta; local
1021 struct sta_info *sta; local
1051 struct sta_info *sta; local
1089 struct sta_info *sta; local
1122 struct sta_info *sta; local
1143 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);
80 struct sta_info *sta = ap_get_sta(hapd, addr); local
81 if (sta != NULL) {
82 wpa_auth_sta_local_mic_failure_report(sta->wpa_sm)
    [all...]
drv_callbacks.c 47 struct sta_info *sta)
55 __func__, MAC2STR(sta->addr));
56 eloop_cancel_timeout(fils_hlp_timeout, hapd, sta);
57 if (!sta->fils_pending_assoc_req)
60 ieee802_11_parse_elems(sta->fils_pending_assoc_req,
61 sta->fils_pending_assoc_req_len, &elems, 0);
68 p = hostapd_eid_assoc_fils_session(sta->wpa_sm, p,
70 sta->fils_hlp_resp);
72 reply_res = hostapd_sta_assoc(hapd, sta->addr,
73 sta->fils_pending_assoc_is_reassoc
109 struct sta_info *sta; local
657 struct sta_info *sta; local
694 struct sta_info *sta = ap_get_sta(hapd, addr); local
711 struct sta_info *sta = ap_get_sta(hapd, addr); local
1020 struct sta_info *sta; local
1064 struct sta_info *sta; local
1121 struct sta_info *sta; local
1331 struct sta_info *sta = ap_get_sta(hapd, addr); local
1355 struct sta_info *sta; local
1561 struct sta_info *sta = ap_get_sta(hapd, addr); 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...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 122 struct sta_info *sta,
127 MAC2STR(sta->addr));
132 sizeof(sta->supported_rates)) {
135 " %d+%d", MAC2STR(sta->addr), elems->supp_rates_len,
140 sta->supported_rates_len = merge_byte_arrays(
141 sta->supported_rates, sizeof(sta->supported_rates),
172 struct sta_info *sta; local
175 for (sta = hapd->sta_list; sta; sta = sta->next)
444 struct sta_info *sta = user_data; local
530 struct sta_info *sta; local
562 struct sta_info *sta; local
625 struct sta_info *sta; local
673 struct sta_info *sta; local
773 struct sta_info *sta; local
1089 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 *
83 struct sta_info *sta = ap_get_sta(hapd, addr); local
129 struct sta_info *sta; local
    [all...]
  /external/v8/src/runtime/
runtime-futex.cc 24 CONVERT_ARG_HANDLE_CHECKED(JSTypedArray, sta, 0);
26 CHECK(sta->GetBuffer()->is_shared());
27 CHECK_LT(index, NumberToSize(sta->length()));
28 CHECK_EQ(sta->type(), kExternalInt32Array);
30 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer();
31 size_t addr = (index << 2) + NumberToSize(sta->byte_offset());
  /external/aac/libFDK/include/
qmf_pcm.h 143 FIXP_QSS *RESTRICT sta = FilterStates; local
171 FIXP_DBL Are = fMultAddDiv2(FX_QSS2FX_DBL(sta[0]), p_fltm[0], real);
198 sta[0] = FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[1]), p_flt[4], imag));
199 sta[1] =
200 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[2]), p_fltm[1], real));
201 sta[2] = FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[3]), p_flt[3], imag));
202 sta[3] =
203 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[4]), p_fltm[2], real))
235 FIXP_QSS *RESTRICT sta = FilterStates; local
    [all...]

Completed in 614 milliseconds

1 2 3 4