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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c75 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
79 return wpa_auth->cb.add_sta(wpa_auth->cb.ctx, sta_addr);
1238 const u8 *sta_addr, *target_ap; local
1259 sta_addr = data + 2;
1266 MAC2STR(sta_addr), MAC2STR(target_ap), action);
1268 if (os_memcmp(sta_addr, sm->addr, ETH_ALEN) != 0) {
1271 MAC2STR(sm->addr), MAC2STR(sta_addr));
1306 const u8 *current_ap, const u8 *sta_addr,
1315 sm = wpa_ft_add_sta(wpa_auth, sta_addr);
1348 os_memcpy(pos, sta_addr, ETH_ALE
1305 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
1598 const u8 *sta_addr, *target_ap_addr; local
[all...]
H A Dwpa_auth.h199 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
258 const u8 *pmk, size_t len, const u8 *sta_addr,
H A Dwpa_auth_glue.c406 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr) argument
411 sta = ap_sta_add(hapd, sta_addr);
H A Dwpa_auth.c2586 const u8 *pmk, size_t len, const u8 *sta_addr,
2594 sta_addr, session_timeout, eapol,
2585 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-9.3-release/contrib/wpa/src/common/
H A Dwpa_common.c135 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr, argument
150 os_memcpy(pos, sta_addr, ETH_ALEN);
524 const u8 *sta_addr, const u8 *bssid,
544 os_memcpy(pos, sta_addr, ETH_ALEN);
563 addr[5] = sta_addr;
523 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.h306 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
321 const u8 *sta_addr, const u8 *bssid,
H A Dieee802_11_defs.h339 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4305
345 u8 sta_addr[ETH_ALEN]; member in struct:ieee80211_mgmt::__anon4291::__anon4301::__anon4302::__anon4306
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Devents.c1526 const u8 *sta_addr, *target_ap_addr; local
1536 sta_addr = data + 1;
1541 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
1543 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
1545 " in FT Action Response", MAC2STR(sta_addr));
H A Dmlme.c1717 u8 *sta_addr, *target_ap_addr; local
1735 sta_addr = mgmt->u.action.u.ft_action_resp.sta_addr;
1739 MAC2STR(sta_addr), MAC2STR(target_ap_addr), status);
1740 if (os_memcmp(sta_addr, wpa_s->own_addr, ETH_ALEN) != 0) {
1742 " in FT Action Response", MAC2STR(sta_addr));
3160 os_memcpy(mgmt->u.action.u.ft_action_req.sta_addr, wpa_s->own_addr,

Completed in 223 milliseconds