Soft ap channel is changed

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I set SOFT_AP_CHANNEL 1, and I connected a NETGEAR AP that is set to 11 channel

,then Soft ap channel is changed to 11 channel.( Wifi Analyer )

I checked soft_ap->channel variable, but Soft ap is working channel 11

Let me know why channel is changed

souce> in application_start function

    {

     const wiced_config_soft_ap_t* soft_ap = &wiced_dct_get_wifi_config_section()->soft_ap_settings;

   WPRINT_APP_INFO(( "soft ap channel[%d]\r\n",soft_ap->channel ));

       }

log>

soft ap channel[1]

0 Likes
1 Reply
Anonymous
Not applicable

It's automatically changed in wwd_wifi.c when you connect to the AP on different channel.

0 Likes