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,
3808 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_rrb_rx_request() argument
3828 os_memcpy(sm->ft_pending_current_ap, current_ap, ETH_ALEN); in wpa_ft_rrb_rx_request()
3838 res = wpa_ft_send_rrb_auth_resp(sm, current_ap, sta_addr, status, in wpa_ft_rrb_rx_request()
3846 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_send_rrb_auth_resp() argument
3857 MAC2STR(sm->addr), MAC2STR(current_ap), status, in wpa_ft_send_rrb_auth_resp()
3888 wpa_ft_rrb_send(wpa_auth, current_ap, (u8 *) frame, in wpa_ft_send_rrb_auth_resp()
H A Dieee802_11.c7247 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1066 u8 current_ap[6]; member