Replies: 4 comments 3 replies
-
| 
         To configure Wi-Fi SoftAP without using shell commands, you can extract the code responsible for setting up the Wi-Fi from the  e.g. from   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi @ndrs-pst  | 
  
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
        
 This is not the shell output, if you cannot use shell, then you can replicate code from https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/lib/shell/iface.c#L634 and https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/l2/wifi/wifi_shell.c#L1307, basically I would 
  | 
  
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
I am using Zephyr RTOS with ESP32S3, and I need to configure WiFi SoftAP without using shell commands. Currently, in the Zephyr sample, it is done with shell commands, but I want to do it without the shell.
Beta Was this translation helpful? Give feedback.
All reactions