Home
last modified time | relevance | path

Searched refs:current_ap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Diapp.c129 u8 current_ap[ETH_ALEN]; member
H A Dwpa_auth_ft.c43 const u8 *current_ap, const u8 *sta_addr,
3826 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_rrb_rx_request() argument
3846 os_memcpy(sm->ft_pending_current_ap, current_ap, ETH_ALEN); in wpa_ft_rrb_rx_request()
3856 res = wpa_ft_send_rrb_auth_resp(sm, current_ap, sta_addr, status, in wpa_ft_rrb_rx_request()
3864 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_send_rrb_auth_resp() argument
3875 MAC2STR(sm->addr), MAC2STR(current_ap), status, in wpa_ft_send_rrb_auth_resp()
3906 wpa_ft_rrb_send(wpa_auth, current_ap, (u8 *) frame, in wpa_ft_send_rrb_auth_resp()
H A Dieee802_11.c5381 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1024 u8 current_ap[6]; member