Searched refs:scan (Results 1 – 9 of 9) sorted by relevance
/net/bluetooth/ |
D | hci_request.c | 1175 u8 scan = SCAN_DISABLED; in hci_req_set_event_filter() local 1197 scan = SCAN_PAGE; in hci_req_set_event_filter() 1200 if (scan && !scanning) { in hci_req_set_event_filter() 1202 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter() 1203 } else if (!scan && scanning) { in hci_req_set_event_filter() 1205 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter() 2642 u8 scan; in __hci_req_update_scan() local 2658 scan = SCAN_PAGE; in __hci_req_update_scan() 2660 scan = SCAN_DISABLED; in __hci_req_update_scan() 2663 scan |= SCAN_INQUIRY; in __hci_req_update_scan() [all …]
|
D | hci_core.c | 1007 __u8 scan = opt; in hci_scan_req() local 1009 BT_DBG("%s %x", req->hdev->name, scan); in hci_scan_req() 1012 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req() 1975 static void hci_update_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_scan_state() argument 1979 BT_DBG("%s scan 0x%02x", hdev->name, scan); in hci_update_scan_state() 1981 if ((scan & SCAN_PAGE)) in hci_update_scan_state() 1988 if ((scan & SCAN_INQUIRY)) { in hci_update_scan_state()
|
D | mgmt.c | 1181 u8 scan = 0x00; in clean_up_hci_state() local 1182 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()
|
/net/mac80211/ |
D | Makefile | 12 scan.o offchannel.o \
|
D | cfg.c | 4469 .scan = ieee80211_scan,
|
/net/wireless/ |
D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
D | core.c | 1096 struct cfg80211_internal_bss *scan, *tmp; in cfg80211_dev_free() local 1103 list_for_each_entry_safe(scan, tmp, &rdev->bss_list, list) in cfg80211_dev_free() 1104 cfg80211_put_bss(&rdev->wiphy, &scan->pub); in cfg80211_dev_free()
|
D | rdev-ops.h | 450 ret = rdev->ops->scan(&rdev->wiphy, request); in rdev_scan()
|
D | nl80211.c | 8975 if (!rdev->ops->scan) in nl80211_trigger_scan() 10260 struct cfg80211_internal_bss *scan; in nl80211_dump_scan() local 10285 list_for_each_entry(scan, &rdev->bss_list, list) { in nl80211_dump_scan() 10290 rdev, wdev, scan) < 0) { in nl80211_dump_scan()
|