Reach It
- Method:
GET - Path:
/api/wifi - Base URL:
http://openhaldex.local(or controller IP) - Response format:
JSON
API Endpoint
Returns STA SSID, STA enable, AP password set flag.
GET/api/wifihttp://openhaldex.local (or controller IP)JSONNone
None
Receive: JSON: {"ssid","staEnabled","apPasswordSet"}
Parse: STA password is not returned.
200 success
curl -s "http://openhaldex.local/api/wifi"
This section is intentionally unique for GET /api/wifi. Focus area:
reading persisted Wi-Fi configuration and AP security posture. When integrating OpenHaldex at scale, this endpoint should be treated as a dedicated
workflow step rather than a generic HTTP action.
Operational scenario: Read Wi-Fi config before editing to avoid overwriting valid credentials accidentally.
Domain vocabulary: sta-ssid, ap-password, credential-state, network-policy, ssid-visibility, wifi-config, ap-secure, saved-credentials, connection-profile, wifi-readback.
GET /api/wifi and capture status code + raw response./api/status) to verify runtime convergence.const wifi = await fetch('/api/wifi').then(r=>r.json());
Unique endpoint guidance like this helps prevent duplicate-content clustering while remaining genuinely useful for developers working on OpenHaldex integrations for haldex controller, VW AWD controller, and Audi AWD controller environments.
Preview the real OpenHaldex firmware UI in your browser with simulated live CAN traffic and interactive pages for tuning, diagnostics, logs, setup, and OTA workflows.