LinuxCommandLibrary

wifi-menu

Interactively connect to a wireless network.

TLDR

Set up a wireless connection interactively

$ wifi-menu
copy


Interactively set up a connection to a network and obscure the password
$ wifi-menu --obscure
copy


Display help
$ wifi-menu --help
copy

SYNOPSIS

wifi-menu [-h | --help] [-o | --obscure] [INTERFACE]

DESCRIPTION

wifi-menu interactively connect to a wireless network on INTERFACE using netctl. If only one wireless interface is available, INTERFACE can be omitted.

OPTIONS

-h, --help

Show this help

-o, --obscure

Show asterisks for the characters of the password and store the password as a hexadecimal string

SEE ALSO

netctl(1), netctl-auto(1), netctl.profile(5), netctl.special(7), systemctl(1)

Copied to clipboard