wifi_info

Presentation

wifi_info gets informations on a given WiFi interface. It can also show the different capabilities of the interface (SHOW_CAPABILITIES parameter).

Compatible devices

Input parameters

Name

Default value

Possible values

Description

INTERFACE

wlan0

wlanX

Interface to analyse

SHOW_CAPABILITIES

yes

yes|no

Indicates if the capabilities of the interface should be displayed

Output parameters

Name

Possible values

Description

INTERFACE

wlanX

Analysed interface

ADDRESS

<MAC address>

MAC address of the interface

MODE

<WiFi interface mode>

Current mode of the interface

CHANNEL

<integer>

Current channel of the interface

Usage

To get complete information about an interface, use the following command:

$ mirage wifi_info INTERFACE=wlp2s0
[INFO] Module wifi_info loaded !
┌───────────┬───────────────────┬─────────┬─────────┐
│ Interface │ MAC Address       │ Mode    │ Channel │
├───────────┼───────────────────┼─────────┼─────────┤
│ wlp2s0    │ F8:28:19:9A:30:39 │ Monitor │ 1       │
└───────────┴───────────────────┴─────────┴─────────┘
[INFO] Mirage process terminated !