summaryrefslogtreecommitdiff
path: root/net/wpa_gui/MESSAGE
blob: 9a8f81ea57044b9655eb7e0b894dacbf64eef1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================================================================
$NetBSD: MESSAGE,v 1.2 2016/08/17 22:00:48 maya Exp $

You should have /etc/wpa_supplicant.conf containing:

  ctrl_interface=/var/run/wpa_supplicant
  # to allow non-root (wheel group) to change connection:
  #ctrl_interface_group=wheel
  update_config=1

and dhcpcd and wpa_supplicant running, for example by running:

 # wpa_supplicant -i your-wifi-device-here0 -c /etc/wpa_supplicant.conf
 # dhcpcd your-wifi-device-here0
===========================================================================