Home | History | Annotate | Download | only in ap

Lines Matching refs:peer_mac_addr

79 					auth->peer_mac_addr,
518 os_memcpy(hapd->dpp_auth->peer_mac_addr, peer_bi->mac_addr,
626 os_memcpy(hapd->dpp_auth->peer_mac_addr, src, ETH_ALEN);
794 MAC2STR(auth->peer_mac_addr), auth->curr_freq);
796 res = gas_query_ap_req(hapd->gas, auth->peer_mac_addr, auth->curr_freq,
835 if (!is_zero_ether_addr(auth->peer_mac_addr) &&
836 os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
838 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr));
851 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN);
874 if (os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
876 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr));
1250 os_memcmp(sa, auth->peer_mac_addr, ETH_ALEN) != 0) {