Forums - Wifi Roaming 5G SDK3.4

1 post / 0 new
Wifi Roaming 5G SDK3.4
briesenberg
Join Date: 19 Aug 22
Posts: 1
Posted: Thu, 2022-09-01 10:17

Hi ,

Can anyone tell us if the Wifi Roaming feature is present isn the SDK3.4?

 

We are deploying a system in a building which have 5GHZ wifi Enterprise network. Our device connects to the the WIFI network fine but when it moves from one access point to next access point it does not automatically connects to new access point. It take 10-15 seconds to disconnect and then we have to reconnect it again.

 

The building is using WIFI ENterprisse network with radius server. We are using connectivity method

QAPI_WLAN_8021X_METHOD_EAP_PEAP_MSCHAPV2_E

We enabled the roaming via following code

 uint32_t roamMode = 1;

    status qapi_WLAN_Set_Param(0,
                        __QAPI_WLAN_PARAM_GROUP_WIRELESS,
                        __QAPI_WLAN_PARAM_GROUP_WIRELESS_ENABLE_ROAMING,
                        &roamMode,
                        sizeof(roamMode),
                        FALSE);
     if (status != QAPI_OK) { elog("ERROR: __QAPI_WLAN_PARAM_GROUP_WIRELESS_ENABLE_ROAMING \n\r"); return WIFI_FAILURE; }

 

But it is not working. any insight would be highly appericaited.

 

Thanks and Regards

 

 

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.