Home
last modified time | relevance | path

Searched full:wlan (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/freebsd/tools/tools/net80211/scripts/
H A Dsetup.simple210 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
11 ifconfig $WLAN ssid $SSID-1 channel $CHANNEL mtu 1500
13 ifconfig $BRIDGE addm $WLAN addm $WIRED up
15 wlandebug -i $WLAN state+scan+assoc
16 ifconfig $WLAN up
18 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS bssid`
19 #ifconfig $WLAN ssid $SSID-2 channel $CHANNEL mtu 1500
20 ifconfig $WLAN ssid $SSID-2 mtu 1500 -ht
21 ifconfig $BRIDGE addm $WLAN
22 wlandebug -i $WLAN state+scan+assoc
[all …]
H A Dsetup.tsn11 WLAN=wlan0
12 CONF=$TMPDIR/tsn-$WLAN.conf
19 interface=$WLAN
34 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
37 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
38 #wlandebug -i $WLAN assoc+crypto
39 wlandebug -i $WLAN state+assoc+11n+crypto
40 ifconfig $WLAN ssid $SSID
41 ifconfig $WLAN channel $CHANNEL
42 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.wpa1.aes10 WLAN=wlan0
12 CONF=$TMPDIR/bsd-$WLAN.conf
19 interface=$WLAN
33 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
36 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
37 #wlandebug -i $WLAN assoc+crypto
38 wlandebug -i $WLAN assoc
39 ifconfig $WLAN ssid $SSID
40 ifconfig $WLAN channel $CHANNEL
41 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.wpa1.tkip10 WLAN=wlan0
12 CONF=$TMPDIR/bsd-$WLAN.conf
19 interface=$WLAN
33 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
36 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
37 #wlandebug -i $WLAN assoc+crypto
38 wlandebug -i $WLAN assoc
39 ifconfig $WLAN ssid $SSID
40 ifconfig $WLAN channel $CHANNEL
41 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.wpa210 WLAN=wlan0
12 CONF=$TMPDIR/bsd-$WLAN.conf
19 interface=$WLAN
33 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
37 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
38 #wlandebug -i $WLAN assoc+crypto
39 wlandebug -i $WLAN assoc
40 ifconfig $WLAN ssid $SSID
41 ifconfig $WLAN channel $CHANNEL
42 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.wpa10 WLAN=wlan0
11 CONF=$TMPDIR/bsd-$WLAN.conf
19 interface=$WLAN
33 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
36 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
37 #wlandebug -i $WLAN assoc+crypto
38 wlandebug -i $WLAN state+assoc+11n
39 ifconfig $WLAN ssid $SSID
40 ifconfig $WLAN channel $CHANNEL
41 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.wpa2.tkip10 WLAN=wlan0
12 CONF=$TMPDIR/bsd-$WLAN.conf
19 interface=$WLAN
33 trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \
37 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
38 #wlandebug -i $WLAN assoc+crypto
39 wlandebug -i $WLAN assoc
40 ifconfig $WLAN ssid $SSID
41 ifconfig $WLAN channel $CHANNEL
42 ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's
[all …]
H A Dsetup.dfs13 sysctl net.wlan.nol_timeout=60
15 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
16 ifconfig $WLAN country $COUNTRY
17 ifconfig $WLAN ssid $SSID-$COUNTRY channel $CHANNEL mtu 1500
19 ifconfig $BRIDGE addm $WLAN addm $WIRED up
21 wlandebug -i $WLAN state+scan+assoc+11n
22 ifconfig $WLAN up
24 unit=`echo $WLAN | sed 's/wlan//'`
25 sleep 5; sysctl net.wlan.$unit.radar=1
H A Dsetup.wep10 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
11 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
12 #ifconfig $WLAN authmode shared
13 wlandebug -i $WLAN state+scan+assoc+crypto
15 #ifconfig $WLAN wepkey 1:0x0123456789 deftxkey 1 wepmode mixed
16 ifconfig $WLAN wepkey 1:0x0123456789 deftxkey 1 wep
18 ifconfig $BRIDGE addm $WLAN addm $WIRED up
20 ifconfig $WLAN up
H A Dsetup.updown.wpa13 WLAN=wlan0
14 CONF=$TMPDIR/bsd-$WLAN.conf
21 interface=$WLAN
38 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap
39 wlandebug -i $WLAN assoc
40 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
43 ifconfig $BRIDGE addm $WIRED addm $WLAN up
44 ifconfig $WLAN up
54 ifconfig $WLAN destroy;
H A Dsetup.fixed9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
10 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
11 ifconfig $WLAN ucastrate 24:a ucastrate 7
13 ifconfig $BRIDGE addm $WLAN addm $WIRED up
15 wlandebug -i $WLAN state+scan+assoc
16 ifconfig $WLAN up
H A Dsetup.updown15 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
16 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
18 ifconfig $BRIDGE addm $WLAN addm $WIRED up
20 wlandebug -i $WLAN state+scan+assoc
21 ifconfig $WLAN up
23 ifconfig $WLAN destroy
H A Dsetup.tdma-slave11 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
12 ifconfig $WLAN ssid "$SSID"
13 wlandebug -i $WLAN state+scan+tdma
16 ifconfig $BRIDGE addm $WLAN 192.168.2.2/24
18 ifconfig $WLAN up
H A Dsetup.simple9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
10 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
12 ifconfig $BRIDGE addm $WLAN addm $WIRED up
14 wlandebug -i $WLAN state+scan+assoc+11n
15 ifconfig $WLAN up
H A Dsetup.tdma-master11 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
12 ifconfig $WLAN ssid "$SSID" tdmaslot 0 channel $CHANNEL
13 wlandebug -i $WLAN state+scan+tdma
16 ifconfig $BRIDGE addm $WLAN addm $WIRED 192.168.2.1/24
19 ifconfig $WLAN up
H A Dsetup.wds16 WLAN=`ifconfig wlan create wlanmode wds wlandev $WIRELESS wlanbssid $BSSID wdslegacy`
17 ifconfig $BRIDGE addm $WLAN
18 wlandebug -i $WLAN output+inact+node+11n
19 #ifconfig $WLAN wepkey 1:0x0123456789 deftxkey 1 wep
20 ifconfig $WLAN up
H A Dsetup.local9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
10 ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
13 wlandebug -i $WLAN state+scan+assoc+11n
15 ifconfig $WLAN 192.168.0.21/24
/freebsd/tools/tools/net80211/scripts/mesh/
H A Dtopology.line13 ifconfig $WLAN mac:allow
14 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
17 ifconfig $WLAN inet $NODE1_IP
18 ifconfig $WLAN mac:add $NODE2_MAC
21 ifconfig $WLAN inet $NODE2_IP
22 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
25 ifconfig $WLAN inet $NODE3_IP
26 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
29 ifconfig $WLAN inet $NODE4_IP
30 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
[all …]
H A Dtopology.star12 ifconfig $WLAN mac:allow
13 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
16 ifconfig $WLAN inet $NODE1_IP
17 ifconfig $WLAN mac:add $NODE3_MAC
20 ifconfig $WLAN inet $NODE2_IP
21 ifconfig $WLAN mac:add $NODE3_MAC
24 ifconfig $WLAN inet $NODE3_IP
25 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE2_MAC mac:add \
29 ifconfig $WLAN inet $NODE4_IP
30 ifconfig $WLAN mac:add $NODE3_MAC
[all …]
H A Dtopology.tree22 ifconfig $WLAN mac:allow
23 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
26 ifconfig $WLAN inet $NODE1_IP
27 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE3_MAC
30 ifconfig $WLAN inet $NODE2_IP
31 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE4_MAC
34 ifconfig $WLAN inet $NODE3_IP
35 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE5_MAC
38 ifconfig $WLAN inet $NODE4_IP
39 ifconfig $WLAN mac:add $NODE2_MAC
[all …]
H A Dtopology.ring15 ifconfig $WLAN mac:allow
16 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
19 ifconfig $WLAN inet $NODE1_IP
20 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE5_MAC
23 ifconfig $WLAN inet $NODE2_IP
24 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
27 ifconfig $WLAN inet $NODE3_IP
28 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
31 ifconfig $WLAN inet $NODE4_IP
32 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c556 dev->mt76.token_size = wed->wlan.token_start; in mt7915_mmio_wed_offload_enable()
723 wed->wlan.pci_dev = pci_dev; in mt7915_mmio_wed_init()
724 wed->wlan.bus_type = MTK_WED_BUS_PCIE; in mt7915_mmio_wed_init()
725 wed->wlan.base = devm_ioremap(dev->mt76.dev, in mt7915_mmio_wed_init()
728 wed->wlan.phy_base = pci_resource_start(pci_dev, 0); in mt7915_mmio_wed_init()
729 wed->wlan.wpdma_int = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
731 wed->wlan.wpdma_mask = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
733 wed->wlan.wpdma_phys = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
735 wed->wlan.wpdma_tx = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
737 wed->wlan.wpdma_txfree = pci_resource_start(pci_dev, 0) + in mt7915_mmio_wed_init()
[all …]
/freebsd/usr.sbin/wlandebug/
H A Dwlandebug.c34 * (default interface is wlan.0).
147 setoid(char oid[], size_t oidlen, const char *wlan) in setoid() argument
150 if (wlan) in setoid()
151 snprintf(oid, oidlen, "net.%s.debug", wlan); in setoid()
153 if (wlan) in setoid()
154 snprintf(oid, oidlen, "net.wlan.%s.debug", wlan+4); in setoid()
156 snprintf(oid, oidlen, "net.wlan.debug"); in setoid()
158 if (wlan) in setoid()
159 snprintf(oid, oidlen, "net.link.ieee80211.%s.debug", wlan); in setoid()
[all...]
/freebsd/share/man/man4/
H A Dacpi_hp.479 WLAN on air status changed to 0 (not on air)
81 WLAN on air status changed to 1 (on air)
98 .Ss WLAN:
101 Toggle WLAN chip activity.
104 WLAN radio status (controlled by hardware switch)
107 WLAN on air (chip enabled, hardware switch enabled + enabled in BIOS)
109 If set to 1, the WLAN chip will be enabled if the radio is turned on
111 If set to 1, the WLAN chip will be disabled if the radio is turned off
197 in order disable the LAN interface when WLAN on air and reenable if it is not:
277 HP Compaq 8510p which featured all supported wireless devices (WWAN/BT/WLAN).
/freebsd/sys/dev/sdio/
H A Dsdiodevs59 product REALTEK RTW8723BS 0xb723 802.11bgn SDIO WLAN with Bluetooth 4.0 Single-Chip Controller
62 product REALTEK RTW8822BS 0xb822 802.11ac/abgn SDIO WLAN with Bluetooth 4.1 Single-Chip Controller
63 product REALTEK RTW8821CS 0xc821 802.11ac/abgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller
64 product REALTEK RTW8822CS 0xc822 802.11ac/abgn SDIO WLAN with Bluetooth x.x Single-Chip Controller
65 product REALTEK RTW8723DS_1ANT 0xd724 802.11bgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller
66 product REALTEK RTW8723DS_2ANT 0xd723 802.11bgn SDIO WLAN with Bluetooth 4.2 Single-Chip Controller
69 product ATHEROS AR6005 0x050a Qualcomm Atheros 802.11ac WLAN SDIO
70 product ATHEROS QCA9377 0x0701 Qualcomm Atheros 802.11ac WLAN SDIO

12345678910>>...17