Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dmock_netlink_utils.h32 MOCK_METHOD1(GetWiphyIndex, bool(uint32_t* out_wiphy_index));
34 bool(uint32_t* out_wiphy_index, const std::string& iface_name));
/system/connectivity/wificond/net/
Dnetlink_utils.h173 virtual bool GetWiphyIndex(uint32_t* out_wiphy_index);
174 virtual bool GetWiphyIndex(uint32_t* out_wiphy_index,
Dnetlink_utils.cpp110 bool NetlinkUtils::GetWiphyIndex(uint32_t* out_wiphy_index, in GetWiphyIndex() argument
148 if (!packet->GetAttributeValue(NL80211_ATTR_WIPHY, out_wiphy_index)) { in GetWiphyIndex()
156 bool NetlinkUtils::GetWiphyIndex(uint32_t* out_wiphy_index) { in GetWiphyIndex() argument
157 return GetWiphyIndex(out_wiphy_index, ""); in GetWiphyIndex()