Home
last modified time | relevance | path

Searched refs:os_sprintf (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dwpa_core.c372 os_sprintf(cmd, (PS8)"CHANGE_SUPPLICANT_DEBUG %ld %ld %ld", Level1, Level2, Level3); in WpaCore_ChangeSupplDebugLevels()
426 os_sprintf(cmd, "WPS_PIN any"); in WpaCore_StartWpsPIN()
443 os_sprintf(cmd, "WPS_PBC"); in WpaCore_StartWpsPBC()
549 os_sprintf(cmd, (PS8)"ADD_NETWORK"); in WpaCore_SetSsid()
568 os_sprintf(temp, (PS8)"%02x", bssid[0]); in WpaCore_SetSsid()
569 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[1]); in WpaCore_SetSsid()
570 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[2]); in WpaCore_SetSsid()
571 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[3]); in WpaCore_SetSsid()
572 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[4]); in WpaCore_SetSsid()
573 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[5]); in WpaCore_SetSsid()
[all …]
Dconsole.c233os_sprintf((PS8)out_buf, (PS8)("%s%s> "), (PS8)(p_dir==pConsole->p_mon_root)? (PS8)("") : (PS8)(".… in Console_displayDir()
532 os_sprintf( print_str, (PS8)"%s: directory\n", (PS8)p_token->name ); in Console_dirHelp()
534 os_sprintf( print_str, (PS8)("%s(%d parms): %s\n"), in Console_dirHelp()
Dcu_cmd.c494 os_sprintf ((PS8)&(dstString[ uIndex * 2 ]), (PS8)"%02x", srcBuffer[ uIndex ]); in CuCmd_xtoa_string()
674 os_sprintf(str, (PS8)"%.3g Mbps", in CuCmd_CreateRateStr()
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h104 S32 os_sprintf(PS8 str, const PS8 format, ...);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c146 S32 os_sprintf(PS8 str, const PS8 arg_list, ...) in os_sprintf() function