HomeSort by relevance Sort by last modified time
    Searched refs:os_sprintf (Results 1 - 10 of 10) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 372 os_sprintf(cmd, (PS8)"CHANGE_SUPPLICANT_DEBUG %ld %ld %ld", Level1, Level2, Level3);
533 os_sprintf(cmd, (PS8)"ADD_NETWORK");
552 os_sprintf(temp, (PS8)"%02x", bssid[0]);
553 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[1]);
554 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[2]);
555 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[3]);
556 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[4]);
557 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[5]);
558 os_sprintf(cmd, (PS8)"SET_NETWORK %d bssid %s", NetworkID, temp);
567 os_sprintf(cmd, (PS8)"SET_NETWORK %d ssid \"%s\"", NetworkID, ssid->Ssid)
    [all...]
console.c 233 os_sprintf((PS8)out_buf, (PS8)("%s%s> "), (PS8)(p_dir==pConsole->p_mon_root)? (PS8)("") : (PS8)(".../"), (PS8)p_dir->name );
532 os_sprintf( print_str, (PS8)"%s: directory\n", (PS8)p_token->name );
534 os_sprintf( print_str, (PS8)("%s(%d parms): %s\n"),
cu_cmd.c 494 os_sprintf ((PS8)&(dstString[ uIndex * 2 ]), (PS8)"%02x", srcBuffer[ uIndex ]);
674 os_sprintf(str, (PS8)"%.3g Mbps",
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 372 os_sprintf(cmd, (PS8)"CHANGE_SUPPLICANT_DEBUG %ld %ld %ld", Level1, Level2, Level3);
533 os_sprintf(cmd, (PS8)"ADD_NETWORK");
552 os_sprintf(temp, (PS8)"%02x", bssid[0]);
553 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[1]);
554 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[2]);
555 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[3]);
556 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[4]);
557 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[5]);
558 os_sprintf(cmd, (PS8)"SET_NETWORK %d bssid %s", NetworkID, temp);
567 os_sprintf(cmd, (PS8)"SET_NETWORK %d ssid \"%s\"", NetworkID, ssid->Ssid)
    [all...]
console.c 233 os_sprintf((PS8)out_buf, (PS8)("%s%s> "), (PS8)(p_dir==pConsole->p_mon_root)? (PS8)("") : (PS8)(".../"), (PS8)p_dir->name );
532 os_sprintf( print_str, (PS8)"%s: directory\n", (PS8)p_token->name );
534 os_sprintf( print_str, (PS8)("%s(%d parms): %s\n"),
cu_cmd.c 477 os_sprintf ((PS8)&(dstString[ uIndex * 2 ]), (PS8)"%02x", srcBuffer[ uIndex ]);
651 os_sprintf(str, (PS8)"%.3g Mbps",
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 104 S32 os_sprintf(PS8 str, const PS8 format, ...);
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 100 S32 os_sprintf(PS8 str, const PS8 format, ...);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 138 * os_sprintf()
146 S32 os_sprintf(PS8 str, const PS8 arg_list, ...) function
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 138 * os_sprintf()
146 S32 os_sprintf(PS8 str, const PS8 arg_list, ...) function

Completed in 523 milliseconds