Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp53 NL80211Packet get_wiphy( in GetWiphyIndex() local
58 get_wiphy.AddFlag(NLM_F_DUMP); in GetWiphyIndex()
60 if (!netlink_manager_->SendMessageAndGetResponses(get_wiphy, &response)) { in GetWiphyIndex()
200 NL80211Packet get_wiphy( in GetWiphyInfo() local
205 get_wiphy.AddAttribute(NL80211Attr<uint32_t>(NL80211_ATTR_WIPHY, wiphy_index)); in GetWiphyInfo()
207 if (!netlink_manager_->SendMessageAndGetSingleResponse(get_wiphy, in GetWiphyInfo()