I actually meant exactly ifconfig and dhclient (and wpa_supplicant).

On FreeBSD, this is what I'm using (no iwconfig available...)

in /etc/rc.conf add:
ifconfig_ndis0="ssid <your_ssid> bssid <your_bssid> WPA DHCP"

in /etc/wpa_supplicant.conf add:
network={
    ssid="<your_ssid>"
    psk="<your_password>"
}

L.

On Mon, Apr 20, 2009 at 3:29 PM, Antoni Grzymala <ant...@chopin.edu.pl>wrote:

> Lorenzo Bolla dixit (2009-04-20, 15:07):
>
> > ifconfig and dhclient?
>
> Those two don't really deal with the wireless layer of 802.11 (though
> ifconfig does in some OS'es to an extent).
>
> --
> [a]
>

Reply via email to