This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

View File

@@ -367,7 +367,13 @@ static void cmd_wifi_ap(int argc, char **argv)
}
#endif
#if defined(CONFIG_ENABLE_WPS_AP) && CONFIG_ENABLE_WPS_AP
#if CONFIG_LWIP_LAYER
#if !defined(CONFIG_PLATFOMR_CUSTOMER_RTOS)
wpas_wps_dev_config(pnetif->hwaddr, 1);
#else
//TODO
#endif
#endif
#endif
if(argc == 4) {