Lines Matching refs:scan
1218 printf("\t\t * channel width trigger scan interval: %d s\n", (data[5] << 8) | data[4]);
1219 printf("\t\t * scan passive total per channel: %d TUs\n", (data[7] << 8) | data[6]);
1220 printf("\t\t * scan active total per channel: %d TUs\n", (data[9] << 8) | data[8]);
1222 printf("\t\t * OBSS Scan Activity Threshold: %d.%02d %%\n",
1325 [74] = { "Overlapping BSS scan params", print_obss_scan_params, 14, 255, BIT(PRINT_SCAN), },
2004 "scan",
2028 trig_argv[1] = "scan";
2046 * after we send our scan request.
2050 * for a previous scan.
2054 * scan request along with the event, so that you can match up
2055 * whether the scan you requested was finished or aborted (this
2056 * may result in processing a scan that another application
2064 printf("scan aborted!\n");
2071 TOPLEVEL(scan, "[-u] [freq <freq>*] [ies <hex as 00:11:..>] [meshid <meshid>] [lowpri,flush,ap-force] [randomise[=<addr>/<mask>]] [ssid <ssid>*|passive]", 0, 0,
2073 "Scan on the given frequencies and probe for the given SSIDs\n"
2075 "If -u is specified print unknown data in the scan results.\n"
2077 COMMAND(scan, dump, "[-u]",
2079 "Dump the current scan results. If -u is specified, print unknown\n"
2080 "data in scan results.");
2081 COMMAND(scan, trigger, "[freq <freq>*] [ies <hex as 00:11:..>] [meshid <meshid>] [lowpri,flush,ap-force] [randomise[=<addr>/<mask>]] [ssid <ssid>*|passive]",
2083 "Trigger a scan on the given frequencies with probing for the given\n"
2104 COMMAND(scan, sched_start,
2107 "Start a scheduled scan at the specified interval on the given frequencies\n"
2111 COMMAND(scan, sched_stop, "",
2113 "Stop an ongoing scheduled scan.");