Searched refs:peer_mac_addr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | dpp_supplicant.c | 90 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 93 auth->peer_mac_addr, wpa_s->own_addr, in wpas_dpp_qr_code() 205 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 425 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result() 796 if (!is_zero_ether_addr(auth->peer_mac_addr)) in wpas_dpp_auth_init_next() 797 dst = auth->peer_mac_addr; in wpas_dpp_auth_init_next() 1155 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_tx_auth_resp() 2110 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_resp() 2461 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_presence_announcement() 2558 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_reconfig_announcement() [all …]
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | dpp_hostapd.c | 71 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code() 74 auth->peer_mac_addr, in hostapd_dpp_qr_code() 183 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout() 782 if (!is_zero_ether_addr(auth->peer_mac_addr)) in hostapd_dpp_auth_init_next() 783 dst = auth->peer_mac_addr; in hostapd_dpp_auth_init_next() 1422 if (!is_zero_ether_addr(auth->peer_mac_addr) && in hostapd_dpp_rx_auth_resp() 1423 !ether_addr_equal(src, auth->peer_mac_addr)) { in hostapd_dpp_rx_auth_resp() 1447 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_auth_resp() 1729 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_presence_announcement() 1823 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_reconfig_announcement() [all …]
|
| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | dpp.h | 298 u8 peer_mac_addr[ETH_ALEN]; member
|
| H A D | dpp_auth.c | 946 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | debugfs_htt_stats.c | 4143 htt_stat_buf->peer_mac_addr[0], htt_stat_buf->peer_mac_addr[1], in htt_print_peer_ctrl_path_txrx_stats_tlv() 4144 htt_stat_buf->peer_mac_addr[2], htt_stat_buf->peer_mac_addr[3], in htt_print_peer_ctrl_path_txrx_stats_tlv() 4145 htt_stat_buf->peer_mac_addr[4], htt_stat_buf->peer_mac_addr[5]); in htt_print_peer_ctrl_path_txrx_stats_tlv()
|
| H A D | debugfs_htt_stats.h | 2012 u8 peer_mac_addr[ETH_ALEN]; member
|