Searched defs:removeKeys (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Drsn.c582 TI_STATUS rsn_stop (TI_HANDLE hRsn, TI_BOOL removeKeys) argument
596 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: calling STOP... removeKeys=%d\n", removeKeys);
629 if (removeKeys)
H A DapConn.c186 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */ member in struct:_apConn_t
527 pAPConnection->removeKeys = TI_TRUE;
906 pAPConnection->removeKeys = TI_TRUE;
915 pAPConnection->removeKeys = TI_FALSE;
1157 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys) argument
1162 pAPConnection->removeKeys = removeKeys;
1293 pAPConnection->removeKeys = TI_TRUE;
1297 pAPConnection->removeKeys = TI_FALSE;
1687 pAPConnection->removeKeys
[all...]

Completed in 91 milliseconds