Home
last modified time | relevance | path

Searched refs:IWiFiAp (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h67 struct IWiFiAp { struct
73 * @param apFeature Indicates the pointer to the AP feature, as described in {@link IWiFiAp}.
83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo,
89 * @param apFeature Indicates the pointer to the AP feature, as described in {@link IWiFiAp}.
98 int32_t (*setCountryCode)(const struct IWiFiAp *apFeature, const char *code, uint32_t len);
126 int32_t InitApFeature(struct IWiFiAp **fe);
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c29 static int32_t GetAssociatedStasInner(const struct IWiFiAp *apFeature, in GetAssociatedStasInner()
39 static int32_t SetCountryCodeInner(const struct IWiFiAp *apFeature, const char *code, uint32_t len) in SetCountryCodeInner()
48 static int32_t HalGetAssociatedStas(const struct IWiFiAp *apFeature, in HalGetAssociatedStas()
57 static int32_t HalSetCountryCode(const struct IWiFiAp *apFeature, const char *code, uint32_t len) in HalSetCountryCode()
73 int32_t InitApFeature(struct IWiFiAp **fe) in InitApFeature()
H A Dwifi_hal.c105 *ifeature = (struct IWiFiBaseFeature *)malloc(sizeof(struct IWiFiAp)); in InitFeatureByType()
110 (void)memset_s(*ifeature, sizeof(struct IWiFiAp), 0, sizeof(struct IWiFiAp)); in InitFeatureByType()
111 ret = InitApFeature((struct IWiFiAp **)ifeature); in InitFeatureByType()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp146 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
188 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
189 struct IWiFiAp *apFeatureGet = nullptr; in HWTEST_F()
267 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
296 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
319 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
387 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
445 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
477 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
541 struct IWiFiAp *apFeatur
[all...]
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp167 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
237 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
273 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
375 struct IWiFiAp *apFeature = nullptr; in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c26 struct IWiFiAp *g_apFeature = NULL;

Completed in 6 milliseconds