Searched defs:status (Results 1 - 25 of 252) sorted by relevance

1234567891011

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DbroadcastKeyNone.c115 TI_STATUS status=NOK; local
119 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, OK);
122 return status;
143 TI_STATUS status=NOK; local
147 status = pBroadcastKey->pKeyDerive->derive(pBroadcastKey->pKeyDerive,
150 if (status != OK)
157 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, OK);
160 return status;
H A DunicastKeyNone.c112 TI_STATUS status=NOK; local
116 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, OK);
119 return status;
140 TI_STATUS status=NOK; local
149 status = pUnicastKey->pKeyDerive->derive(pUnicastKey->pKeyDerive,
152 if (status != OK)
159 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
162 if (status != OK)
164 return status;
169 status
[all...]
H A DkeyDerive.c148 TI_STATUS status = NOK; local
157 status = keyDeriveNone_config(pKeyDerive);
161 status = keyDeriveWep_config(pKeyDerive);
164 status = keyDeriveTkip_config(pKeyDerive);
168 status = keyDeriveCkip_config(pKeyDerive);
173 status = keyDeriveAes_config(pKeyDerive);
179 return status;
H A DkeyDeriveAes.c105 TI_STATUS status; local
141 status = pKeyDerive->pMainKeys->setKey(pKeyDerive->pMainKeys, &key);
142 if (status == OK)
147 return status;
170 TI_STATUS status; local
189 status = pKeyDerive->pMainKeys->removeKey(pKeyDerive->pMainKeys, &key);
190 if (status == OK)
195 return status;
H A DkeyDeriveTkip.c107 TI_STATUS status; local
150 status = pKeyDerive->pMainKeys->setKey(pKeyDerive->pMainKeys, &key);
151 if (status == OK)
156 return status;
179 TI_STATUS status; local
188 status = pKeyDerive->pMainKeys->removeKey(pKeyDerive->pMainKeys, &key);
189 if (status == OK)
194 return status;
H A DkeyDeriveWep.c107 TI_STATUS status; local
129 status = pKeyDerive->pMainKeys->setKey(pKeyDerive->pMainKeys, &key);
130 if (status == OK)
135 return status;
158 TI_STATUS status; local
167 status = pKeyDerive->pMainKeys->removeKey(pKeyDerive->pMainKeys, &key);
168 if (status == OK)
173 return status;
H A DbroadcastKey802_1x.c97 TI_STATUS status = NOK; local
132 status = fsm_Config(pBroadcastKey->pBcastKeySm,
140 return status;
184 TI_STATUS status; local
187 status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextState);
188 if (status != OK)
201 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData);
203 return status;
227 TI_STATUS status; local
229 status
255 TI_STATUS status; local
283 TI_STATUS status; local
312 TI_STATUS status; local
338 TI_STATUS status=NOK; local
[all...]
H A DbroadcastKeySM.c86 TI_STATUS status; local
99 status = fsm_Create(hOs, &pBroadcastKey->pBcastKeySm, BCAST_KEY_MAX_NUM_STATES, BCAST_KEY_MAX_NUM_EVENTS);
100 if (status != OK)
139 TI_STATUS status; local
141 status = keyDerive_unload(pBroadcastKey->pKeyDerive);
142 if (status != OK)
147 status = fsm_Unload(pBroadcastKey->hOs, pBroadcastKey->pBcastKeySm);
148 if (status != OK)
183 TI_STATUS status = NOK; local
193 status
[all...]
H A DkeyParserWep.c120 TI_STATUS status; local
168 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (UINT8)securityKey.keyIndex);
169 if (status!=OK)
171 return status;
175 status = pKeyParser->pParent->setKey(pKeyParser->pParent, &securityKey);
177 return status;
184 TI_STATUS status; local
211 status = pKeyParser->pBcastKey->pKeyDerive->remove(pKeyParser->pUcastKey->pKeyDerive, &encodedKeyMaterial);
212 return status;
H A DmainSecNull.c136 TI_STATUS status; local
138 status = rsn_reportStatus(pMainSec->pParent, OK);
140 return status;
H A DunicastKeySM.c84 TI_STATUS status; local
97 status = fsm_Create(hOs, &pUnicastKey->pUcastKeySm, UCAST_KEY_MAX_NUM_STATES, UCAST_KEY_MAX_NUM_EVENTS);
98 if (status != OK)
137 TI_STATUS status; local
139 status = keyDerive_unload(pUnicastKey->pKeyDerive);
140 if (status != OK)
145 status = fsm_Unload(pUnicastKey->hOs, pUnicastKey->pUcastKeySm);
146 if (status != OK)
181 TI_STATUS status = NOK; local
191 status
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DbroadcastKeyNone.c114 TI_STATUS status=TI_NOK; local
118 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, TI_OK);
121 return status;
142 TI_STATUS status=TI_NOK; local
146 status = pBroadcastKey->pKeyDerive->derive(pBroadcastKey->pKeyDerive,
149 if (status != TI_OK)
156 status = pBroadcastKey->pParent->reportBcastStatus(pBroadcastKey->pParent, TI_OK);
159 return status;
H A DunicastKeyNone.c111 TI_STATUS status=TI_NOK; local
115 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, TI_OK);
118 return status;
139 TI_STATUS status=TI_NOK; local
148 status = pUnicastKey->pKeyDerive->derive(pUnicastKey->pKeyDerive,
151 if (status != TI_OK)
158 status = pUnicastKey->pParent->setDefaultKeyId(pUnicastKey->pParent,
161 if (status != TI_OK)
163 return status;
168 status
[all...]
H A DkeyDerive.c147 TI_STATUS status = TI_NOK; local
156 status = keyDeriveNone_config(pKeyDerive);
160 status = keyDeriveWep_config(pKeyDerive);
163 status = keyDeriveTkip_config(pKeyDerive);
167 status = keyDeriveCkip_config(pKeyDerive);
172 status = keyDeriveAes_config(pKeyDerive);
178 return status;
H A DkeyDeriveAes.c104 TI_STATUS status; local
139 status = pKeyDerive->pMainKeys->setKey(pKeyDerive->pMainKeys, &key);
140 if (status == TI_OK)
145 return status;
168 TI_STATUS status; local
182 status = pKeyDerive->pMainKeys->removeKey(pKeyDerive->pMainKeys, &key);
183 if (status == TI_OK)
188 return status;
H A DkeyDeriveTkip.c106 TI_STATUS status; local
149 status = pKeyDerive->pMainKeys->setKey(pKeyDerive->pMainKeys, &key);
150 if (status == TI_OK)
155 return status;
178 TI_STATUS status; local
187 status = pKeyDerive->pMainKeys->removeKey(pKeyDerive->pMainKeys, &key);
188 if (status == TI_OK)
193 return status;
H A DbroadcastKey802_1x.c96 TI_STATUS status = TI_NOK; local
131 status = fsm_Config(pBroadcastKey->pBcastKeySm,
139 return status;
165 TI_STATUS status; local
168 status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextState);
169 if (status != TI_OK)
177 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData);
179 return status;
203 TI_STATUS status; local
205 status
231 TI_STATUS status; local
259 TI_STATUS status; local
288 TI_STATUS status; local
314 TI_STATUS status=TI_NOK; local
[all...]
H A DbroadcastKeySM.c85 TI_STATUS status; local
98 status = fsm_Create(hOs, &pBroadcastKey->pBcastKeySm, BCAST_KEY_MAX_NUM_STATES, BCAST_KEY_MAX_NUM_EVENTS);
99 if (status != TI_OK)
138 TI_STATUS status; local
140 status = keyDerive_unload(pBroadcastKey->pKeyDerive);
142 if (status != TI_OK)
148 status = fsm_Unload(pBroadcastKey->hOs, pBroadcastKey->pBcastKeySm);
149 if (status != TI_OK)
185 TI_STATUS status = TI_NOK; local
195 status
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c36 int status; local
48 child = waitpid (pid, &status, 0);
54 printf ("child %d, status 0x%x\n", child, status);
/system/extras/tests/cpueater/
H A Ddaemonize.c35 int status = 0; local
117 waitpid(pid, &status, 0);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncnAppApi.c150 * \param status - the scan result status (scan complete, result received etc.).\n
154 void scanConcentrator_appScanResultCB( TI_HANDLE hScanCncn, scan_cncnResultStatus_e status, argument
159 switch ( status )
/system/media/opensles/libopensles/
H A DIPresetReverb.c51 android::status_t status = android_prev_setPreset(this->mPresetReverbEffect, preset); local
52 result = android_fx_statusToResult(status);
82 android::status_t status = android_prev_getPreset(this->mPresetReverbEffect, &preset); local
83 result = android_fx_statusToResult(status);
/system/vold/
H A DXwarp.cpp44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { function in class:Xwarp
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeBuilder.c92 TI_STATUS status; local
109 status = wlan_memMngrAllocMSDU(pHandle->hMemMgr, &pMsdu,
114 if (status != OK)
118 status = mlmeBuilder_buildFrameCtrl(pHandle, type, (UINT16 *)&pFrame->hdr.fc, setWepOpt);
119 if (status != OK)
126 status = ctrlData_getParam(pHandle->hCtrlData, &daParam);
127 if (status != OK)
137 status = ctrlData_getParam(pHandle->hCtrlData, &saParam);
138 if (status != OK)
178 status
[all...]
/system/wlan/ti/wilink_6_1/Test/
H A DMibDbg.c54 TI_STATUS status = TI_OK; local
66 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
67 if (status != TI_OK)
87 TI_STATUS status = TI_OK; local
103 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
104 if (status != TI_OK)
131 TI_STATUS status = TI_OK; local
140 status = TWD_ReadMib(hTWD,NULL,NULL,(void*)&mib);
141 if (status != TI_OK)
157 TI_STATUS status local
187 TI_STATUS status = TI_OK; local
209 TI_STATUS status = TI_OK; local
[all...]

Completed in 163 milliseconds

1234567891011