Searched refs:src_address (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/wifi/1.4/default/ |
D | wifi_sta_iface.h | 96 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,
|
D | wifi_sta_iface.cpp | 211 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()
|
D | wifi_legacy_hal.cpp | 785 const std::array<uint8_t, 6>& src_address, in startSendingOffloadedPacket() argument 789 src_address.data(), src_address.data() + src_address.size()); in startSendingOffloadedPacket()
|
D | wifi_legacy_hal.h | 251 const std::array<uint8_t, 6>& src_address,
|