Searched refs:familyId (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | FamilyTracker.cpp | 31 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()
|
D | Ctrl.cpp | 68 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/ |
D | Nl80211.h | 25 Nl80211(nlmsgtype_t familyId);
|
D | Nl80211.cpp | 78 Nl80211::Nl80211(nlmsgtype_t familyId) : GenericMessageBase(familyId, "nl80211", { in Nl80211() argument
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 444 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 …]
|
D | gscan.cpp | 396 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 …]
|
D | wifi_hal.cpp | 955 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 …]
|
D | rtt.cpp | 481 WifiRequest request(familyId(), ifaceId()); in start() 503 WifiRequest request(familyId(), ifaceId()); in cancel() 521 WifiRequest request(familyId(), ifaceId()); in cancel_specific()
|
D | wifi_offload.cpp | 194 WifiRequest request(familyId(), ifaceId()); in start()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 359 int familyId() { in familyId() function
|