HomeSort by relevance Sort by last modified time
    Searched refs:NL80211NestedAttr (Results 1 - 12 of 12) sorted by null

  /system/connectivity/wificond/scanning/
scan_utils.h 45 class NL80211NestedAttr;
150 const NL80211NestedAttr& bss,
180 bool GetBssTimestamp(const NL80211NestedAttr& bss,
183 const NL80211NestedAttr& bss,
scan_utils.cpp 135 NL80211NestedAttr bss(0);
192 const NL80211NestedAttr& bss,
197 bool ScanUtils::GetBssTimestamp(const NL80211NestedAttr& bss,
220 const NL80211NestedAttr& bss,
224 NL80211NestedAttr radio_chain_infos_attr(0);
295 NL80211NestedAttr ssids_attr(NL80211_ATTR_SCAN_SSIDS);
299 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES);
419 NL80211NestedAttr scan_ssids_attr(NL80211_ATTR_SCAN_SSIDS);
423 NL80211NestedAttr freqs_attr(NL80211_ATTR_SCAN_FREQUENCIES);
432 NL80211NestedAttr scan_match_attr(NL80211_ATTR_SCHED_SCAN_MATCH)
    [all...]
  /system/connectivity/wificond/net/
nl80211_attribute.cpp 171 // For NL80211NestedAttr
172 NL80211NestedAttr::NL80211NestedAttr(int id) {
176 NL80211NestedAttr::NL80211NestedAttr(const vector<uint8_t>& data) {
180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) {
190 void NL80211NestedAttr::AddFlagAttribute(int attribute_id) {
202 bool NL80211NestedAttr::HasAttribute(int id) const {
208 bool NL80211NestedAttr::GetAttribute(int id,
209 NL80211NestedAttr* attribute) const
    [all...]
nl80211_attribute.h 138 class NL80211NestedAttr : public BaseNL80211Attr {
140 explicit NL80211NestedAttr(int id);
141 explicit NL80211NestedAttr(const std::vector<uint8_t>& data);
142 ~NL80211NestedAttr() override = default;
155 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
244 bool GetListOfNestedAttributes(std::vector<NL80211NestedAttr>* value) const;
netlink_utils.cpp 391 NL80211NestedAttr bands_attr(0);
396 vector<NL80211NestedAttr> bands;
405 NL80211NestedAttr freqs_attr(0);
410 vector<NL80211NestedAttr> freqs;
483 NL80211NestedAttr sta_info(0);
502 NL80211NestedAttr tx_bitrate_attr(0);
nl80211_packet.h 117 bool GetAttribute(int id, NL80211NestedAttr* attribute) const;
nl80211_packet.cpp 202 NL80211NestedAttr* attribute) const {
213 *attribute = NL80211NestedAttr(vector<uint8_t>(start, end));
netlink_manager.cpp 194 NL80211NestedAttr multicast_groups(0);
196 vector<NL80211NestedAttr> groups;
679 NL80211NestedAttr ssids_attr(0);
690 NL80211NestedAttr freqs_attr(0);
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 150 NL80211NestedAttr nested_attr(1);
168 NL80211NestedAttr nested_attr(1);
169 NL80211NestedAttr deeper_nested_attr(2);
179 NL80211NestedAttr nested_attr(1);
190 NL80211NestedAttr nested_attr(1);
259 NL80211NestedAttr nested_attr(buffer);
271 NL80211NestedAttr attr(buffer);
287 std::vector<NL80211NestedAttr> nested_attrs;
288 NL80211NestedAttr attr(buffer);
326 NL80211NestedAttr nested_attr1(0)
    [all...]
netlink_utils_unittest.cpp 119 NL80211NestedAttr GenerateBandsAttributeFor2g() {
120 NL80211NestedAttr freq_2g_1(1);
121 NL80211NestedAttr freq_2g_2(2);
122 NL80211NestedAttr freq_2g_3(3);
130 NL80211NestedAttr band_2g_freqs(NL80211_BAND_ATTR_FREQS);
135 NL80211NestedAttr band_2g_attr(1);
138 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS);
143 NL80211NestedAttr GenerateBandsAttributeFor5gAndDfs() {
144 NL80211NestedAttr freq_5g_1(4);
145 NL80211NestedAttr freq_5g_2(5)
    [all...]
scan_utils_unittest.cpp 366 NL80211NestedAttr bss(NL80211_ATTR_BSS);
380 NL80211NestedAttr bss(NL80211_ATTR_BSS);
394 NL80211NestedAttr bss(NL80211_ATTR_BSS);
411 NL80211NestedAttr bss(NL80211_ATTR_BSS);
nl80211_packet_unittest.cpp 157 NL80211NestedAttr nested_attr(1);
252 NL80211NestedAttr nested(0);
274 NL80211NestedAttr nested(0);

Completed in 167 milliseconds