MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / enable_wifi_scan_control

Function enable_wifi_scan_control

webapp_modern.py:11273–11274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11271 # Read and analyze wifi network data
11272 network_data = read_wifi_network_data()
11273 debug_info['data_sources']['wifi_network_data'] = {
11274 'total_entries': len(network_data),
11275 'alive_entries': len([entry for entry in network_data if entry.get('Alive') in [True, 'True', '1', 1]]),
11276 'sample_entries': network_data[:3] if network_data else [],
11277 'all_alive_values': list(set([str(entry.get('Alive', 'MISSING')) for entry in network_data])),

Callers

nothing calls this directly

Calls 1

_toggle_scan_interfaceFunction · 0.85

Tested by

no test coverage detected