Searched defs:reason (Results 1 - 15 of 15) sorted by relevance

/system/core/netcfg/
H A Dnetcfg.c34 void die(const char *reason) argument
36 perror(reason);
/system/core/adb/
H A Dfile_sync_service.c129 static int fail_message(int s, const char *reason) argument
132 int len = strlen(reason);
134 D("sync: failure: %s\n", reason);
139 writex(s, reason, len)) {
H A Dsockets.c33 int sendfailmsg(int fd, const char *reason) argument
37 len = strlen(reason);
41 return writex(fd, reason, len);
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A Dconn.c408 mgmtStatus_e reason,
419 pConn->disConnReasonToAP = reason;
423 * Mark the disconnection reason as unspecified to indicate that conn module has no information regarding the DISASSOCIATE event to be raised
430 TRACE3(pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_stop, disConnType %d, reason=%d, disConEraseKeys=%d\n\n", disConnType, reason, disConEraseKeys);
473 /* Save the reason for the use of the SME when triggering DISASSOCIATE event */
526 /* Save the reason for the use of the SME when triggering DISASSOCIATE event. For now we just have STATUS_SECURITY_FAILURE */
406 conn_stop(TI_HANDLE hConn, DisconnectType_e disConnType, mgmtStatus_e reason, TI_BOOL disConEraseKeys, conn_status_callback_t pConnStatusCB, TI_HANDLE connStatCbObj ) argument
H A DapConn.c173 apConn_roamingTrigger_e roamReason; /**< The most severe and recent reason for roaming */
188 TI_BOOL ignoreDeauthReason0;/**< Indicates whether to ignore DeAuth with reason 0, required for Rogue AP test XCC-V2 */
1026 TI_STATUS apConn_prepareToRoaming(TI_HANDLE hAPConnection, apConn_roamingTrigger_e reason) argument
1032 pAPConnection->roamReason = reason;
1049 * I - reason - the reason for roaming \n
1078 * I - reason - the reason for roaming \n
1137 * (due to driver download, connection failure or any other reason)
1158 /* Mark that the connection is stopped due to reason outsid
[all...]
/system/extras/latencytop/
H A Dlatencytop.c38 char reason[MAX_LINE]; member in struct:latency_entry
54 static struct latency_entry *find_latency_entry(struct latency_entry *e, char *reason);
293 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { argument
299 if (!strcmp(e->reason, reason))
329 char reason[MAX_LINE]; local
345 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
347 e = find_latency_entry(head, reason);
358 strcpy(e->reason, reason);
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeSm.c464 TI_STATUS mlme_stop(TI_HANDLE hMlme, disConnType_e disConnType, mgmtStatus_e reason) argument
475 pHandle->disConnReason = reason;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A Dconn.c437 mgmtStatus_e reason,
448 pConn->disConnReasonToAP = reason;
452 * Mark the disconnection reason as unspecified to indicate that conn module has no information regarding the DISASSOCIATE event to be raised
458 WLAN_REPORT_INFORMATION(pConn->hReport, CONN_MODULE_LOG, ("conn_stop, disConnType %d, reason=%d, disConEraseKeys=%d\n\n",
459 disConnType, reason, disConEraseKeys));
500 /* Save the reason for the use of the SME when triggering DISASSOCIATE event */
548 /* Save the reason for the use of the SME when triggering DISASSOCIATE event. For now we just have STATUS_SECURITY_FAILURE */
435 conn_stop(TI_HANDLE hConn, disConnType_e disConnType, mgmtStatus_e reason, BOOL disConEraseKeys, conn_status_callback_t pConnStatusCB, TI_HANDLE connStatCbObj ) argument
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DmlmeSm.c409 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason) argument
420 pHandle->disConnReason = reason;
H A DassocSM.c128 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason);
542 /* check failure reason */
561 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "ASSOC_SM: DEBUG - Association denied: Association denied due to reason outside the scope of this standard \n");
1583 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason) argument
1588 if (reason == STATUS_SUCCESSFUL)
1590 disAssoc.reason = ENDIAN_HANDLE_WORD(STATUS_UNSPECIFIED);
1592 disAssoc.reason = ENDIAN_HANDLE_WORD(reason);
H A DmlmeApi.h88 TI_UINT16 reason; member in struct:__anon1884
170 TI_UINT16 reason; member in struct:__anon1888
266 TI_STATUS mlme_stop(TI_HANDLE hMlme, DisconnectType_e disConnType, mgmtStatus_e reason);
/system/core/libnetutils/
H A Ddhcpclient.c81 int fatal(const char *reason) argument
83 printerr("%s: %s\n", reason, strerror(errno));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c133 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason);
590 /* check failure reason */
613 ("ASSOC_SM: DEBUG - Association denied: Association denied due to reason outside the scope of this standard \n"));
1784 TI_STATUS assoc_sendDisAssoc(assoc_t *pAssocSm, mgmtStatus_e reason) argument
1789 if (reason == STATUS_SUCCESSFUL)
1791 disAssoc.reason = ENDIAN_HANDLE_WORD(STATUS_UNSPECIFIED);
1793 disAssoc.reason = ENDIAN_HANDLE_WORD(reason);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
H A DapConn.c199 apConn_roamingTrigger_e roamReason; /**< The most severe and recent reason for roaming */
214 BOOL ignoreDeauthReason0;/**< Indicates whether to ignore DeAuth with reason 0, required for Rogue AP test EXC-V2 */
1335 * I - reason - the reason for roaming \n
1343 TI_STATUS apConn_prepareToRoaming(TI_HANDLE hAPConnection, apConn_roamingTrigger_e reason) argument
1349 pAPConnection->roamReason = reason;
1366 * I - reason - the reason for roaming \n
1395 * I - reason - the reason fo
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c2097 * reason - indicates if the reason for transmission disable
2104 TI_STATUS txData_disableTransmission(TI_HANDLE hTxData,txDisableReason_e reason) argument
2107 pTxData->txDisable = reason;

Completed in 181 milliseconds