Home
last modified time | relevance | path

Searched refs:scan (Results 751 - 775 of 916) sorted by relevance

1...<<31323334353637

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnmake.mak118 $(OBJDIR)\scan.obj \
H A Dscan.c24 #include "scan.h"
142 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
177 "Failed to assign random MAC address for a scan"); in wpas_trigger_scan_cb()
188 "Request driver to clear scan cache due to local BSS flush"); in wpas_trigger_scan_cb()
193 * Store the obtained vendor scan cookie (if any) in wpa_s context. in wpas_trigger_scan_cb()
194 * The current design is to allow only one scan request on each in wpas_trigger_scan_cb()
195 * interface, hence having this scan cookie stored in wpa_s context is in wpas_trigger_scan_cb()
198 * Revisit this logic if concurrent scan operations per interface in wpas_trigger_scan_cb()
230 /* Restore scan_req since we will try to scan again */ in wpas_trigger_scan_cb()
254 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnmake.mak118 $(OBJDIR)\scan.obj \
H A Dscan.c24 #include "scan.h"
182 "end of scan list - go back to beginning"); in wpa_supplicant_assoc_try()
221 "Failed to assign random MAC address for a scan"); in wpas_trigger_scan_cb()
232 "Request driver to clear scan cache due to local BSS flush"); in wpas_trigger_scan_cb()
237 * Store the obtained vendor scan cookie (if any) in wpa_s context. in wpas_trigger_scan_cb()
238 * The current design is to allow only one scan request on each in wpas_trigger_scan_cb()
239 * interface, hence having this scan cookie stored in wpa_s context is in wpas_trigger_scan_cb()
242 * Revisit this logic if concurrent scan operations per interface in wpas_trigger_scan_cb()
278 /* Restore scan_req since we will try to scan again */ in wpas_trigger_scan_cb()
302 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dmain.c28 #include "scan.h"
277 * if a scan is in progress, we might not have any Tx for a long in wl12xx_tx_watchdog_work()
280 if (wl->scan.state != WL1271_SCAN_STATE_IDLE) { in wl12xx_tx_watchdog_work()
281 wl1271_debug(DEBUG_TX, "No Tx (in FW) for %d ms due to scan", in wl12xx_tx_watchdog_work()
2665 if (wl->scan.state != WL1271_SCAN_STATE_IDLE && in __wl1271_op_remove_interface()
2672 * Rearm the tx watchdog just before idling scan. This in __wl1271_op_remove_interface()
2677 wl->scan.state = WL1271_SCAN_STATE_IDLE; in __wl1271_op_remove_interface()
2678 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch)); in __wl1271_op_remove_interface()
2680 wl->scan in __wl1271_op_remove_interface()
[all...]
H A Ddebugfs.c391 wl->conf.scan.split_scan_timeout / 1000); in split_scan_timeout_read()
409 wl1271_info("split scan will be disabled"); in split_scan_timeout_write()
413 wl->conf.scan.split_scan_timeout = value * 1000; in split_scan_timeout_write()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dmain.c28 #include "scan.h"
271 * if a scan is in progress, we might not have any Tx for a long in wl12xx_tx_watchdog_work()
274 if (wl->scan.state != WL1271_SCAN_STATE_IDLE) { in wl12xx_tx_watchdog_work()
275 wl1271_debug(DEBUG_TX, "No Tx (in FW) for %d ms due to scan", in wl12xx_tx_watchdog_work()
2644 if (wl->scan.state != WL1271_SCAN_STATE_IDLE && in __wl1271_op_remove_interface()
2651 * Rearm the tx watchdog just before idling scan. This in __wl1271_op_remove_interface()
2656 wl->scan.state = WL1271_SCAN_STATE_IDLE; in __wl1271_op_remove_interface()
2657 memset(wl->scan.scanned_ch, 0, sizeof(wl->scan.scanned_ch)); in __wl1271_op_remove_interface()
2659 wl->scan in __wl1271_op_remove_interface()
[all...]
H A Ddebugfs.c382 wl->conf.scan.split_scan_timeout / 1000); in split_scan_timeout_read()
400 wl1271_info("split scan will be disabled"); in split_scan_timeout_write()
404 wl->conf.scan.split_scan_timeout = value * 1000; in split_scan_timeout_write()
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dcore.c856 * If the chunk is found to be open, also scan it to update the write
884 goto scan; in nvm_bb_chunk_scan()
914 scan: in nvm_bb_chunk_scan()
916 * chunk is open, we scan sequentially to update the write pointer. in nvm_bb_chunk_scan()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c936 bool scan = test_bit(MT76_SCANNING, &dev->mphy.state); in mt76x0_phy_set_channel() local
1005 if (scan) in mt76x0_phy_set_channel()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_scan.c23 * If target is SCSI-3 or up, issue a REPORT LUN, and scan
25 * sequentially scan LUNs up until some maximum is reached,
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type),
104 MODULE_PARM_DESC(scan, "sync, async, manual, or none. "
106 "for manual device scan via the 'scan' sysfs attribute.");
129 * this function was called will have finished its scan. Hosts which
381 * means it was allocated but never made visible (because a scan in scsi_target_reap_ref_release()
580 "scsi scan: INQUIRY pass %d length %d\n", in scsi_probe_lun()
599 "scsi scan in scsi_probe_lun()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_scan.c23 * If target is SCSI-3 or up, issue a REPORT LUN, and scan
25 * sequentially scan LUNs up until some maximum is reached,
102 module_param_string(scan, scsi_scan_type, sizeof(scsi_scan_type),
104 MODULE_PARM_DESC(scan, "sync, async, manual, or none. "
106 "for manual device scan via the 'scan' sysfs attribute.");
145 * this function was called will have finished its scan. Hosts which
463 * means it was allocated but never made visible (because a scan in scsi_target_reap_ref_release()
667 "scsi scan: INQUIRY pass %d length %d\n", in scsi_probe_lun()
684 "scsi scan in scsi_probe_lun()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c810 } else if (input->scan == SCAN_DIRECTION_HORIZONTAL) { in hubbub31_get_dcc_compression_cap()
817 } else if (input->scan == SCAN_DIRECTION_VERTICAL) { in hubbub31_get_dcc_compression_cap()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c938 bool scan = test_bit(MT76_SCANNING, &dev->mphy.state); in mt76x0_phy_set_channel() local
1007 if (scan) in mt76x0_phy_set_channel()
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/
H A DActWifiErrorCode201.test.js72 * @tc.desc Test scan API ErrorCode 201.
79 let sacnResult = wifiMg.scan();
82 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp132 WifiScan scan = {0}; in BENCHMARK_F() local
140 ret = staFeature->startScan(nullptr, &scan); in BENCHMARK_F()
/third_party/ffmpeg/libavcodec/
H A Divi.c511 if (!band->scan) { in ivi_decode_coded_blocks()
546 pos = band->scan[scan_pos]; in ivi_decode_coded_blocks()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp650 // Make a copy of the name because it will be overwritten by the next token scan. in CPPinclude()
743 // will likely be overwritten by the next token scan. in CPPline()
1084 int TPpContext::tMacroInput::scan(TPpToken* ppToken) in scan() function in glslang::TPpContext::tMacroInput
1151 int TPpContext::tZeroInput::scan(TPpToken* ppToken) in scan() function in glslang::TPpContext::tZeroInput
1299 // end of single argument scan in MacroExpand()
1310 // end of all arguments scan in MacroExpand()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js214 * @param {boolean} scan Add the child to the parent's children if not already present
216 function updateChildren(parent, child, scan) {
218 if (children && !(scan && ArrayPrototypeIncludes(children, child))) {
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp483 LinearScan.scan(RegMask); in regAlloc()
612 RegAlloc.scan(RegMask); in postRegallocSplitting()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c827 bool scan = false, link = false, roam = false, wifi_busy = false; in halbtc_display_wifi_status() local
861 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_SCAN, &scan); in halbtc_display_wifi_status()
865 "Wifi link/ roam/ scan", in halbtc_display_wifi_status()
866 link, roam, scan); in halbtc_display_wifi_status()
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c260 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan() function
1660 .scan = scan,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1177 return ar->scan.vdev_id; in ath10k_htt_tx_get_vdev_id()
1460 freq = ar->scan.roc_freq; in ath10k_htt_tx_32()
1662 freq = ar->scan.roc_freq; in ath10k_htt_tx_64()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1159 return ar->scan.vdev_id; in ath10k_htt_tx_get_vdev_id()
1448 freq = ar->scan.roc_freq; in ath10k_htt_tx_32()
1653 freq = ar->scan.roc_freq; in ath10k_htt_tx_64()
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c262 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan() function
1713 .scan = scan,

Completed in 48 milliseconds

1...<<31323334353637