RE: Setting ssid - quick answer please
"Robert Dezorzo" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected]
[mailto:[email protected]]On Behalf Of Jon Disnard
Sent: Monday, June 30, 2003 10:35 AM
To: vizion communication
Cc: [email protected]
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"