Searched defs:scan (Results 1 - 5 of 5) sorted by relevance

/net/wireless/
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 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 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
/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 90 milliseconds