Searched refs:scan (Results 1 - 10 of 10) sorted by relevance

/net/wireless/
H A DMakefile12 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
H A Dcore.c46 /* for the cleanup, scan and event works */
737 struct cfg80211_internal_bss *scan, *tmp; local
744 list_for_each_entry_safe(scan, tmp, &rdev->bss_list, list)
745 cfg80211_put_bss(&rdev->wiphy, &scan->pub);
H A Drdev-ops.h377 ret = rdev->ops->scan(&rdev->wiphy, request);
H A Dnl80211.c63 [NL80211_MCGRP_SCAN] = { .name = "scan", },
5346 * to scan for a channel twice, so disallow that
5349 * they can scan, as long as they can scan all
5376 if (!rdev->ops->scan)
6196 struct cfg80211_internal_bss *scan; local
6211 list_for_each_entry(scan, &rdev->bss_list, list) {
6216 rdev, wdev, scan) < 0) {
/net/mac80211/
H A DMakefile9 scan.o offchannel.o \
H A Dutil.c1502 struct ieee80211_channel *channel, bool scan)
1511 if (scan)
1601 /* scheduled scan clearly can't be running any more, but tell
1928 * Reconfigure sched scan if it was interrupted by FW restart or
1936 * Sched scan stopped, but we don't want to report it. Instead,
1498 ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 ratemask, bool directed, u32 tx_flags, struct ieee80211_channel *channel, bool scan) argument
H A Dieee80211_i.h995 * mac80211 scan flags - currently active scan mode
1001 * @SCAN_ONCHANNEL_SCANNING: Do a software scan on only the current operating
1003 * @SCAN_COMPLETED: Set for our scan work function when the driver reported
1004 * that the scan completed.
1005 * @SCAN_ABORTED: Set for our scan work function when the driver reported
1006 * a scan complete for an aborted scan.
1007 * @SCAN_HW_CANCELLED: Set for our scan work function when the scan i
[all...]
H A Dcfg.c1892 * If the scan has been forced (and the driver supports
3560 .scan = ieee80211_scan,
/net/bluetooth/
H A Dhci_core.c1386 * but it does not support page scan related HCI commands.
1942 __u8 scan = opt; local
1944 BT_DBG("%s %x", req->hdev->name, scan);
1947 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan);
2755 static void hci_update_scan_state(struct hci_dev *hdev, u8 scan) argument
2759 BT_DBG("%s scan 0x%02x", hdev->name, scan);
2761 if ((scan & SCAN_PAGE))
2768 if ((scan & SCAN_INQUIRY)) {
5642 * keep the background scan runnin
5689 u8 scan; local
[all...]
H A Dmgmt.c1314 u8 scan = 0x00; local
1315 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan);
1536 * bit correctly set. Also update page scan based on whitelist
1558 u8 scan; local
1672 scan = SCAN_PAGE;
1697 scan |= SCAN_INQUIRY;
1702 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, sizeof(scan), &scan);
1731 /* 160 msec page scan interval */
1736 /* default 1.28 sec page scan */
1835 u8 scan; local
6004 u8 scan = SCAN_PAGE; local
[all...]

Completed in 209 milliseconds