Lines Matching refs:peer_mac_addr

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()
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()
1425 MACSTR ") - drop", MAC2STR(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()
1473 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in hostapd_dpp_rx_auth_conf()
1475 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in hostapd_dpp_rx_auth_conf()
1582 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in hostapd_dpp_rx_conf_result()
1584 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in hostapd_dpp_rx_conf_result()
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()
1868 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in hostapd_dpp_rx_reconfig_auth_resp()
1870 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in hostapd_dpp_rx_reconfig_auth_resp()
3083 !ether_addr_equal(sa, auth->peer_mac_addr)) { in hostapd_dpp_gas_req_handler()