Home
last modified time | relevance | path

Searched refs:conn_timeout (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DconnApi.h109 void conn_timeout (TI_HANDLE hConn, TI_BOOL bTwdInitOccured);
DconnInfra.c400 …tmr_StartTimer (pConn->hConnTimer, conn_timeout, (TI_HANDLE)pConn, DISCONNECT_TIMEOUT_MSEC, TI_FAL… in mlmeWait_to_WaitDisconnect()
420 …tmr_StartTimer (pConn->hConnTimer, conn_timeout, (TI_HANDLE)pConn, DISCONNECT_TIMEOUT_MSEC, TI_FAL… in JoinWait_to_WaitDisconnect()
877 …tmr_StartTimer (pConn->hConnTimer, conn_timeout, (TI_HANDLE)pConn, DISCONNECT_TIMEOUT_MSEC, TI_FAL… in prepare_send_disconnect()
DconnIbss.c519 conn_timeout, in idle_to_selfWait()
Dconn.c582 void conn_timeout (TI_HANDLE hConn, TI_BOOL bTwdInitOccured) in conn_timeout() function