Searched refs:peer_mac_addr (Results 1 – 6 of 6) sorted by relevance
/freebsd/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() 207 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 425 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result() 428 auth->peer_mac_addr, wpa_s->own_addr, broadcast, 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() 966 os_memcpy(auth->peer_mac_addr, peer_bi->mac_addr, ETH_ALEN); in wpas_dpp_auth_init() 1155 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_tx_auth_resp() [all …]
|
/freebsd/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() 185 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, 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() 954 os_memcpy(auth->peer_mac_addr, peer_bi->mac_addr, ETH_ALEN); in hostapd_dpp_auth_init() 1127 os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_auth_req() 1370 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in hostapd_dpp_start_gas_client() 1372 res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq, in hostapd_dpp_start_gas_client() [all …]
|
/freebsd/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/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
|