Searched refs:peer_mac_addr (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 63 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() 177 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, 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() 660 os_memcpy(auth->peer_mac_addr, peer_bi->mac_addr, ETH_ALEN); in hostapd_dpp_auth_init() 792 os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_auth_req() 1007 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in hostapd_dpp_start_gas_client() 1009 res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq, in hostapd_dpp_start_gas_client() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 87 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 90 auth->peer_mac_addr, wpa_s->own_addr, in wpas_dpp_qr_code() 202 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 204 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 401 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_send_conn_status_result() 404 auth->peer_mac_addr, wpa_s->own_addr, broadcast, in wpas_dpp_send_conn_status_result() 715 if (!is_zero_ether_addr(auth->peer_mac_addr)) in wpas_dpp_auth_init_next() 716 dst = auth->peer_mac_addr; in wpas_dpp_auth_init_next() 874 os_memcpy(auth->peer_mac_addr, peer_bi->mac_addr, ETH_ALEN); in wpas_dpp_auth_init() 1146 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_req() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 262 u8 peer_mac_addr[ETH_ALEN]; member
|
D | dpp_auth.c | 948 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()
|