Home
last modified time | relevance | path

Searched refs:mIndex (Results 1 – 3 of 3) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dwifi_offload.cpp71 u8 mIndex; member in MKeepAliveCommand
84 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mIpPkt(ip_packet), in MKeepAliveCommand()
91 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
108 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest()
158 result = request.put_u8(MKEEP_ALIVE_ATTRIBUTE_ID, mIndex); in createRequest()
/device/generic/goldfish/dhcp/client/
Dinterface.h34 unsigned int getIndex() const { return mIndex; } in getIndex()
53 unsigned int mIndex; variable
Dinterface.cpp128 request.msg.ifa_index = mIndex; in setAddress()
188 mIndex = request.ifr_ifindex; in populateIndex()