Date: Mon, 30 Jun 2003 12:28:51 +0200 From: "Robert Dezorzo" <rdezorzo@detronics.sk> To: "Jon Disnard" <diz@linuxpowered.com>, "vizion communication" <vizion@ixpres.com> Cc: freebsd-mobile@freebsd.org Subject: RE: Setting ssid - quick answer please Message-ID: <OAEGJHLACADONHGPODGIOEAECAAA.rdezorzo@detronics.sk> In-Reply-To: <3EFFF629.3090500@linuxpowered.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Or alternatively make start_if.wi0 file and wrote in this file all
information about AP
SYNOPSIS
wicontrol -i iface [-o]
wicontrol -i iface -t tx_rate
wicontrol -i iface -n network_name
wicontrol -i iface -s station_name
wicontrol -i iface -c 0 | 1
wicontrol -i iface -q SSID
wicontrol -i iface -p port_type
wicontrol -i iface -a access_point_density
wicontrol -i iface -m mac_address
wicontrol -i iface -d max_data_length
wicontrol -i iface -e 0 | 1
wicontrol -i iface -k key [-v 1 | 2 | 3 | 4]
wicontrol -i iface -T 1 | 2 | 3 | 4
wicontrol -i iface -r RTS_threshold
wicontrol -i iface -f frequency
wicontrol -i iface -P 0 | 1
wicontrol -i iface -S max_sleep_duration
wicontrol -i iface -Z (zero signal cache)
wicontrol -i iface -C (display signal cache)
-----Original Message-----
From: owner-freebsd-mobile@freebsd.org
[mailto:owner-freebsd-mobile@freebsd.org]On Behalf Of Jon Disnard
Sent: Monday, June 30, 2003 10:35 AM
To: vizion communication
Cc: freebsd-mobile@freebsd.org
Subject: Re: Setting ssid - quick answer please
vizion communication wrote:
> How do I set up freebsd so it only connects with a
> predetermined ssid?
>
> Thanks
>
You simply set the ssid in your rc.conf lines that control the wi device
setup. Mine looks something like:
ifconfig_wi0="inet 192.168.0.140 netmask 255.255.255.0 ssid my_net"
ifconfig_wi0_alias0="inet 192.168.0.131 netmask 255.255.255.255"
The top line configures the wi interface, and the second is just an
alias I threw in as a bonus. Anyways, you can `man ifconfig` to see how
to control wi settings. Might also see wicontrol while your at it. ;)
-Jon
_______________________________________________
freebsd-mobile@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OAEGJHLACADONHGPODGIOEAECAAA.rdezorzo>
