Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c39 const u8 *current_ap, const u8 *sta_addr,
3643 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_rrb_rx_request() argument
3663 os_memcpy(sm->ft_pending_current_ap, current_ap, ETH_ALEN); in wpa_ft_rrb_rx_request()
3673 res = wpa_ft_send_rrb_auth_resp(sm, current_ap, sta_addr, status, in wpa_ft_rrb_rx_request()
3681 const u8 *current_ap, const u8 *sta_addr, in wpa_ft_send_rrb_auth_resp() argument
3692 MAC2STR(sm->addr), MAC2STR(current_ap), status, in wpa_ft_send_rrb_auth_resp()
3723 wpa_ft_rrb_send(wpa_auth, current_ap, (u8 *) frame, in wpa_ft_send_rrb_auth_resp()
Dieee802_11.c5363 MAC2STR(mgmt->u.reassoc_req.current_ap), in handle_assoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h928 u8 current_ap[6]; member