You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

524 B

title date lastmod tags showReadingTime showWordCount showPagination showBreadcrumbs feed_exclude draft
Archlinux 2023-11-29T20:33:48+0100 2024-01-26T11:16:05+0000
archlinux
false false false true true true

Setup WiFi networks

Using iwctl

$ iwctl device list
$ iwctl station wlan0 scan
$ iwctl station wlan0 get-networks
$ iwctl station wlan0 connect {ssid}

Using nmcli (NetworkManager)