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

12

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h28 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c60 u8 sta_addr[ETH_ALEN]; local
111 if (hwaddr_aton2(tmp, sta_addr) < 0) {
117 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h28 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c60 u8 sta_addr[ETH_ALEN]; local
111 if (hwaddr_aton2(tmp, sta_addr) < 0) {
117 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h28 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c60 u8 sta_addr[ETH_ALEN]; local
111 if (hwaddr_aton2(tmp, sta_addr) < 0) {
117 attrs.sta_addr = sta_addr;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c478 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
483 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
486 sta = ap_sta_add(hapd, sta_addr);
520 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c120 const u8 *sta_addr)
125 sta = ap_get_sta(hapd, sta_addr);
119 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c27 const u8 *current_ap, const u8 *sta_addr,
54 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
58 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
63 const u8 *sta_addr,
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1141 const u8 *sta_addr, *target_ap; local
1162 sta_addr = data + 2;
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1171 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1174 MAC2STR(sm->addr), MAC2STR(sta_addr));
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1222 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
1259 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
1588 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3067 const u8 *pmk, size_t len, const u8 *sta_addr,
3075 sta_addr, session_timeout, eapol,
3084 const u8 *sta_addr)
3090 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3093 MACSTR " based on request", MAC2STR(sta_addr));
3066 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
3083 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.c478 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
483 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
486 sta = ap_sta_add(hapd, sta_addr);
520 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c120 const u8 *sta_addr)
125 sta = ap_get_sta(hapd, sta_addr);
119 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c27 const u8 *current_ap, const u8 *sta_addr,
54 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
58 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
63 const u8 *sta_addr,
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1141 const u8 *sta_addr, *target_ap; local
1162 sta_addr = data + 2;
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1171 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1174 MAC2STR(sm->addr), MAC2STR(sta_addr));
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1222 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
1259 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
1588 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3067 const u8 *pmk, size_t len, const u8 *sta_addr,
3075 sta_addr, session_timeout, eapol,
3084 const u8 *sta_addr)
3090 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3093 MACSTR " based on request", MAC2STR(sta_addr));
3066 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
3083 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.c478 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
483 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
486 sta = ap_sta_add(hapd, sta_addr);
520 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c120 const u8 *sta_addr)
125 sta = ap_get_sta(hapd, sta_addr);
119 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dwpa_auth_ft.c27 const u8 *current_ap, const u8 *sta_addr,
54 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
58 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
63 const u8 *sta_addr,
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1141 const u8 *sta_addr, *target_ap; local
1162 sta_addr = data + 2;
1169 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1171 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1174 MAC2STR(sm->addr), MAC2STR(sta_addr));
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1222 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
1259 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
1588 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.c3067 const u8 *pmk, size_t len, const u8 *sta_addr,
3075 sta_addr, session_timeout, eapol,
3084 const u8 *sta_addr)
3090 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL);
3093 MACSTR " based on request", MAC2STR(sta_addr));
3066 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
3083 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.c139 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr, argument
154 os_memcpy(pos, sta_addr, ETH_ALEN);
848 const u8 *sta_addr, const u8 *bssid,
868 os_memcpy(pos, sta_addr, ETH_ALEN);
887 addr[5] = sta_addr;
847 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, u8 *ptk, size_t ptk_len, u8 *ptk_name) 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.c139 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr, argument
154 os_memcpy(pos, sta_addr, ETH_ALEN);
848 const u8 *sta_addr, const u8 *bssid,
868 os_memcpy(pos, sta_addr, ETH_ALEN);
887 addr[5] = sta_addr;
847 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, u8 *ptk, size_t ptk_len, u8 *ptk_name) 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.c139 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr, argument
154 os_memcpy(pos, sta_addr, ETH_ALEN);
848 const u8 *sta_addr, const u8 *bssid,
868 os_memcpy(pos, sta_addr, ETH_ALEN);
887 addr[5] = sta_addr;
847 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, u8 *ptk, size_t ptk_len, u8 *ptk_name) 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.c2523 const u8 *sta_addr, *target_ap_addr; local
2533 sta_addr = data + 1;
2538 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
2540 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
2542 " in FT Action Response", MAC2STR(sta_addr));

Completed in 385 milliseconds

12