Lines Matching refs:NL80211Packet
129 NL80211Packet get_wiphy( in GetWiphyIndex()
143 vector<unique_ptr<const NL80211Packet>> response; in GetWiphyIndex()
183 NL80211Packet get_interfaces( in GetInterfaces()
192 vector<unique_ptr<const NL80211Packet>> response; in GetInterfaces()
262 NL80211Packet set_interface_mode( in SetInterfaceMode()
284 NL80211Packet get_protocol_features( in GetProtocolFeatures()
289 unique_ptr<const NL80211Packet> response; in GetProtocolFeatures()
307 NL80211Packet get_wiphy( in GetWiphyInfo()
317 vector<unique_ptr<const NL80211Packet>> response; in GetWiphyInfo()
323 vector<NL80211Packet> packet_per_wiphy; in GetWiphyInfo()
353 const NL80211Packet& packet, in ParseWiphyInfoFromPacket()
383 const NL80211Packet* const packet, in ParseScanCapabilities()
427 bool NetlinkUtils::ParseBandInfo(const NL80211Packet* const packet, in ParseBandInfo()
685 NL80211Packet get_station( in GetStationInfo()
695 unique_ptr<const NL80211Packet> response; in GetStationInfo()
759 const vector<unique_ptr<const NL80211Packet>>& split_dump_info, in MergePacketsForSplitWiphyDump()
760 vector<NL80211Packet>* packet_per_wiphy) { in MergePacketsForSplitWiphyDump()
793 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump()
805 NL80211Packet get_country_code( in GetCountryCode()
810 unique_ptr<const NL80211Packet> response; in GetCountryCode()
826 NL80211Packet send_mgmt_frame( in SendMgmtFrame()
842 unique_ptr<const NL80211Packet> response; in SendMgmtFrame()