Searched refs:scan (Results 1 – 10 of 10) sorted by relevance
| /net/wireless/tests/ |
| A D | Makefile | 1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o
|
| /net/mac802154/ |
| A D | Makefile | 4 iface.o llsec.o util.o cfg.o scan.o trace.o
|
| /net/wireless/ |
| A D | Makefile | 9 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
| A D | core.c | 1211 struct cfg80211_internal_bss *scan, *tmp; in cfg80211_dev_free() local 1225 list_for_each_entry_safe(scan, tmp, &rdev->bss_list, list) in cfg80211_dev_free() 1226 cfg80211_put_bss(&rdev->wiphy, &scan->pub); in cfg80211_dev_free()
|
| A D | rdev-ops.h | 467 ret = rdev->ops->scan(&rdev->wiphy, &request->req); in rdev_scan()
|
| A D | nl80211.c | 10004 if (!rdev->ops->scan) in nl80211_trigger_scan() 11272 struct cfg80211_internal_bss *scan; in nl80211_dump_scan() local 11308 list_for_each_entry(scan, &rdev->bss_list, list) { in nl80211_dump_scan() 11312 !(scan->pub.use_for & NL80211_BSS_USE_FOR_NORMAL)) in nl80211_dump_scan() 11316 rdev, wdev, scan) < 0) { in nl80211_dump_scan()
|
| /net/mac80211/ |
| A D | Makefile | 12 scan.o offchannel.o \
|
| A D | cfg.c | 5450 .scan = ieee80211_scan,
|
| /net/bluetooth/ |
| A D | hci_sync.c | 3454 u8 scan; in hci_update_scan_sync() local 3470 scan = SCAN_PAGE; in hci_update_scan_sync() 3472 scan = SCAN_DISABLED; in hci_update_scan_sync() 3475 scan |= SCAN_INQUIRY; in hci_update_scan_sync() 3481 return hci_write_scan_enable_sync(hdev, scan); in hci_update_scan_sync() 6092 u8 scan = SCAN_DISABLED; in hci_update_event_filter_sync() local 6122 scan = SCAN_PAGE; in hci_update_event_filter_sync() 6125 if (scan && !scanning) in hci_update_event_filter_sync() 6126 hci_write_scan_enable_sync(hdev, scan); in hci_update_event_filter_sync() 6127 else if (!scan && scanning) in hci_update_event_filter_sync() [all …]
|
| A D | hci_core.c | 643 static void hci_update_passive_scan_state(struct hci_dev *hdev, u8 scan) in hci_update_passive_scan_state() argument 647 BT_DBG("%s scan 0x%02x", hdev->name, scan); in hci_update_passive_scan_state() 649 if ((scan & SCAN_PAGE)) in hci_update_passive_scan_state() 656 if ((scan & SCAN_INQUIRY)) { in hci_update_passive_scan_state()
|
Completed in 71 milliseconds