HomeSort by relevance Sort by last modified time
    Searched defs:_mainSec_t (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecSm.h 63 typedef struct _mainSec_t mainSec_t;
66 typedef TI_STATUS (*mainSecSmStart_t)(struct _mainSec_t *pMainSec);
67 typedef TI_STATUS (*mainSecSmStop_t)(struct _mainSec_t *pMainSec);
68 typedef TI_STATUS (*mainSecSmReportAuthStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS authStatus);
69 typedef TI_STATUS (*mainSecSmReportKeysStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS keyStatus);
70 typedef TI_STATUS (*mainSecSmReportReauthentication_t)(struct _mainSec_t *pMainSec);
71 typedef TI_STATUS (*mainSecSmSetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen);
72 typedef TI_STATUS (*mainSecSmGetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen);
73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
mainSecSm.h 64 typedef struct _mainSec_t mainSec_t;
67 typedef TI_STATUS (*mainSecSmStart_t)(struct _mainSec_t *pMainSec);
68 typedef TI_STATUS (*mainSecSmStop_t)(struct _mainSec_t *pMainSec);
69 typedef TI_STATUS (*mainSecSmReportAuthStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS authStatus);
70 typedef TI_STATUS (*mainSecSmReportKeysStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS keyStatus);
71 typedef TI_STATUS (*mainSecSmReportReauthentication_t)(struct _mainSec_t *pMainSec);
72 typedef TI_STATUS (*mainSecSmSetSessionKey_t)(struct _mainSec_t *pMainSec, UINT8* pKey, UINT8 keyLen);
73 typedef TI_STATUS (*mainSecSmGetSessionKey_t)(struct _mainSec_t *pMainSec, UINT8* pKey, UINT32* pKeyLen);
74 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, securityKeys_t *pKey);
75 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, securityKeys_t *pKey)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
mainSecSm.h 63 typedef struct _mainSec_t mainSec_t;
66 typedef TI_STATUS (*mainSecSmStart_t)(struct _mainSec_t *pMainSec);
67 typedef TI_STATUS (*mainSecSmStop_t)(struct _mainSec_t *pMainSec);
68 typedef TI_STATUS (*mainSecSmReportAuthStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS authStatus);
69 typedef TI_STATUS (*mainSecSmReportKeysStatus_t)(struct _mainSec_t *pMainSec, TI_STATUS keyStatus);
70 typedef TI_STATUS (*mainSecSmReportReauthentication_t)(struct _mainSec_t *pMainSec);
71 typedef TI_STATUS (*mainSecSmSetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen);
72 typedef TI_STATUS (*mainSecSmGetSessionKey_t)(struct _mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen);
73 typedef TI_STATUS (*mainSecSmSetKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey);
74 typedef TI_STATUS (*mainSecSmRemoveKey_t)(struct _mainSec_t *pMainSec, TSecurityKeys *pKey)
    [all...]

Completed in 15 milliseconds