Home
last modified time | relevance | path

Searched refs:apConn_setRoamThresholds (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConnApi.h274 TI_STATUS apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam);
DapConn.c635 TI_STATUS apConn_setRoamThresholds(TI_HANDLE hAPConnection, roamingMngrThresholdsConfig_t *pParam) in apConn_setRoamThresholds() function
/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngr.c845 …status = apConn_setRoamThresholds(pRoamingMngr->hAPConnection, &pRoamingMngrConfigParams->roamingM… in roamingMngr_setParam()