Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c63 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code()
66 auth->peer_mac_addr, in hostapd_dpp_qr_code()
175 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout()
498 if (!is_zero_ether_addr(auth->peer_mac_addr)) in hostapd_dpp_auth_init_next()
499 dst = auth->peer_mac_addr; in hostapd_dpp_auth_init_next()
1008 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in hostapd_dpp_start_gas_client()
1061 if (!is_zero_ether_addr(auth->peer_mac_addr) && in hostapd_dpp_rx_auth_resp()
1064 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in hostapd_dpp_rx_auth_resp()
1086 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_auth_resp()
1308 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_presence_announcement()
[all …]
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c86 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code()
89 auth->peer_mac_addr, wpa_s->own_addr, in wpas_dpp_qr_code()
201 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout()
400 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result()
712 if (!is_zero_ether_addr(auth->peer_mac_addr)) in wpas_dpp_auth_init_next()
713 dst = auth->peer_mac_addr; in wpas_dpp_auth_init_next()
1803 if (!is_zero_ether_addr(auth->peer_mac_addr) && in wpas_dpp_rx_auth_resp()
1831 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_resp()
2094 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_presence_announcement()
2184 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_reconfig_announcement()
[all …]
/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp.h264 u8 peer_mac_addr[ETH_ALEN]; member
H A Ddpp_auth.c946 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()