Searched refs:getChipId (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal_base_feature.h | 198 int32_t (*getChipId)(const struct IWiFiBaseFeature *baseFeature, uint8_t *chipId); member
|
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 284 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId);
in HWTEST_F() 356 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, nullptr);
in HWTEST_F() 359 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId);
in HWTEST_F()
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_base_feature.c | 187 (*fe)->getChipId = HalGetChipId; in InitBaseFeature()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 420 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); in HWTEST_F() 452 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId); in HWTEST_F() 517 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); in HWTEST_F() 1236 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, &chipId); 1274 ret = staFeature->baseFeature.getChipId(nullptr, &chipId); 1276 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, nullptr); 1278 ret = staFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)staFeature, &chipId); 1302 ret = apFeature->baseFeature.getChipId(nullptr, &chipId); 1304 ret = apFeature->baseFeature.getChipId((struct IWiFiBaseFeature *)apFeature, nullptr); 1306 ret = apFeature->baseFeature.getChipId((struc [all...] |
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1214 uint8_t *getChipId = NULL; in ParserChipId() local 1224 getChipId = nla_data(attr[NL80211_ATTR_MAX]); in ParserChipId() 1225 *chipId = *getChipId; in ParserChipId()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 308 return baseFeature->getChipId(baseFeature, chipId);
in WlanInterfaceGetChipId()
|
Completed in 11 milliseconds