For enable SoftAP mode then go into station mode after that I like to remove SoftAP from wifi list.
Issue sl_wfx_stop_ap_command(); it works but in wifi list it still show SoftAP name
so How can remove SoftAP from wifi list ?
Thanks in advance
Jason
Discussion Forums
Wi-Fi
Unanswered
When are you calling sl_wfx_stop_ap_command() and what is the return value? Is there something else in the program that calls sl_wfx_start_ap_command() afterward?
0
Hi Tom,
When calling sl_wfx_stop_ap_command() function return 0 which mean OK.
After sl_wfx_stop_ap_command() I checked phone wifi name did gone. but it did not work I thought I did something wrong before.
It works now. at least we can trust sl_wfx_stop_ap_command() to stop SoftAP mode.
Remove SoftAP from wifi list
For enable SoftAP mode then go into station mode after that I like to remove SoftAP from wifi list.
Issue sl_wfx_stop_ap_command(); it works but in wifi list it still show SoftAP name
so How can remove SoftAP from wifi list ?
Thanks in advance
Jason
Hi Tom,
When calling sl_wfx_stop_ap_command() function return 0 which mean OK.
After sl_wfx_stop_ap_command() I checked phone wifi name did gone. but it did not work I thought I did something wrong before.
It works now. at least we can trust sl_wfx_stop_ap_command() to stop SoftAP mode.
Thank your for your quick response.
Jason