Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_sta_iface.h98 uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address,
157 uint16_t ether_type, const std::array<uint8_t, 6>& src_address,
H A Dwifi_sta_iface.cpp218 uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address, in startSendingKeepAlivePackets() argument
224 src_address, dst_address, period_in_ms); in startSendingKeepAlivePackets()
584 uint16_t ether_type, const std::array<uint8_t, 6>& src_address, in startSendingKeepAlivePacketsInternal() argument
588 ifname_, cmd_id, ether_type, ip_packet_data, src_address, in startSendingKeepAlivePacketsInternal()
H A Dwifi_legacy_hal.cpp865 const std::array<uint8_t, 6>& src_address, in startSendingOffloadedPacket() argument
869 src_address.data(), src_address.data() + src_address.size()); in startSendingOffloadedPacket()
H A Dwifi_legacy_hal.h550 const std::array<uint8_t, 6>& src_address,