Searched refs:wlan (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.dfs13 sysctl net.wlan.nol_timeout=60
15 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
24 unit=`echo $WLAN | sed 's/wlan//'`
25 sleep 5; sysctl net.wlan.$unit.radar=1
H A Dsetup.sta11 WLAN=`ifconfig wlan create wlandev $WIRELESS`
H A Dsetup.local9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
H A Dsetup.tdma-slave11 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
H A Dsetup.wds16 WLAN=`ifconfig wlan create wlanmode wds wlandev $WIRELESS wlanbssid $BSSID wdslegacy`
H A Dsetup.simple210 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
18 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS bssid`
H A Dsetup.wdsrelay18 WLAN_AP=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
22 WLAN_STA=`ifconfig wlan create wlanmode sta wlandev $WIRELESS -beacons`
H A Dsetup.fixed9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
H A Dsetup.updown15 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
H A Dsetup.simple9 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
H A Dsetup.tdma-master11 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
H A Dsetup.wep10 WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
/freebsd-current/tools/tools/net80211/scripts/mesh/
H A Dcommon10 WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`
/freebsd-current/sys/modules/usb/rsu/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/usb/wlan
/freebsd-current/sys/modules/usb/run/
H A DMakefile29 .PATH: $S/dev/usb/wlan
/freebsd-current/sys/modules/usb/rum/
H A DMakefile29 .PATH: $S/dev/usb/wlan
/freebsd-current/sys/modules/usb/ural/
H A DMakefile29 .PATH: $S/dev/usb/wlan
/freebsd-current/sys/modules/usb/upgt/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/usb/wlan
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DMakefile4 MOD= wlan
/freebsd-current/sys/modules/usb/zyd/
H A DMakefile29 .PATH: $S/dev/usb/wlan
/freebsd-current/sys/modules/usb/uath/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/usb/wlan
/freebsd-current/sys/modules/usb/urtw/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/usb/wlan
/freebsd-current/usr.sbin/bsdconfig/share/media/
H A DMakefile5 nfs.subr options.subr tcpip.subr ufs.subr usb.subr wlan.subr
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c556 dev->mt76.token_size = wed->wlan.token_start;
723 wed->wlan.pci_dev = pci_dev;
724 wed->wlan.bus_type = MTK_WED_BUS_PCIE;
725 wed->wlan.base = devm_ioremap(dev->mt76.dev,
728 wed->wlan.phy_base = pci_resource_start(pci_dev, 0);
729 wed->wlan.wpdma_int = pci_resource_start(pci_dev, 0) +
731 wed->wlan.wpdma_mask = pci_resource_start(pci_dev, 0) +
733 wed->wlan.wpdma_phys = pci_resource_start(pci_dev, 0) +
735 wed->wlan.wpdma_tx = pci_resource_start(pci_dev, 0) +
737 wed->wlan
[all...]
/freebsd-current/usr.sbin/bsdconfig/networking/
H A Dwlanconfig39 f_include $BSDCFG_SHARE/media/wlan.subr

Completed in 165 milliseconds

123