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

Function get_wifi_specific_network_file

webapp_modern.py:3932–3937  ·  view source on GitHub ↗

Get the WiFi-specific network data file path

()

Source from the content-addressed store, hash-verified

3930 'warnings': result.get('warnings', []),
3931 'restart_pending': False,
3932 }
3933 if not result.get('ok'):
3934 compact['error'] = result.get('error') or 'Update failed'
3935 compact['code'] = result.get('code', '')
3936 compact['hint'] = result.get('hint', '')
3937 return compact
3938 if result.get('already_current'):
3939 compact['message'] = 'Already up to date.'
3940 return compact

Callers 4

update_wifi_network_dataFunction · 0.85
read_wifi_network_dataFunction · 0.85
get_verbose_debug_logsFunction · 0.85

Calls 1

get_current_wifi_ssidFunction · 0.85

Tested by

no test coverage detected