Searched refs:peer_mac_addr (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 52 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_qr_code() 55 auth->peer_mac_addr, in hostapd_dpp_qr_code() 77 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in hostapd_dpp_auth_resp_retry_timeout() 79 hostapd_drv_send_action(hapd, auth->curr_freq, 500, auth->peer_mac_addr, in hostapd_dpp_auth_resp_retry_timeout() 478 os_memcpy(hapd->dpp_auth->peer_mac_addr, peer_bi->mac_addr, in hostapd_dpp_auth_init() 588 os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN); in hostapd_dpp_rx_auth_req() 778 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in hostapd_dpp_start_gas_client() 780 res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq, in hostapd_dpp_start_gas_client() 831 if (!is_zero_ether_addr(auth->peer_mac_addr) && in hostapd_dpp_rx_auth_resp() 832 os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) { in hostapd_dpp_rx_auth_resp() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 77 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_qr_code() 80 auth->peer_mac_addr, wpa_s->own_addr, in wpas_dpp_qr_code() 103 MAC2STR(auth->peer_mac_addr), auth->curr_freq, in wpas_dpp_auth_resp_retry_timeout() 105 offchannel_send_action(wpa_s, auth->curr_freq, auth->peer_mac_addr, in wpas_dpp_auth_resp_retry_timeout() 520 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, peer_bi->mac_addr, in wpas_dpp_auth_init() 755 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_req() 1106 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in wpas_dpp_start_gas_client() 1108 res = gas_query_req(wpa_s->gas, auth->peer_mac_addr, auth->curr_freq, in wpas_dpp_start_gas_client() 1161 if (!is_zero_ether_addr(auth->peer_mac_addr) && in wpas_dpp_rx_auth_resp() 1162 os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) { in wpas_dpp_rx_auth_resp() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 186 u8 peer_mac_addr[ETH_ALEN]; member
|
D | dpp.c | 3245 MACSTR, MAC2STR(auth->peer_mac_addr)); in dpp_notify_new_qr_code()
|