Home
last modified time | relevance | path

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

/net/mac80211/
DMakefile12 scan.o offchannel.o \
Dcfg.c4149 .scan = ieee80211_scan,
/net/wireless/
DMakefile13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
Dcore.c1069 struct cfg80211_internal_bss *scan, *tmp; in cfg80211_dev_free() local
1076 list_for_each_entry_safe(scan, tmp, &rdev->bss_list, list) in cfg80211_dev_free()
1077 cfg80211_put_bss(&rdev->wiphy, &scan->pub); in cfg80211_dev_free()
Drdev-ops.h439 ret = rdev->ops->scan(&rdev->wiphy, request); in rdev_scan()
Dnl80211.c8085 if (!rdev->ops->scan) in nl80211_trigger_scan()
9309 struct cfg80211_internal_bss *scan; in nl80211_dump_scan() local
9335 list_for_each_entry(scan, &rdev->bss_list, list) { in nl80211_dump_scan()
9340 rdev, wdev, scan) < 0) { in nl80211_dump_scan()
/net/bluetooth/
Dhci_request.c1093 u8 scan = SCAN_DISABLED; in hci_req_set_event_filter() local
1111 scan = SCAN_PAGE; in hci_req_set_event_filter()
1114 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter()
2468 u8 scan; in __hci_req_update_scan() local
2484 scan = SCAN_PAGE; in __hci_req_update_scan()
2486 scan = SCAN_DISABLED; in __hci_req_update_scan()
2489 scan |= SCAN_INQUIRY; in __hci_req_update_scan()
2491 if (test_bit(HCI_PSCAN, &hdev->flags) == !!(scan & SCAN_PAGE) && in __hci_req_update_scan()
2492 test_bit(HCI_ISCAN, &hdev->flags) == !!(scan & SCAN_INQUIRY)) in __hci_req_update_scan()
2495 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
Dhci_core.c999 __u8 scan = opt; in hci_scan_req() local
1001 BT_DBG("%s %x", req->hdev->name, scan); in hci_scan_req()
1004 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
1963 static void hci_update_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_scan_state() argument
1967 BT_DBG("%s scan 0x%02x", hdev->name, scan); in hci_update_scan_state()
1969 if ((scan & SCAN_PAGE)) in hci_update_scan_state()
1976 if ((scan & SCAN_INQUIRY)) { in hci_update_scan_state()
Dmgmt.c1176 u8 scan = 0x00; in clean_up_hci_state() local
1177 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()