Searched defs:connectionTypeStr (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
H A DsmeDebug.c183 TI_INT8 connectionTypeStr[50]; local
193 sme_strcpy (connectionTypeStr, "Adhoc");
196 sme_strcpy (connectionTypeStr, "Infra");
199 sme_strcpy (connectionTypeStr, "Auto");
202 sme_strcpy (connectionTypeStr, " --- ");
215 connectionTypeStr,
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c610 S8 connectionTypeStr[50]; local
620 os_strcpy (connectionTypeStr, (PS8)"Adhoc");
623 os_strcpy (connectionTypeStr, (PS8)"Infra");
626 os_strcpy (connectionTypeStr, (PS8)"Auto");
629 os_strcpy (connectionTypeStr, (PS8)" --- ");
642 connectionTypeStr, local

Completed in 36 milliseconds