HomeSort by relevance Sort by last modified time
    Searched refs:removeKeys (Results 1 - 12 of 12) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.h 84 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys);
apConn.c 186 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
527 pAPConnection->removeKeys = TI_TRUE;
    [all...]
rsnApi.h 234 TI_STATUS rsn_stop(TI_HANDLE hRsn, TI_BOOL removeKeys);
rsn.c 582 TI_STATUS rsn_stop (TI_HANDLE hRsn, TI_BOOL removeKeys)
596 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: calling STOP... removeKeys=%d\n", removeKeys);
629 if (removeKeys)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.h 84 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, TI_BOOL removeKeys);
apConn.c 187 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
530 pAPConnection->removeKeys = TI_TRUE;
    [all...]
rsnApi.h 234 TI_STATUS rsn_stop(TI_HANDLE hRsn, TI_BOOL removeKeys);
rsn.c 577 TI_STATUS rsn_stop (TI_HANDLE hRsn, TI_BOOL removeKeys)
591 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: calling STOP... removeKeys=%d\n", removeKeys);
619 if (removeKeys)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.h 97 TI_STATUS apConn_stop(TI_HANDLE hAPConnection, BOOLEAN removeKeys, BOOLEAN radioOn);
apConn.c 213 BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
567 pAPConnection->removeKeys = TRUE;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
rsnApi.h 166 TI_STATUS rsn_stop(TI_HANDLE hRsn, BOOL removeKeys);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
rsn.c 585 TI_STATUS rsn_stop (TI_HANDLE hRsn, BOOL removeKeys)
600 ("RSN: calling STOP... removeKeys=%d\n", removeKeys));
628 if (removeKeys)
    [all...]

Completed in 6060 milliseconds