Lines Matching defs:scan
961 * the repeated scan calls. Also the calls to if_init and if_start
1857 /* Is active scan allowed on this channel? */
1978 /* XXX Do not abort a running scan. */
1981 aprint_debug_dev(sc->sc_dev, "scan request(%d) "
1997 "could not initiate scan\n");
2396 /* Ignore statistics received during a scan. */
2671 struct iwn_start_scan *scan =
2675 sizeof (*scan), BUS_DMASYNC_POSTREAD);
2677 scan->chan, le32toh(scan->status)));
2680 ic->ic_bss->ni_chan = &ic->ic_channels[scan->chan];
2685 struct iwn_stop_scan *scan =
2689 sizeof (*scan), BUS_DMASYNC_POSTREAD);
2690 DPRINTF(("scan finished nchan=%d status=%d chan=%d\n",
2691 scan->nchan, scan->status, scan->chan));
2693 if (scan->status == 1 && scan->chan <= 14 &&
4749 "could not allocate buffer for scan command\n");
4855 * scan changes, and the threshold behaves as a flag in those
4913 DPRINTF(("sending scan command nchan=%d\n", hdr->nchan));