Home
last modified time | relevance | path

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

/wlan-dirver/utils/sigma-dut/
H A Dftm.c62 struct capi_loc_cmd *loc_cmd) in loc_write_xml_file() argument
91 switch (loc_cmd->fmtbw) { in loc_write_xml_file()
141 fprintf(xml, " <asap>%u</asap>\n", loc_cmd->asap); in loc_write_xml_file()
142 fprintf(xml, " <lci>%u</lci>\n", loc_cmd->lci); in loc_write_xml_file()
143 fprintf(xml, " <civic>%u</civic>\n", loc_cmd->locCivic); in loc_write_xml_file()
144 fprintf(xml, " <burstsexp>%u</burstsexp>\n", loc_cmd->burstExp); in loc_write_xml_file()
238 struct capi_loc_cmd loc_cmd; in loc_cmd_sta_exec_action() local
240 memset(&loc_cmd, 0, sizeof(loc_cmd)); in loc_cmd_sta_exec_action()
344 sscanf(burstExp, "%u", &loc_cmd.burstExp); in loc_cmd_sta_exec_action()
346 __func__, loc_cmd.burstExp); in loc_cmd_sta_exec_action()
[all …]