OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_iftypes
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/apmanager/
device_unittest.cc
223
shill::AttributeListRefPtr
supported_iftypes
;
local
225
NL80211_ATTR_SUPPORTED_IFTYPES, &
supported_iftypes
);
227
supported_iftypes
->CreateFlagAttribute(
229
supported_iftypes
->SetFlagAttributeValue(NL80211_IFTYPE_AP, true);
device.cc
75
shill::AttributeListConstRefPtr
supported_iftypes
;
local
77
NL80211_ATTR_SUPPORTED_IFTYPES, &
supported_iftypes
)) {
81
supported_iftypes
->GetFlagAttributeValue(NL80211_IFTYPE_AP,
Completed in 348 milliseconds