Home
last modified time | relevance | path

Searched refs:os_error_printf (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dipc_event.c151os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated with unspecified reason (User/SG/Recovery… in IpcEvent_PrintEvent()
156os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to no Auth response \n"); in IpcEvent_PrintEvent()
160os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to Auth response packet with reason =… in IpcEvent_PrintEvent()
166os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to no Assoc response \n"); in IpcEvent_PrintEvent()
170os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to Assoc response packet with reason … in IpcEvent_PrintEvent()
174os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to RSN failure\n"); in IpcEvent_PrintEvent()
177os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to AP deAuthenticate packet with reas… in IpcEvent_PrintEvent()
180os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to AP disAssoc packet with reason = %… in IpcEvent_PrintEvent()
183os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to roaming trigger = %d\n", pDisAssoc… in IpcEvent_PrintEvent()
186os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated with unknown reason = %d\n", pDisAssoc->e… in IpcEvent_PrintEvent()
[all …]
Dipc_wpa.c79 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcWpa_Sockets_Open - can't connect the socket\n"); in IpcWpa_Sockets_Open()
102 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcWpa_Create - cant allocate control block\n"); in IpcWpa_Create()
138 os_error_printf(CU_MSG_ERROR, (PS8)"'%s' command timed out.\n", cmd); in IpcWpa_Command()
143 os_error_printf(CU_MSG_ERROR, (PS8)"'%s' command failed (%d).\n", cmd, ret); in IpcWpa_Command()
149 os_error_printf(CU_MSG_INFO2, (PS8)"%s", Resp); in IpcWpa_Command()
168 os_error_printf(CU_MSG_ERROR, (PS8)"'%s' command timed out.\n", cmd); in IpcWpa_CommandWithResp()
173 os_error_printf(CU_MSG_ERROR, (PS8)"'%s' command failed.\n", cmd); in IpcWpa_CommandWithResp()
179 os_error_printf(CU_MSG_INFO2, (PS8)"%s", pResp); in IpcWpa_CommandWithResp()
Dos_trans.c44 os_error_printf(CU_MSG_ERROR, "%s: error opening socket.\n", __FUNCTION__); in os_socket()
54os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_… in os_socket()
78os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_er… in os_bind()
114os_error_printf(CU_MSG_ERROR, "%s: error accepting connection. Error %d\n", __FUNCTION__, os_get_l… in os_sockWaitForConnection()
136 os_error_printf(CU_MSG_ERROR, "%s: Error writing to socket (result = %d), error %d\n", in os_sockSend()
163os_error_printf(CU_MSG_ERROR, "%s: Error reading from socket (result = %d), error %d\n", __FUNCTIO… in os_sockRecv()
Dipc_sta.c116 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant allocate control block\n"); in IpcSta_Create()
124os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant open socket for communication wit… in IpcSta_Create()
170os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Private_Send - error sending Wext private IOCT… in IPC_STA_Private_Send()
187os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Wext_Send - error sending Wext IOCTL to STA dr… in IPC_STA_Wext_Send()
Dosapi.c79 VOID os_error_printf(S32 debug_level, const PS8 arg_list ,...) in os_error_printf() function
461 os_error_printf (CU_MSG_ERROR, (PS8)"Cannot seek file to end\n"); in os_getFileSize()
588 os_error_printf(CU_MSG_ERROR, (PS8)"Input selection mismatch (0x%x)...\n", read_set); in os_getInputString()
602os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - os_Catch_CtrlC_Signal - cant catch Ctrl+C signal\n"); in os_Catch_CtrlC_Signal()
Dcu_wext.c162 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Create - cant allocate control block\n"); in CuOs_Create()
258os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Start_Scan - too long SSID (%lu)\n",ssid->SsidLen… in CuOs_Start_Scan()
299os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Get_BssidList - cant allocate scan result buffer\… in CuOs_GetBssidList()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c53os_error_printf(CU_MSG_INFO2, (PS8)"%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? …
596 os_error_printf(CU_MSG_ERROR, (PS8)"PrintSSID. ssid->SsidLength=%d exceeds the limit %d\n", in PrintSSID()
613 os_error_printf(CU_MSG_INFO2, (PS8)"BssId List: Num=%u\n", bssidList->NumberOfItems); in CuCmd_PrintBssidList()
614os_error_printf(CU_MSG_INFO2, (PS8)" MAC Privacy Rssi Mode Channel SSID\n"); in CuCmd_PrintBssidList()
632os_error_printf(CU_MSG_INFO2, (PS8)"%s%02x.%02x.%02x.%02x.%02x.%02x %3u %4d %s %6d %s\… in CuCmd_PrintBssidList()
648os_error_printf(CU_MSG_INFO2, (PS8)" BeaconInterval %d\n", pBssid->Configuration.BeaconPeriod); in CuCmd_PrintBssidList()
649 os_error_printf(CU_MSG_INFO2, (PS8)" Capabilities 0x%x\n", pBssid->Capabilities); in CuCmd_PrintBssidList()
665 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_Char2Hex - invalid symbol '%c'\n", c ); in CuCmd_Char2Hex()
683os_error_printf(CU_MSG_INFO2, (PS8)"Scan type: %s\n", scanType2Str[ scanMethod->scanType ].name); in CuCmd_PrintScanMethod()
688os_error_printf(CU_MSG_INFO2, (PS8)"Max channel dwell time: %d, Min channel dwell time: %d\n", in CuCmd_PrintScanMethod()
[all …]
Dconsole.c218 os_error_printf(CU_MSG_ERROR, (PS8)( "ERROR - Console_allocRoot(): cant allocate root\n") ); in Console_allocRoot()
239os_error_printf(CU_MSG_ERROR, ( (PS8)"ERROR - Console_displayDir(): buffer too small....\n") ); in Console_displayDir()
250 os_error_printf(CU_MSG_INFO2, (PS8)("%s\n"), (PS8)out_buf ); in Console_displayDir()
296os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - invalid string param: '%s'\n"), (PS8)pConsole->p_inbu… in Console_getStrParam()
302os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - param is too long: '%s'\n"), (PS8)pConsole->p_inbuf ); in Console_getStrParam()
318os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - param is too long: '%s'\n"), (PS8)( pConsole->p_inbuf… in Console_getStrParam()
385os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - param '%s' must be %ld..%ld chars\n"), (PS8)p_token->… in Console_parseParms()
415 os_error_printf(CU_MSG_ERROR, (PS8)("%s: %d out of range (%d, %d)\n"), in Console_parseParms()
427 os_error_printf(CU_MSG_ERROR , (PS8)("%s: %ld out of range (%ld, %ld)\n"), in Console_parseParms()
462 os_error_printf((S32)CU_MSG_INFO2, (PS8)("Params: %d\n"), nParms ); in Console_parseParms()
[all …]
Dwpa_core.c138 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_Create - cant allocate control block\n"); in WpaCore_Create()
229os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetAuthMode - unknown authentication mode (%d)… in WpaCore_SetAuthMode()
298os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetEncryptionGroup - group encryption cant be … in WpaCore_SetEncryptionGroup()
545 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to connect to %s\n", ssid->Ssid); \ in WpaCore_SetSsid()
907 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n"); in WpaCore_Disassociate()
920 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n"); in WpaCore_Disassociate()
929 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n"); in WpaCore_Disassociate()
Dticon.c49 #define CHK_NULL(p) ((p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file …
50 #define CHK(p) ((!p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file …
1105 os_error_printf(CU_MSG_ERROR, (PS8)"Usage: ./wlan_cu [driver_name] [options]\n"); in TiCon_Print_Usage()
1106 os_error_printf(CU_MSG_ERROR, (PS8)" -b - bypass supplicant\n"); in TiCon_Print_Usage()
1107 os_error_printf(CU_MSG_ERROR, (PS8)" -i<ifname> - supplicant interface file\n"); in TiCon_Print_Usage()
1108 os_error_printf(CU_MSG_ERROR, (PS8)"example:\n"); in TiCon_Print_Usage()
1109 os_error_printf(CU_MSG_ERROR, (PS8)" ./wlan_cu tiwlan0 -i/voice/tiwlan0\n"); in TiCon_Print_Usage()
1115 os_error_printf(CU_MSG_ERROR, (PS8)"TiCon_Signal - got signal Ctrl+c ... exiting\n"); in TiCon_SignalCtrlC()
1197 os_error_printf(CU_MSG_INFO2, (PS8)("user_main, start\n") ); in user_main()
Dcu_common.c75os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - CuCommon_Create - cant allocate control block\n") ); in CuCommon_Create()
298os_error_printf(CU_MSG_INFO2, (PS8)"In CuCommon_Radio_Test: IPC_STA_Private_Send failed\n"); … in CuCommon_Radio_Test()
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Dtiwlan_loader.c47 os_error_printf (CU_MSG_INFO1, (PS8)"Usage: ./wlan_loader [driver_name] [options]\n"); in print_usage()
48os_error_printf (CU_MSG_INFO1, (PS8)" -e <filename> - eeprom image file name. default=./nvs_map… in print_usage()
49 os_error_printf (CU_MSG_INFO1, (PS8)" -n - no eeprom file\n"); in print_usage()
50 os_error_printf (CU_MSG_INFO1, (PS8)" -i <filename> - init file name. default=tiwlan.ini\n"); in print_usage()
51os_error_printf (CU_MSG_INFO1, (PS8)" -f <filename> - firmware image file name. default=firmwar… in print_usage()
71 os_error_printf(CU_MSG_INFO1, (PS8)"+---------------------------+\n"); in init_driver()
72 os_error_printf(CU_MSG_INFO1, (PS8)"| wlan_loader: initializing |\n"); in init_driver()
73 os_error_printf(CU_MSG_INFO1, (PS8)"+---------------------------+\n"); in init_driver()
78os_error_printf (CU_MSG_ERROR, (PS8)"wlan_loader: cant allocate IpcSta context\n", eeprom_file_nam… in init_driver()
89os_error_printf(CU_MSG_ERROR, (PS8)"Cannot get eeprom image file length <%s>\n", eeprom_file_name); in init_driver()
[all …]
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h119 VOID os_error_printf(S32 debug_level, const PS8 arg_list ,...);