HomeSort by relevance Sort by last modified time
    Searched refs:peer_mac_addr (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 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)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 97 auth->peer_mac_addr, wpa_s->own_addr,
578 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, peer_bi->mac_addr,
868 os_memcpy(wpa_s->dpp_auth->peer_mac_addr, src, ETH_ALEN);
1137 MAC2STR(auth->peer_mac_addr), auth->curr_freq);
1139 res = gas_query_req(wpa_s->gas, auth->peer_mac_addr, auth->curr_freq,
1178 if (!is_zero_ether_addr(auth->peer_mac_addr) &&
1179 os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0) {
1181 MACSTR ") - drop", MAC2STR(auth->peer_mac_addr));
1199 os_memcpy(auth->peer_mac_addr, src, ETH_ALEN);
1224 if (os_memcmp(src, auth->peer_mac_addr, ETH_ALEN) != 0)
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.h 148 u8 peer_mac_addr[ETH_ALEN]; member in struct:dpp_authentication
dpp.c     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_ind.cpp     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 2310 u8 peer_mac_addr[NAN_MAC_ADDR_LEN]; member in struct:__anon48580
    [all...]
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp     [all...]

Completed in 190 milliseconds