/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | ipc_event.c | 151 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated with unspecified reason (User/SG/Recovery… in IpcEvent_PrintEvent() 156 … os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to no Auth response \n"); in IpcEvent_PrintEvent() 160 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to Auth response packet with reason =… in IpcEvent_PrintEvent() 166 … os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to no Assoc response \n"); in IpcEvent_PrintEvent() 170 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to Assoc response packet with reason … in IpcEvent_PrintEvent() 174 … os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to RSN failure\n"); in IpcEvent_PrintEvent() 177 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to AP deAuthenticate packet with reas… in IpcEvent_PrintEvent() 180 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to AP disAssoc packet with reason = %… in IpcEvent_PrintEvent() 183 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to roaming trigger = %d\n", pDisAssoc… in IpcEvent_PrintEvent() 186 …os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated with unknown reason = %d\n", pDisAssoc->e… in IpcEvent_PrintEvent() [all …]
|
D | os_trans.c | 44 os_error_printf(CU_MSG_ERROR, "%s: error opening socket.\n", __FUNCTION__); in os_socket() 54 …os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_… in os_socket() 78 …os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_er… in os_bind() 114 …os_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() 163 …os_error_printf(CU_MSG_ERROR, "%s: Error reading from socket (result = %d), error %d\n", __FUNCTIO… in os_sockRecv()
|
D | ipc_wpa.c | 79 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() 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()
|
D | ipc_sta.c | 116 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant allocate control block\n"); in IpcSta_Create() 124 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcSta_Create - cant open socket for communication wit… in IpcSta_Create() 170 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Private_Send - error sending Wext private IOCT… in IPC_STA_Private_Send() 187 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IPC_STA_Wext_Send - error sending Wext IOCTL to STA dr… in IPC_STA_Wext_Send()
|
D | osapi.c | 81 static int g_debug_level = CU_MSG_ERROR; /* TODO ronen: create debug logic for CLI */ in os_error_printf() 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() 602 … os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - os_Catch_CtrlC_Signal - cant catch Ctrl+C signal\n"); in os_Catch_CtrlC_Signal()
|
D | cu_wext.c | 162 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Create - cant allocate control block\n"); in CuOs_Create() 258 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Start_Scan - too long SSID (%lu)\n",ssid->SsidLen… in CuOs_Start_Scan() 299 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuOs_Get_BssidList - cant allocate scan result buffer\… in CuOs_GetBssidList()
|
/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/ |
D | tiwlan_loader.c | 78 …os_error_printf (CU_MSG_ERROR, (PS8)"wlan_loader: cant allocate IpcSta context\n", eeprom_file_nam… in init_driver() 89 …os_error_printf(CU_MSG_ERROR, (PS8)"Cannot get eeprom image file length <%s>\n", eeprom_file_name); in init_driver() 100 …os_error_printf(CU_MSG_ERROR, (PS8)"Cannot get firmware image file length <%s>\n", firmware_file_n… in init_driver() 111 … os_error_printf(CU_MSG_ERROR, (PS8)"Cannot get init file length <%s>\n", init_file_name); in init_driver() 121 … os_error_printf(CU_MSG_ERROR, (PS8)"No memory to allocate init request (%d bytes)\n", req_size); in init_driver() 137 …os_error_printf(CU_MSG_ERROR, (PS8)"Error reading firmware image %s - Aborting...\n", firmware_fil… in init_driver() 144 …os_error_printf(CU_MSG_ERROR, (PS8)"Warning: Error in reading init_file %s - Using defaults\n", in… in init_driver() 150 …os_error_printf(CU_MSG_ERROR, (PS8)"Wlan_loader: Error sending init command (DRIVER_INIT_PARAM) to… in init_driver() 185 os_error_printf(CU_MSG_ERROR, (PS8)"Set property %s = %s - Ok\n", prop_name, prop_val); in check_and_set_property() 188 os_error_printf(CU_MSG_ERROR, (PS8)"Set property %s = %s - Fail\n", prop_name, prop_val); in check_and_set_property() [all …]
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | console.c | 218 os_error_printf(CU_MSG_ERROR, (PS8)( "ERROR - Console_allocRoot(): cant allocate root\n") ); in Console_allocRoot() 239 … os_error_printf(CU_MSG_ERROR, ( (PS8)"ERROR - Console_displayDir(): buffer too small....\n") ); in Console_displayDir() 296 …os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - invalid string param: '%s'\n"), (PS8)pConsole->p_inbu… in Console_getStrParam() 302 …os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - param is too long: '%s'\n"), (PS8)pConsole->p_inbuf ); in Console_getStrParam() 318 …os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - param is too long: '%s'\n"), (PS8)( pConsole->p_inbuf… in Console_getStrParam() 385 …os_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() 609 …os_error_printf(CU_MSG_ERROR, (PS8)("Error - duplicated alias '%c' in <%s> and <%s>**\n"), *new_al… in Console_chooseAlias() 663 … os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - Console_ParseString - Device isn't loaded !!!\n") ); in Console_ParseString() [all …]
|
D | cu_cmd.c | 403 { CU_MSG_ERROR, (PS8)"CU_MSG_ERROR" }, 596 os_error_printf(CU_MSG_ERROR, (PS8)"PrintSSID. ssid->SsidLength=%d exceeds the limit %d\n", in PrintSSID() 665 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_Char2Hex - invalid symbol '%c'\n", c ); in CuCmd_Char2Hex() 846 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_Create - cant allocate control block\n"); in CuCmd_Create() 893 … os_error_printf(CU_MSG_ERROR, (PS8)"******************************************************\n"); in CuCmd_Create() 894 os_error_printf(CU_MSG_ERROR, (PS8)"Connection to supplicant failed\n"); in CuCmd_Create() 895 … os_error_printf(CU_MSG_ERROR, (PS8)"******************************************************\n"); in CuCmd_Create() 958 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - Failed to start driver!\n"); in CuCmd_StartDriver() 969 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - Failed to stop driver!\n"); in CuCmd_StopDriver() 1040 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_Bssid_List - cant get Bssid list size\n"); in CuCmd_BssidList() [all …]
|
D | wpa_core.c | 138 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_Create - cant allocate control block\n"); in WpaCore_Create() 229 …os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetAuthMode - unknown authentication mode (%d)… in WpaCore_SetAuthMode() 298 …os_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()
|
D | ticon.c | 49 #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()
|
D | cu_common.c | 75 … os_error_printf(CU_MSG_ERROR, (PS8)("ERROR - CuCommon_Create - cant allocate control block\n") ); in CuCommon_Create()
|
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/ |
D | cu_osapi.h | 74 enum { CU_MSG_DEBUG, CU_MSG_INFO1, CU_MSG_WARNING, CU_MSG_ERROR, CU_MSG_INFO2}; enumerator
|