Lines Matching refs:peer_mac_addr

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()
1158 auth->peer_mac_addr, wpa_s->own_addr, broadcast, in wpas_dpp_tx_auth_resp()
1309 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_req()
1866 !ether_addr_equal(addr, auth->peer_mac_addr)) { in wpas_dpp_gas_resp_cb()
2018 MAC2STR(auth->peer_mac_addr), auth->curr_freq); in wpas_dpp_start_gas_client()
2030 res = gas_query_req(wpa_s->gas, auth->peer_mac_addr, auth->curr_freq, in wpas_dpp_start_gas_client()
2082 if (!is_zero_ether_addr(auth->peer_mac_addr) && in wpas_dpp_rx_auth_resp()
2083 !ether_addr_equal(src, auth->peer_mac_addr)) { in wpas_dpp_rx_auth_resp()
2085 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in wpas_dpp_rx_auth_resp()
2110 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_auth_resp()
2137 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in wpas_dpp_rx_auth_conf()
2139 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in wpas_dpp_rx_auth_conf()
2238 ether_addr_equal(src, auth->peer_mac_addr) && in wpas_dpp_rx_conf_result()
2255 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in wpas_dpp_rx_conf_result()
2257 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in wpas_dpp_rx_conf_result()
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()
2630 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN); in wpas_dpp_rx_reconfig_auth_req()
2664 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in wpas_dpp_rx_reconfig_auth_resp()
2666 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in wpas_dpp_rx_reconfig_auth_resp()
2708 if (!ether_addr_equal(src, auth->peer_mac_addr)) { in wpas_dpp_rx_reconfig_auth_conf()
2710 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr)); in wpas_dpp_rx_reconfig_auth_conf()
4201 !ether_addr_equal(sa, auth->peer_mac_addr)) { in wpas_dpp_gas_req_handler()