Home
last modified time | relevance | path

Searched refs:familyId (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
DFamilyTracker.cpp31 const auto familyId = msg.attributes.get<uint16_t>(CTRL_ATTR_FAMILY_ID); in track() local
33 if (familyId < GENL_START_ALLOC) { in track()
34 LOG(WARNING) << "Invalid family ID: " << familyId; in track()
38 if (familyName == "nl80211") mNl80211FamilyId = familyId; in track()
DCtrl.cpp68 const auto familyId = msg.attributes.get<uint16_t>(CTRL_ATTR_FAMILY_ID); in track() local
75 mFamilyRegister[familyId] = std::make_shared<families::Nl80211>(familyId); in track()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
DNl80211.h25 Nl80211(nlmsgtype_t familyId);
DNl80211.cpp78 Nl80211::Nl80211(nlmsgtype_t familyId) : GenericMessageBase(familyId, "nl80211", { in Nl80211() argument
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp444 WifiRequest request(familyId(), ifaceId()); in start()
658 WifiRequest request(familyId(), ifaceId()); in start()
701 WifiRequest request(familyId(), ifaceId()); in cancel()
940 WifiRequest request(familyId(), ifaceId()); in handleEvent()
1059 WifiRequest request(familyId(), ifaceId()); in create()
1098 WifiRequest request(familyId(), ifaceId()); in start()
1116 WifiRequest request(familyId(), ifaceId()); in cancel()
1135 WifiRequest request(familyId(), ifaceId()); in preInit()
1360 WifiRequest request(familyId(), ifaceId()); in start()
1403 WifiRequest request(familyId(), ifaceId()); in handleResponse()
[all …]
Dgscan.cpp396 WifiRequest request(familyId(), ifaceId()); in start()
418 WifiRequest request(familyId(), ifaceId()); in cancel()
577 WifiRequest request(familyId(), ifaceId()); in start()
632 WifiRequest request(familyId(), ifaceId()); in cancel()
852 WifiRequest request(familyId(), ifaceId()); in execute()
1073 WifiRequest request(familyId(), ifaceId()); in start()
1110 WifiRequest request(familyId(), ifaceId()); in cancel()
1291 WifiRequest request(familyId(), ifaceId()); in start()
1314 WifiRequest request(familyId(), ifaceId()); in cancel()
1497 WifiRequest request(familyId(), ifaceId()); in start()
[all …]
Dwifi_hal.cpp955 WifiRequest request(familyId(), ifaceId()); in start()
1101 WifiRequest request(familyId(), ifaceId()); in start()
1125 WifiRequest request(familyId(), ifaceId()); in cancel()
1279 WifiRequest request(familyId(), ifaceId()); in start()
1914 WifiRequest request(familyId(), ifaceId()); in start()
1998 WifiRequest request(familyId(), ifaceId()); in start()
2103 WifiRequest request(familyId(), ifaceId()); in start()
2236 WifiRequest request(familyId(), ifaceId()); in start()
2389 WifiRequest request(familyId(), ifaceId()); in createIface()
2407 WifiRequest request(familyId(), ifaceId()); in deleteIface()
[all …]
Drtt.cpp481 WifiRequest request(familyId(), ifaceId()); in start()
503 WifiRequest request(familyId(), ifaceId()); in cancel()
521 WifiRequest request(familyId(), ifaceId()); in cancel_specific()
Dwifi_offload.cpp194 WifiRequest request(familyId(), ifaceId()); in start()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h359 int familyId() { in familyId() function