Searched defs:value (Results 51 - 75 of 76) sorted by last modified time

1234

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A Dcli_cu_common.h102 tiUINT32 value; member in struct:__anon952
109 print("%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? "\n" : ", " ); \
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c698 /* Returns value on success, -1 on failure*/
704 ULONG value; local
711 for(value=0;length&&*num;num++,length--)
715 value=(value*10)+(*num - '0');
721 return value;
919 UINT8 value = 0, value_l, value_h, add_value; local
931 /* PRINTF(DBG_REGISTRY,("value_l [%d] *ptr %c value %d\n",value_l,*ptr,value));*/
935 value
3862 ULONG value; local
4811 UINT8 value=0,value_l,value_h,add_value; local
4911 UINT8 value = 0, value_l, value_h, add_value; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c351 __u32 value; local
357 s{w,h,b} addr=value
432 /* Get value */
434 value = simple_strtoul(token, &end, 0);
437 printk(KERN_INFO "rm: value <%s> is invalid. end <%s>\n",
442 *(__u32 *)addr = value;
445 if (value > 0xffff)
447 printk(KERN_INFO "rm: value <%s> is out of range\n", token);
450 *(__u16 *)addr = value;
454 if (value >
[all...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
H A Dconsole.h32 #define CON_PARM_DEFVAL 0x02 /* Default value is set */
67 U32 value; /* Value/address of string parameter */ member in struct:ConParm_t
H A Dcu_cmd.h35 U32 value; member in struct:__anon983
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c53 os_error_printf(CU_MSG_INFO2, (PS8)"%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? (PS8)"\n" : (PS8)", " ); \
58 if ( arr[ index ].value == (val) ) \
431 /* Converts a single ASCII character to a hex value (i.e. '0'-'9' = 0-9, 'a'-'f' = a-f, 'A'-'F' = a-f) */
618 (char)pBssid->Rssi | 0xffffff00, /* need the 0xffffff00 to get negative value display */
1149 WpaCore_SetPin(pCuCmd->hWpaCore, (PS8)parm[0].value);
1150 os_error_printf(CU_MSG_INFO2, (PS8)"WPS PIN set %s\n", parm[0].value);
1177 ssid.SsidLength = os_strlen( (PS8)parm[0].value);
1178 os_memcpy((PVOID)ssid.Ssid, (PVOID) parm[0].value, ssid.SsidLength);
1186 if(!CuCmd_Str2MACAddr( (PS8)parm[1].value, bssid) )
1188 ssid.SsidLength = os_strlen((PS8) parm[0].value);
4188 unsigned long result = 0, value; local
[all...]
/system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
H A DParsEvent.h40 char * value; /* Current value in event */ member in struct:stream_descr
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DHwInit.c529 * and memory (dynamically changed during init and gets constant value in run-time, 104KB size).
590 * This return value will go back up to the TNETW Driver layer so that the init from OS will know
592 * This value will always be pending since the SPI is ASYNC
655 /* read the PAUSE value to highest threshold */
664 /* We don't zero pHwInit->uTxnIndex at the begining because we need it's value to the next transaction */
671 /* set the the PAUSE value to highest threshold */
694 The RTRIM value will be added by the FW before taking DRPw out of reset */
704 /* multiply fref value by 2, so that {0,1,2,3} values will become {0,2,4,6} */
707 pHwInit->uTxnIndex = 0; /* Reset index only after getting the last read value! */
741 /* We don't zero pHwInit->uTxnIndex at the begining because we need it's value t
1615 TI_UINT32 val= 0, value; local
1927 TI_UINT32 Address,value; local
[all...]
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h438 ET_COND_BEACON = 0x10, /* Beacon only. When this value is selected, the */
443 ET_COND_PROBE_RESP = 0x20, /* Probe responses only. When this value is */
448 ET_COND_BEACON_PROBE_RESP = 0x30,/* Beacon/probe response. When this value is */
479 /* value can range from 0 to 65535 TUs */
487 /* on a channel. The value can range from 0 to */
540 any other value will represent the timeout
707 Key Size+Key Data table (valid value)
788 /* indicates the value that should be inserted into the*/
843 uint8 value[MAX_READ_SIZE]; /* The actual value rea member in struct:__anon1088
[all...]
/system/wlan/ti/wilink_6_1/Test/
H A DconnDebug.c58 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) argument
66 WLAN_OS_REPORT(("Invalid param type in Set Debug Connection command: %d, curr state %d\n\n", value, pConn->state));
72 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) argument
80 WLAN_OS_REPORT(("Invalid param type in Get Debug Connection command: %d, curr state %d\n\n", value, pConn->state));
H A Ddebug.c116 TI_UINT32 value; member in struct:__anon1444
H A DrsnDbg.c72 TI_UINT32 value; local
83 value = *(TI_UINT32*)pParam;
86 param.content.rsnDesiredAuthType = (EAuthSuite)value;
93 value = *(TI_UINT32*)pParam;
96 param.content.rsnEncryptionStatus = (ECipherSuite)value;
103 value = *(TI_UINT32*)pParam;
105 rsn_reportMicFailure(hRsn, (TI_UINT8*)&value,1);
H A DsiteMgrDebug.c87 TI_UINT8 value; local
124 value = *((TI_UINT32 *)pParam);
125 param.content.rsnEncryptionStatus = (ECipherSuite)value;
127 WLAN_OS_REPORT(("\nSetting RSN_DESIRED_CIPHER_SUITE_PARAM : %d\n", value));
138 value = *((TI_UINT32 *)pParam);
139 param.content.rsnDesiredAuthType = (EAuthSuite)value;
141 if (value == RSN_AUTH_OPEN)
143 else if (value == RSN_AUTH_SHARED_KEY)
145 else if (value == RSN_AUTH_AUTO_SWITCH)
148 WLAN_OS_REPORT(("\nSetting RSN_DESIRED_AUTH_TYPE_PARAM: Invalid: %d\n", value));
[all...]
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
H A Dcli_cu_common.h105 TI_UINT32 value; member in struct:__anon1463
111 print("%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? "\n" : ", " ); \
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c827 /* Returns value on success, -1 on failure*/
832 TI_UINT32 value; local
839 for(value=0;length&&*num;num++,length--)
843 value=(value*10)+(*num - '0');
849 return value;
856 /* Returns value on success, -1 on failure*/
861 TI_UINT32 value = 0; local
868 for (value = 0; length && *num; num++, length--)
872 value
913 TI_UINT8 value = 0, value_l, value_h, add_value; local
4300 TI_UINT32 value; local
4382 TI_UINT32 value; local
5240 TI_UINT8 value = 0, value_l, value_h, add_value; local
5308 TI_UINT16 value = 0, value_l, value_h, add_value; local
[all...]
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A Dosapi.c98 void os_setDebugOutputToLogger(TI_BOOL value) argument
100 bRedirectOutputToLogger = value;
372 RETURN: None - This had better work since there is not a return value to the user
388 RETURN: None - This had better work since there is not a return value to the user
407 RETURN: None - This had better work since there is not a return value to the user
863 /* Set msg length and format according to the biggest parameter value (8/16/32 bits) */
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A Drx.c388 * OUTPUT: pParamInfo - structure which include the value of
453 * pParamInfo - structure which include the value to set for
1959 * DESCRIPTION: Sets the ReAuth flag value
1962 * value - value to set the flag to
1968 void rxData_SetReAuthInProgress(TI_HANDLE hRxData, TI_BOOL value) argument
1972 TRACE1(pRxData->hReport, REPORT_SEVERITY_INFORMATION , "Set ReAuth flag to %d\n", value);
1974 pRxData->reAuthInProgress = value;
1980 * DESCRIPTION: Returns the ReAuth flag value
1986 * RETURNS: ReAuth flag value
[all...]
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
H A Ddriver_ti.c708 /* Update cached value */
989 int idx, u32 value)
997 iwr.u.param.value = value;
1001 wpa_printf(MSG_ERROR, "WEXT auth param %d value 0x%x - ",
1002 idx, value);
1294 int value, flags, ret = 0; local
1323 value = IW_AUTH_WPA_VERSION_DISABLED;
1329 value = IW_AUTH_WPA_VERSION_WPA2;
1332 value
988 wpa_driver_tista_set_auth_param(struct wpa_driver_ti_data *drv, int idx, u32 value) argument
[all...]
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c183 validate_baudrate(int baud_rate, int *value) argument
189 *value = baud_rates[i].termios_value;
/system/core/adb/
H A Dadb.c666 char value[PROPERTY_VALUE_MAX]; local
670 property_get("persist.adb.trace_mask", value, "");
671 if (sscanf(value, "%x", &adb_trace_mask) != 1)
836 char value[PROPERTY_VALUE_MAX]; local
863 property_get("ro.kernel.qemu", value, "");
864 if (strcmp(value, "1") != 0) {
865 property_get("ro.secure", value, "");
866 if (strcmp(value, "1") == 0) {
872 property_get("ro.debuggable", value, "");
873 if (strcmp(value, "
[all...]
H A Dget_my_path_darwin.c26 CFStringRef value = (CFStringRef)CFDictionaryGetValue(dict, local
28 CFStringGetCString(value, s, maxLen, kCFStringEncodingUTF8);
H A Dservices.c112 char value[PROPERTY_VALUE_MAX]; local
119 property_get("ro.debuggable", value, "");
120 if (strcmp(value, "1") != 0) {
141 char value[PROPERTY_VALUE_MAX]; local
151 snprintf(value, sizeof(value), "%d", port);
152 property_set("service.adb.tcp.port", value);
H A Dusb_vendors.c129 long value = strtol(temp, NULL, 0); local
130 if (errno == EINVAL || errno == ERANGE || value > INT_MAX || value < 0) {
135 vendorIds[vendorIdCount++] = (int)value;
/system/core/debuggerd/
H A Ddebuggerd.c209 * have identical SP value.
655 if (e.type==EV_KEY && e.code==KEY_HOME && e.value==0)
688 char value[PROPERTY_VALUE_MAX]; local
689 property_get("debug.db.uid", value, "-1");
690 int debug_uid = atoi(value);
799 * if debug.db.uid is set, its value indicates if we should wait
/system/core/fastboot/
H A Dengine.c142 static int match(char *str, const char **value, unsigned count) argument
149 const char *val = value[n];
170 const char **value = a->data; local
180 yes = match(resp, value, count);
193 invert ? "rejects" : "requires", value[0]);
195 fprintf(stderr," or '%s'", value[n]);
211 void fb_queue_require(const char *var, int invert, unsigned nvalues, const char **value) argument
215 a->data = value;

Completed in 1941 milliseconds

1234