Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConn.c186 …TI_BOOL removeKeys; /**< Indicates whether keys should be removed after di… member
527 pAPConnection->removeKeys = TI_TRUE; in apConn_SetDefaults()
906 pAPConnection->removeKeys = TI_TRUE; in apConn_connectToAP()
915 pAPConnection->removeKeys = TI_FALSE; in apConn_connectToAP()
1157 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys) in apConn_stop() argument
1162 pAPConnection->removeKeys = removeKeys; in apConn_stop()
1293 pAPConnection->removeKeys = TI_TRUE; in apConn_reportRoamingEvent()
1297 pAPConnection->removeKeys = TI_FALSE; in apConn_reportRoamingEvent()
1687 pAPConnection->removeKeys = TI_TRUE; in apConn_smStartWaitingForTriggers()
1750 pAPConnection->removeKeys = TI_TRUE; in apConn_smConnectedToNewAP()
[all …]
DapConn.h84 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys);
DrsnApi.h234 TI_STATUS rsn_stop(TI_HANDLE hRsn, TI_BOOL removeKeys);
Drsn.c582 TI_STATUS rsn_stop (TI_HANDLE hRsn, TI_BOOL removeKeys) in rsn_stop() argument
596 …E1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: calling STOP... removeKeys=%d\n", removeKeys); in rsn_stop()
629 if (removeKeys) in rsn_stop()