List of all wireless interfaces on the device
Wireless interfaces configuration and status
# | Name | SSID | Mode | Security Profile | Band (Actual) | Connection | Status | Actions |
---|---|---|---|---|---|---|---|---|
{{ $w['.id'] }} | {{ $w['name'] }} | {{ $w['ssid'] ?? '-' }} | {{ $w['mode'] ?? '-' }} | {{ $w['security-profile'] ?? '-' }} | {{ $w['band'] ?? '-' }} ({{ $w['actual-channel'] ?? '-' }}) | @if ($w['running'] == "true") Connected @else Disconnected @endif | @if ($w['disabled'] == "false") Enabled @else Disabled @endif |
Failed to load wireless interface information.
{{ $conn_error }}