Searched refs:setCountryCode (Results 1 – 6 of 6) sorted by relevance
| /drivers/peripheral/wlan/interfaces/include/ |
| D | wifi_hal_ap_feature.h | 98 int32_t (*setCountryCode)(const struct IWiFiAp *apFeature, const char *code, uint32_t len); member
|
| /drivers/peripheral/wlan/hal/src/ |
| D | wifi_hal_ap_feature.c | 76 (*fe)->setCountryCode = HalSetCountryCode; in InitApFeature()
|
| /drivers/peripheral/wlan/test/unittest/hal/ |
| D | wifi_hal_test.cpp | 482 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/ |
| D | wlan_common_cmd.c | 901 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/ |
| D | README.md | 120 …5"><a name="p149801729465"></a><a name="p149801729465"></a>int32_t (*setCountryCode)(const struct …
|
| D | README_zh.md | 176 …5"><a name="p149801729465"></a><a name="p149801729465"></a>int32_t (*setCountryCode)(const struct …
|