Searched refs:suite (Results 1 - 11 of 11) sorted by relevance

/system/core/libctest/
H A Dctest.c32 /** A suite of tests. */
41 /** Gets the test suite. Creates it if necessary. */
43 static TestSuite* suite = NULL; local
45 if (suite != NULL) {
46 return suite;
49 suite = calloc(1, sizeof(TestSuite));
50 assert(suite != NULL);
52 suite->out = tmpfile();
53 assert(suite->out != NULL);
55 return suite;
71 TestSuite* suite = getTestSuite(); local
88 TestSuite* suite = getTestSuite(); local
114 TestSuite* suite = getTestSuite(); local
152 TestSuite* suite = getTestSuite(); local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrl.c90 TI_STATUS admCtrl_setUcastSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite);
92 TI_STATUS admCtrl_setBcastSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite);
96 TI_STATUS admCtrl_setKeyMngSuite(admCtrl_t *pAdmCtrl, rsn_keyMngSuite_e suite);
111 TI_STATUS admCtrl_checkSetSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite, BOOL Broadcast);
130 * I - authSuite - authentication suite to work with \n
208 * I - authSuite - authentication suite to work with \n
386 * admCtrl_setAuthSuite - Change current authentication suite.
390 * Change current authentication suite.
395 * I - authSuite - authentication suite to work with \n
430 * admCtrl_getAuthSuite - Get current authentication suite
551 admCtrl_checkSetSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite, BOOL Broadcast) argument
594 admCtrl_setUcastSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite) argument
631 admCtrl_setBcastSuite(admCtrl_t *pAdmCtrl, cipherSuite_e suite) argument
700 admCtrl_setKeyMngSuite(admCtrl_t *pAdmCtrl, rsn_keyMngSuite_e suite) argument
[all...]
H A DadmCtrlWpa.c453 /* set cipher suite */
458 /* The cipher suite should be set by the External source via
496 /* The cipher suite should be set by the External source via
557 { /* check Group suite validity */
564 { /* check pairwise suite validity */
588 length -= 2; /* 2: capabilities + 4: keyMng suite, 2: keyMng count*/
593 length -= 6; /* 2: capabilities + 4: keyMng suite, 2: keyMng count*/
596 length -= 6; /* 4: unicast suite, 2: unicast count */
599 length -= 4; /* broadcast suite */
617 /* build keyMng suite */
1300 UINT32 suite; local
[all...]
H A Drsn.c305 /* config the admission control with the authentication suite selected.
447 cipherSuite_e suite; local
465 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &suite);
468 if (pRsn->wepStaticKey && ((suite == RSN_CIPHER_WEP) || (suite == RSN_CIPHER_CKIP)))
473 else if (suite == RSN_CIPHER_NONE && extAuthMode != RSN_EXT_AUTH_MODE_OPEN)
484 else if (suite==RSN_CIPHER_NONE)
1187 /* set WEP invoked mode according to cipher suite */
H A DadmCtrlWpa2.c478 /* set key management suite (AKMP) */
545 /* check Group suite validity */
570 /* build group suite */
575 /* build pairwise suite - we always send only one pairwise suite */
591 /* build keyMng suite - we always send only one key mgmt suite*/
740 /* configure the MLME module with the 802.11 OPEN authentication suite,
788 /* Check validity of Group suite */
790 { /* check Group suite validit
1278 UINT32 suite; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrl.c90 TI_STATUS admCtrl_setUcastSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite);
92 TI_STATUS admCtrl_setBcastSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite);
96 TI_STATUS admCtrl_setKeyMngSuite(admCtrl_t *pAdmCtrl, ERsnKeyMngSuite suite);
111 TI_STATUS admCtrl_checkSetSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite, TI_BOOL Broadcast);
130 * I - authSuite - authentication suite to work with \n
202 * I - authSuite - authentication suite to work with \n
391 * admCtrl_setAuthSuite - Change current authentication suite.
395 * Change current authentication suite.
400 * I - authSuite - authentication suite to work with \n
435 * admCtrl_getAuthSuite - Get current authentication suite
556 admCtrl_checkSetSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite, TI_BOOL Broadcast) argument
599 admCtrl_setUcastSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite) argument
636 admCtrl_setBcastSuite(admCtrl_t *pAdmCtrl, ECipherSuite suite) argument
705 admCtrl_setKeyMngSuite(admCtrl_t *pAdmCtrl, ERsnKeyMngSuite suite) argument
[all...]
H A DadmCtrl.h69 typedef TI_STATUS (*admCtrl_setUcastCipherSuite_t)(admCtrl_t *pAdmCtrl, ECipherSuite suite);
71 typedef TI_STATUS (*admCtrl_setBcastCipherSuite_t)(admCtrl_t *pAdmCtrl, ECipherSuite suite);
75 typedef TI_STATUS (*admCtrl_setKeyMngSuite_t)(admCtrl_t *pAdmCtrl, ERsnKeyMngSuite suite);
H A DadmCtrlWpa.c438 /* set cipher suite */
443 /* The cipher suite should be set by the External source via
481 /* The cipher suite should be set by the External source via
552 { /* check Group suite validity */
559 { /* check pairwise suite validity */
579 length -= 2; /* 2: capabilities + 4: keyMng suite, 2: keyMng count*/
584 length -= 6; /* 2: capabilities + 4: keyMng suite, 2: keyMng count*/
587 length -= 6; /* 4: unicast suite, 2: unicast count */
590 length -= 4; /* broadcast suite */
607 /* build keyMng suite */
1325 TI_UINT32 suite; local
[all...]
H A Drsn.c295 /* config the admission control with the authentication suite selected.
447 ECipherSuite suite; local
464 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &suite);
467 if (pRsn->wepStaticKey && ( (suite == TWD_CIPHER_WEP) || (suite == TWD_CIPHER_CKIP) ) )
472 else if (suite == TWD_CIPHER_NONE && extAuthMode != RSN_EXT_AUTH_MODE_OPEN)
483 else if (suite==TWD_CIPHER_NONE)
1164 /* set WEP invoked mode according to cipher suite */
H A DadmCtrlWpa2.c469 /* set key management suite (AKMP) */
532 /* check Group suite validity */
546 /* build group suite */
550 /* build pairwise suite - we always send only one pairwise suite */
556 /* build keyMng suite - we always send only one key mgmt suite*/
667 /* configure the MLME module with the 802.11 OPEN authentication suite,
710 /* Check validity of Group suite */
712 { /* check Group suite validit
1183 TI_UINT32 suite; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DadmCtrl.h69 typedef TI_STATUS (*admCtrl_setUcastCipherSuite_t)(admCtrl_t *pAdmCtrl, cipherSuite_e suite);
71 typedef TI_STATUS (*admCtrl_setBcastCipherSuite_t)(admCtrl_t *pAdmCtrl, cipherSuite_e suite);
75 typedef TI_STATUS (*admCtrl_setKeyMngSuite_t)(admCtrl_t *pAdmCtrl, rsn_keyMngSuite_e suite);

Completed in 110 milliseconds