Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_sta_iface.h96 uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address,
151 uint16_t ether_type, const std::array<uint8_t, 6>& src_address,
Dwifi_sta_iface.cpp211 uint16_t ether_type, const hidl_array<uint8_t, 6>& src_address, in startSendingKeepAlivePackets() argument
217 src_address, dst_address, period_in_ms); in startSendingKeepAlivePackets()
565 uint16_t ether_type, const std::array<uint8_t, 6>& src_address, in startSendingKeepAlivePacketsInternal() argument
569 ifname_, cmd_id, ether_type, ip_packet_data, src_address, in startSendingKeepAlivePacketsInternal()
Dwifi_legacy_hal.cpp785 const std::array<uint8_t, 6>& src_address, in startSendingOffloadedPacket() argument
789 src_address.data(), src_address.data() + src_address.size()); in startSendingOffloadedPacket()
Dwifi_legacy_hal.h251 const std::array<uint8_t, 6>& src_address,