Wireless Interfaces

List of all wireless interfaces on the device

Wireless Interfaces

Wireless interfaces configuration and status

@if ($wireless != "-1")
@foreach($wireless as $w) @endforeach
# 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
@if (!isset($w['comment']) || $w['comment'] != 'defconf') @endif
@else

Connection Error

Failed to load wireless interface information.

{{ $conn_error }}

@endif
@if ($wireless != "-1") @endif