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));
/system/connectivity/wificond/net/
Dnetlink_utils.cpp52 bool NetlinkUtils::GetWiphyIndex(uint32_t* out_wiphy_index) { in GetWiphyIndex() argument
85 if (!packet->GetAttributeValue(NL80211_ATTR_WIPHY, out_wiphy_index)) { in GetWiphyIndex()
Dnetlink_utils.h140 virtual bool GetWiphyIndex(uint32_t* out_wiphy_index);