Searched refs:src_address (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | wifi_sta_iface.h | 98 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 D | wifi_sta_iface.cpp | 218 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 D | wifi_legacy_hal.cpp | 865 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 D | wifi_legacy_hal.h | 550 const std::array<uint8_t, 6>& src_address,
|