HomeSort by relevance Sort by last modified time
    Searched refs:NL80211_PKTPAT_PATTERN (Results 26 - 27 of 27) sorted by null

12

  /system/connectivity/shill/wifi/
wake_on_wifi.cc 543 if (!pattern_info->CreateRawAttribute(NL80211_PKTPAT_PATTERN, "Pattern")) {
545 "Could not add attribute NL80211_PKTPAT_PATTERN to "
549 if (!pattern_info->SetRawAttributeValue(NL80211_PKTPAT_PATTERN, pattern)) {
551 "Could not set attribute NL80211_PKTPAT_PATTERN in "
694 if (!pattern_info->GetRawAttributeValue(NL80211_PKTPAT_PATTERN,
697 << "Could not get attribute NL80211_PKTPAT_PATTERN";
    [all...]
  /system/connectivity/shill/net/
nl80211_attribute.cc 331 AttrDataPair(NL80211_PKTPAT_PATTERN,
332 NestedData(kTypeRaw, "NL80211_PKTPAT_PATTERN", false)));
    [all...]

Completed in 152 milliseconds

12