/external/wpa_supplicant_8/hostapd/src/radius/ |
H A D | radius_das.h | 29 const u8 *sta_addr; member in struct:radius_das_attrs
|
H A D | radius_das.c | 61 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 D | radius_das.h | 29 const u8 *sta_addr; member in struct:radius_das_attrs
|
H A D | radius_das.c | 61 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 D | radius_das.h | 29 const u8 *sta_addr; member in struct:radius_das_attrs
|
H A D | radius_das.c | 61 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 D | wpa_auth_glue.c | 522 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument 527 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) 530 sta = ap_sta_add(hapd, sta_addr); 564 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument 568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
|
H A D | gas_serv.c | 120 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 D | wpa_auth_ft.c | 28 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, 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)); 63 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 1601 const u8 *sta_addr, *target_ap_addr; local [all...] |
H A D | wpa_auth.c | 3249 const u8 *pmk, size_t len, const u8 *sta_addr, 3259 sta_addr, session_timeout, eapol, 3284 const u8 *sta_addr) 3290 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL); 3293 MACSTR " based on request", MAC2STR(sta_addr)); 3248 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 3283 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
|
/external/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_glue.c | 522 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument 527 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) 530 sta = ap_sta_add(hapd, sta_addr); 564 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument 568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
|
H A D | gas_serv.c | 120 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 D | wpa_auth_ft.c | 28 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, 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)); 63 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 1601 const u8 *sta_addr, *target_ap_addr; local [all...] |
H A D | wpa_auth.c | 3249 const u8 *pmk, size_t len, const u8 *sta_addr, 3259 sta_addr, session_timeout, eapol, 3284 const u8 *sta_addr) 3290 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL); 3293 MACSTR " based on request", MAC2STR(sta_addr)); 3248 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 3283 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | wpa_auth_glue.c | 522 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument 527 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) 530 sta = ap_sta_add(hapd, sta_addr); 564 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument 568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
|
H A D | gas_serv.c | 120 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 D | wpa_auth_ft.c | 28 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, 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)); 63 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 1601 const u8 *sta_addr, *target_ap_addr; local [all...] |
H A D | wpa_auth.c | 3249 const u8 *pmk, size_t len, const u8 *sta_addr, 3259 sta_addr, session_timeout, eapol, 3284 const u8 *sta_addr) 3290 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL); 3293 MACSTR " based on request", MAC2STR(sta_addr)); 3248 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 3283 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | wpa_common.c | 203 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument 221 addr[num_elem] = sta_addr; 936 const u8 *sta_addr, const u8 *bssid, 958 os_memcpy(pos, sta_addr, ETH_ALEN); 982 addr[5] = sta_addr; 935 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 D | driver_hostap.h | 155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
|
/external/wpa_supplicant_8/src/common/ |
H A D | wpa_common.c | 203 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument 221 addr[num_elem] = sta_addr; 936 const u8 *sta_addr, const u8 *bssid, 958 os_memcpy(pos, sta_addr, ETH_ALEN); 982 addr[5] = sta_addr; 935 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 D | driver_hostap.h | 155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | wpa_common.c | 203 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, argument 221 addr[num_elem] = sta_addr; 936 const u8 *sta_addr, const u8 *bssid, 958 os_memcpy(pos, sta_addr, ETH_ALEN); 982 addr[5] = sta_addr; 935 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 D | driver_hostap.h | 155 u8 sta_addr[ETH_ALEN]; member in struct:prism2_hostapd_param
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | events.c | 2734 const u8 *sta_addr, *target_ap_addr; local 2744 sta_addr = data + 1; 2749 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status); 2751 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) { 2753 " in FT Action Response", MAC2STR(sta_addr));
|