Searched defs:ifeature (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 101 struct HdfFeatureInfo ifeature; variable 122 struct HdfFeatureInfo ifeature; variable 145 struct HdfFeatureInfo ifeature; variable 166 struct HdfFeatureInfo ifeature; variable 188 struct HdfFeatureInfo ifeature; variable 213 struct HdfFeatureInfo ifeature; variable 235 struct HdfFeatureInfo ifeature; variable 272 struct HdfFeatureInfo ifeature; variable 293 struct HdfFeatureInfo ifeature; variable 322 struct HdfFeatureInfo ifeature; variable [all …]
|
H A D | wlan_hdi_direct_test.cpp | 107 struct HdfFeatureInfo ifeature; variable 133 struct HdfFeatureInfo ifeature; variable 162 struct HdfFeatureInfo ifeature; variable 193 struct HdfFeatureInfo ifeature; variable 218 struct HdfFeatureInfo ifeature; variable 246 struct HdfFeatureInfo ifeature; variable 266 struct HdfFeatureInfo ifeature; variable 286 struct HdfFeatureInfo ifeature; variable 339 struct HdfFeatureInfo ifeature; variable 399 struct HdfFeatureInfo ifeature; variable [all …]
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 87 …nInterfaceCreateFeature(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo *ifeature) in WlanInterfaceCreateFeature() 141 …2_t WlanInterfaceDestroyFeature(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature) in WlanInterfaceDestroyFeature() 214 … WlanInterfaceGetAssociatedStas(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceGetAssociatedStas() 260 static int32_t GetBasefeature(const struct HdfFeatureInfo *ifeature, struct IWiFiBaseFeature **base… in GetBasefeature() 311 …lanInterfaceGetDeviceMacAddress(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceGetDeviceMacAddress() 338 struct HdfFeatureInfo *ifeature) in WlanInterfaceGetFeatureByIfName() 371 …2_t WlanInterfaceGetFeatureType(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceGetFeatureType() 394 …t WlanInterfaceGetFreqsWithBand(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceGetFreqsWithBand() 1012 …2_t WlanInterfaceSetCountryCode(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceSetCountryCode() 1038 …32_t WlanInterfaceSetMacAddress(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, in WlanInterfaceSetMacAddress() [all …]
|
/ohos5.0/drivers/peripheral/wlan/hal/include/ |
H A D | wifi_hal_common.h | 32 struct IWiFiBaseFeature *ifeature; member
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 99 static int32_t InitFeatureByType(int32_t type, struct IWiFiBaseFeature **ifeature) in InitFeatureByType() 175 static int32_t CreateFeatureInner(int32_t type, struct IWiFiBaseFeature **ifeature) in CreateFeatureInner() 201 static int32_t DestroyFeatureInner(struct IWiFiBaseFeature *ifeature) in DestroyFeatureInner() 447 static int32_t CreateFeature(int32_t type, struct IWiFiBaseFeature **ifeature) in CreateFeature() 457 static int32_t GetFeatureByIfName(const char *ifName, struct IWiFiBaseFeature **ifeature) in GetFeatureByIfName() 467 static int32_t DestroyFeature(struct IWiFiBaseFeature *ifeature) in DestroyFeature()
|
H A D | wifi_hal_cmd.c | 303 int32_t HalCmdGetFeatureByIfName(const char *ifName, struct IWiFiBaseFeature **ifeature) in HalCmdGetFeatureByIfName() 338 struct IWiFiBaseFeature *ifeature = NULL; in HalCmdResetToFactoryMacAddress() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 86 struct HdfFeatureInfo ifeature; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 95 struct HdfFeatureInfo ifeature; in DoSomethingInterestingWithMyAPI() local
|