Home
last modified time | relevance | path

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

/net/wireless/
DMakefile13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
Dcore.c966 struct cfg80211_internal_bss *scan, *tmp; in cfg80211_dev_free() local
973 list_for_each_entry_safe(scan, tmp, &rdev->bss_list, list) in cfg80211_dev_free()
974 cfg80211_put_bss(&rdev->wiphy, &scan->pub); in cfg80211_dev_free()
Drdev-ops.h425 ret = rdev->ops->scan(&rdev->wiphy, request); in rdev_scan()
Dnl80211.c6681 if (!rdev->ops->scan) in nl80211_trigger_scan()
7851 struct cfg80211_internal_bss *scan; in nl80211_dump_scan() local
7869 list_for_each_entry(scan, &rdev->bss_list, list) { in nl80211_dump_scan()
7874 rdev, wdev, scan) < 0) { in nl80211_dump_scan()
/net/mac80211/
DMakefile11 scan.o offchannel.o \
Dutil.c1578 struct ieee80211_channel *channel, bool scan) in ieee80211_send_probe_req() argument
1587 if (scan) in ieee80211_send_probe_req()
Dieee80211_i.h2038 struct ieee80211_channel *channel, bool scan);
Dcfg.c3714 .scan = ieee80211_scan,
/net/bluetooth/
Dhci_request.c1521 u8 scan; in __hci_req_update_scan() local
1534 scan = SCAN_PAGE; in __hci_req_update_scan()
1536 scan = SCAN_DISABLED; in __hci_req_update_scan()
1539 scan |= SCAN_INQUIRY; in __hci_req_update_scan()
1541 if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan & SCAN_PAGE) && in __hci_req_update_scan()
1542 test_bit(HCI_ISCAN, &hdev->flags) == !!(scan & SCAN_INQUIRY)) in __hci_req_update_scan()
1545 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
Dhci_core.c921 __u8 scan = opt; in hci_scan_req() local
923 BT_DBG("%s %x", req->hdev->name, scan); in hci_scan_req()
926 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
1794 static void hci_update_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_scan_state() argument
1798 BT_DBG("%s scan 0x%02x", hdev->name, scan); in hci_update_scan_state()
1800 if ((scan & SCAN_PAGE)) in hci_update_scan_state()
1807 if ((scan & SCAN_INQUIRY)) { in hci_update_scan_state()
Dmgmt.c1006 u8 scan = 0x00; in clean_up_hci_state() local
1007 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()