Home
last modified time | relevance | path

Searched refs:setCountryCode (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
Dwifi_hal_ap_feature.h98 int32_t (*setCountryCode)(const struct IWiFiAp *apFeature, const char *code, uint32_t len); member
/drivers/peripheral/wlan/hal/src/
Dwifi_hal_ap_feature.c76 (*fe)->setCountryCode = HalSetCountryCode; in InitApFeature()
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp482 ret = apFeature->setCountryCode(apFeature, nullptr, 0);
484 ret = apFeature->setCountryCode(nullptr, "CN", 2);
486 ret = apFeature->setCountryCode(apFeature, "CN", 3);
488 ret = apFeature->setCountryCode(apFeature, "99", 2);
491 ret = apFeature->setCountryCode(apFeature, "CN", 2);
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c901 if (g_apFeature == NULL || g_apFeature->setCountryCode == NULL) { in WlanInterfaceSetCountryCode()
910 ret = g_apFeature->setCountryCode(g_apFeature, code, strlen(code)); in WlanInterfaceSetCountryCode()
/drivers/peripheral/wlan/
DREADME.md120 …5"><a name="p149801729465"></a><a name="p149801729465"></a>int32_t (*setCountryCode)(const struct …
DREADME_zh.md176 …5"><a name="p149801729465"></a><a name="p149801729465"></a>int32_t (*setCountryCode)(const struct …