Lines Matching refs:NL80211Packet
112 NL80211Packet get_wiphy( in GetWiphyIndex()
122 vector<unique_ptr<const NL80211Packet>> response; in GetWiphyIndex()
162 NL80211Packet get_interfaces( in GetInterfaces()
171 vector<unique_ptr<const NL80211Packet>> response; in GetInterfaces()
241 NL80211Packet set_interface_mode( in SetInterfaceMode()
263 NL80211Packet get_protocol_features( in GetProtocolFeatures()
268 unique_ptr<const NL80211Packet> response; in GetProtocolFeatures()
286 NL80211Packet get_wiphy( in GetWiphyInfo()
296 vector<unique_ptr<const NL80211Packet>> response; in GetWiphyInfo()
302 vector<NL80211Packet> packet_per_wiphy; in GetWiphyInfo()
332 const NL80211Packet& packet, in ParseWiphyInfoFromPacket()
362 const NL80211Packet* const packet, in ParseScanCapabilities()
406 bool NetlinkUtils::ParseBandInfo(const NL80211Packet* const packet, in ParseBandInfo()
480 NL80211Packet get_station( in GetStationInfo()
490 unique_ptr<const NL80211Packet> response; in GetStationInfo()
554 const vector<unique_ptr<const NL80211Packet>>& split_dump_info, in MergePacketsForSplitWiphyDump()
555 vector<NL80211Packet>* packet_per_wiphy) { in MergePacketsForSplitWiphyDump()
588 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump()
600 NL80211Packet get_country_code( in GetCountryCode()
605 unique_ptr<const NL80211Packet> response; in GetCountryCode()
621 NL80211Packet send_mgmt_frame( in SendMgmtFrame()
637 unique_ptr<const NL80211Packet> response; in SendMgmtFrame()