Searched refs:sta_addr (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_das.h21 const u8 *sta_addr; member in struct:radius_das_attrs
H A Dradius_das.c58 u8 sta_addr[ETH_ALEN]; local
79 if (hwaddr_aton2(tmp, sta_addr) < 0) {
85 attrs.sta_addr = sta_addr;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c47 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
51 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
56 const u8 *sta_addr,
63 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
1126 const u8 *sta_addr, *target_ap; local
1147 sta_addr = data + 2;
1154 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1156 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1159 MAC2STR(sm->addr), MAC2STR(sta_addr));
1194 const u8 *current_ap, const u8 *sta_addr,
55 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
1193 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
1486 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.h198 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
201 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
261 const u8 *pmk, size_t len, const u8 *sta_addr,
H A Dwpa_auth_glue.c442 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
447 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
450 sta = ap_sta_add(hapd, sta_addr);
484 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, argument
488 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
H A Dgas_serv.c112 const u8 *sta_addr)
117 sta = ap_get_sta(hapd, sta_addr);
111 gas_serv_free_dialogs(struct hostapd_data *hapd, const u8 *sta_addr) argument
H A Dhostapd.c538 if (attr->sta_addr)
539 sta = ap_get_sta(hapd, attr->sta_addr);
H A Dwpa_auth.c2945 const u8 *pmk, size_t len, const u8 *sta_addr,
2953 sta_addr, session_timeout, eapol,
2944 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
/freebsd-10-stable/contrib/wpa/src/common/
H A Dwpa_common.c133 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr, argument
148 os_memcpy(pos, sta_addr, ETH_ALEN);
816 const u8 *sta_addr, const u8 *bssid,
836 os_memcpy(pos, sta_addr, ETH_ALEN);
855 addr[5] = sta_addr;
815 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
H A Dwpa_common.h327 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
342 const u8 *sta_addr, const u8 *bssid,
H A Dieee802_11_defs.h489 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4754
495 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon4740::__anon4750::__anon4751::__anon4755
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Devents.c2211 const u8 *sta_addr, *target_ap_addr; local
2221 sta_addr = data + 1;
2226 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
2228 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
2230 " in FT Action Response", MAC2STR(sta_addr));

Completed in 148 milliseconds