Home
last modified time | relevance | path

Searched refs:peer_mac_address (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h172 u8 peer_mac_address[6]; // mac address member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp480 len = ((sizeof(stats->peer_mac_address) <= len) ? sizeof(stats->peer_mac_address) : len); in get_wifi_peer_info()
481 …memcpy((void *)&stats->peer_mac_address[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_… in get_wifi_peer_info()
499 stats->type, MAC_ADDR_ARRAY(stats->peer_mac_address), in get_wifi_peer_info()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp466 len = ((sizeof(stats->peer_mac_address) <= len) ? sizeof(stats->peer_mac_address) : len); in get_wifi_peer_info()
467 …memcpy((void *)&stats->peer_mac_address[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_… in get_wifi_peer_info()
485 stats->type, MAC_ADDR_ARRAY(stats->peer_mac_address), in get_wifi_peer_info()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4411 MAC2STR(local_peer_ptr->peer_mac_address)); in printPeerinfoStats()