Searched refs:scan (Results 1 – 11 of 11) sorted by relevance
/net/wireless/ |
D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
D | core.c | 966 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()
|
D | rdev-ops.h | 425 ret = rdev->ops->scan(&rdev->wiphy, request); in rdev_scan()
|
D | nl80211.c | 6681 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/ |
D | Makefile | 11 scan.o offchannel.o \
|
D | util.c | 1578 struct ieee80211_channel *channel, bool scan) in ieee80211_send_probe_req() argument 1587 if (scan) in ieee80211_send_probe_req()
|
D | ieee80211_i.h | 2038 struct ieee80211_channel *channel, bool scan);
|
D | cfg.c | 3714 .scan = ieee80211_scan,
|
/net/bluetooth/ |
D | hci_request.c | 1521 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()
|
D | hci_core.c | 921 __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()
|
D | mgmt.c | 1006 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()
|