Searched defs:sta_addr (Results 1 - 25 of 28) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h29 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c61 u8 sta_addr[ETH_ALEN]; local
112 if (hwaddr_aton2(tmp, sta_addr) < 0) {
118 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h29 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c61 u8 sta_addr[ETH_ALEN]; local
112 if (hwaddr_aton2(tmp, sta_addr) < 0) {
118 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h29 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c61 u8 sta_addr[ETH_ALEN]; local
112 if (hwaddr_aton2(tmp, sta_addr) < 0) {
118 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c539 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
544 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
547 sta = ap_sta_add(hapd, sta_addr);
584 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
588 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c121 const u8 *sta_addr)
126 sta = ap_get_sta(hapd, sta_addr);
120 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c28 const u8 *current_ap, const u8 *sta_addr,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
59 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
64 const u8 *sta_addr,
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1151 const u8 *sta_addr, *target_ap; local
1172 sta_addr = data + 2;
1179 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1181 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1184 MAC2STR(sm->addr), MAC2STR(sta_addr));
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1269 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) argument
1611 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3341 const u8 *pmk, size_t len, const u8 *sta_addr,
3351 sta_addr, session_timeout, eapol,
3376 const u8 *sta_addr)
3382 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3385 MACSTR " based on request", MAC2STR(sta_addr));
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3412 return pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c539 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
544 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
547 sta = ap_sta_add(hapd, sta_addr);
584 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
588 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c121 const u8 *sta_addr)
126 sta = ap_get_sta(hapd, sta_addr);
120 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c28 const u8 *current_ap, const u8 *sta_addr,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
59 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
64 const u8 *sta_addr,
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1151 const u8 *sta_addr, *target_ap; local
1172 sta_addr = data + 2;
1179 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1181 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1184 MAC2STR(sm->addr), MAC2STR(sta_addr));
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1269 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) argument
1611 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3341 const u8 *pmk, size_t len, const u8 *sta_addr,
3351 sta_addr, session_timeout, eapol,
3376 const u8 *sta_addr)
3382 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3385 MACSTR " based on request", MAC2STR(sta_addr));
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3412 return pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c539 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
544 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
547 sta = ap_sta_add(hapd, sta_addr);
584 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
588 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c121 const u8 *sta_addr)
126 sta = ap_get_sta(hapd, sta_addr);
120 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c28 const u8 *current_ap, const u8 *sta_addr,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
59 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
64 const u8 *sta_addr,
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1151 const u8 *sta_addr, *target_ap; local
1172 sta_addr = data + 2;
1179 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1181 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1184 MAC2STR(sm->addr), MAC2STR(sta_addr));
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1269 wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm, const u8 *current_ap, const u8 *sta_addr, u16 status, const u8 *resp_ies, size_t resp_ies_len) argument
1611 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3341 const u8 *pmk, size_t len, const u8 *sta_addr,
3351 sta_addr, session_timeout, eapol,
3376 const u8 *sta_addr)
3382 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3385 MACSTR " based on request", MAC2STR(sta_addr));
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3412 return pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c209 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument
227 addr[num_elem] = sta_addr;
963 const u8 *sta_addr, const u8 *bssid,
985 os_memcpy(pos, sta_addr, ETH_ALEN);
1009 addr[5] = sta_addr;
962 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.h155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c209 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument
227 addr[num_elem] = sta_addr;
963 const u8 *sta_addr, const u8 *bssid,
985 os_memcpy(pos, sta_addr, ETH_ALEN);
1009 addr[5] = sta_addr;
962 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c209 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument
227 addr[num_elem] = sta_addr;
963 const u8 *sta_addr, const u8 *bssid,
985 os_memcpy(pos, sta_addr, ETH_ALEN);
1009 addr[5] = sta_addr;
962 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c2916 const u8 *sta_addr, *target_ap_addr; local
2926 sta_addr = data + 1;
2931 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
2933 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
2935 " in FT Action Response", MAC2STR(sta_addr));

Completed in 227 milliseconds

12