/freebsd-src/tools/tools/net80211/scripts/ |
H A D | setup.simple2 | 10 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 D | setup.tsn | 11 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 D | setup.wpa1.tkip | 10 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 D | setup.wpa1.aes | 10 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 D | setup.wpa2 | 10 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 D | setup.wpa2.tkip | 10 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 D | setup.wpa | 10 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 D | setup.dfs | 13 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 D | setup.wep | 10 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 D | setup.updown.wpa | 13 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 D | setup.fixed | 9 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 D | setup.updown | 15 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 D | setup.tdma-slave | 11 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 D | setup.simple | 9 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 D | setup.tdma-master | 11 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 D | setup.wds | 16 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 D | setup.local | 9 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-src/tools/tools/net80211/scripts/mesh/ |
H A D | topology.star | 12 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 D | topology.line | 13 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 D | topology.tree | 22 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 D | topology.ring | 15 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-src/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mmio.c | 556 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-src/usr.sbin/wlandebug/ |
H A D | wlandebug.c | 34 * (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() 179 if (strlen(orig_name) < strlen("wlan") + 1 || in get_orig_iface_name() [all …]
|
/freebsd-src/share/man/man4/ |
H A D | acpi_hp.4 | 79 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-src/sys/contrib/device-tree/src/arm/marvell/ |
H A D | dove-d2plug.dts | 24 led-wlan-ap { 25 label = "wlan-ap"; 29 led-wlan-act { 30 label = "wlan-act"; 54 /* Marvell SD8787 WLAN/BT */
|