/freebsd-src/tools/tools/net80211/scripts/ |
H A D | config | 21 # Auto-detect WIRED and WIRELESS. 28 test -z "$WIRED" && WIRED=$i 35 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
|
H A D | setup.tdma-master | 3 # Setup a TDMA master and bridge it to a wired NIC. 16 ifconfig $BRIDGE addm $WLAN addm $WIRED 192.168.2.1/24 18 ifconfig $WIRED up
|
H A D | setup.simple | 12 ifconfig $BRIDGE addm $WLAN addm $WIRED up 13 ifconfig $WIRED up
|
H A D | setup.fixed | 13 ifconfig $BRIDGE addm $WLAN addm $WIRED up 14 ifconfig $WIRED up
|
H A D | setup.updown | 18 ifconfig $BRIDGE addm $WLAN addm $WIRED up 19 ifconfig $WIRED up
|
H A D | setup.wep | 18 ifconfig $BRIDGE addm $WLAN addm $WIRED up 19 ifconfig $WIRED up
|
H A D | setup.simple2 | 13 ifconfig $BRIDGE addm $WLAN addm $WIRED up 14 ifconfig $WIRED up
|
H A D | setup.dfs | 19 ifconfig $BRIDGE addm $WLAN addm $WIRED up 20 ifconfig $WIRED up
|
H A D | setup.wpa1.tkip | 44 ifconfig $BRIDGE addm $WIRED addm $WLAN up 46 ifconfig $WIRED up
|
H A D | setup.wpa1.aes | 44 ifconfig $BRIDGE addm $WIRED addm $WLAN up 46 ifconfig $WIRED up
|
H A D | setup.wpa2 | 45 ifconfig $BRIDGE addm $WIRED addm $WLAN up 47 ifconfig $WIRED up
|
H A D | setup.tsn | 46 ifconfig $BRIDGE addm $WIRED addm $WLAN up 48 ifconfig $WIRED up
|
H A D | setup.wpa2.tkip | 45 ifconfig $BRIDGE addm $WIRED addm $WLAN up 47 ifconfig $WIRED up
|
H A D | setup.wpa | 44 ifconfig $BRIDGE addm $WIRED addm $WLAN up 46 ifconfig $WIRED up
|
H A D | setup.updown.wpa | 43 ifconfig $BRIDGE addm $WIRED addm $WLAN up 45 # ifconfig $WIRED up
|
H A D | setup.mixed | 52 ifconfig $BRIDGE addm $WIRED addm $WPA_WLAN addm $OPEN_WLAN up 55 ifconfig $WIRED up
|
/freebsd-src/share/man/man9/ |
H A D | pmap_unwire.9 | 43 removes the wired attribute from each of the virtual-to-physical page mappings 50 Every valid mapping within that range is required to have the wired attribute 52 Invalid mappings are ignored, since they cannot have the wired attribute set. 56 can be used to set the wired attribute of a virtual-to-physical page mapping.
|
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | img,pdc-intc.txt | 82 * An SoC peripheral that is wired through the PDC. 85 // The interrupt controller that this device is wired to. 96 * An interrupt generating device that is wired to a SysWake pin. 99 // The interrupt controller that this device is wired to.
|
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-v3s-anbernic-rg-nano.dts | 183 /* DCDC2 wired into vdd-cpu, vdd-sys, and vdd-ephy. */ 191 /* DCDC3 wired into every 3.3v input that isn't the RTC. */ 199 /* LDO1 wired into RTC, voltage is hard-wired at 3.3v. */ 205 /* LDO2 wired into VCC-PLL and audio codec. */
|
/freebsd-src/sys/contrib/device-tree/Bindings/iio/resolver/ |
H A D | adi,ad2s1210.yaml | 44 Note on SPI connections: The CS line on the AD2S1210 should hard-wired to 105 RES0 and RES1 pins are hard-wired to match the assigned-resolution-bits 120 This is used to indicate the selected mode if A0 and A1 are hard-wired 130 RES1 are hard-wired to match this value.
|
/freebsd-src/contrib/wpa/wpa_supplicant/systemd/ |
H A D | wpa_supplicant-wired.service.arg.in | 2 Description=WPA supplicant daemon (interface- and wired driver-specific version) 12 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
|
/freebsd-src/share/man/man4/ |
H A D | scsi.4 | 172 .Em wired 177 Units are wired down by setting kernel environment hints. 190 bus numbers can be wired down to specific controllers with 212 Peripheral drivers can be wired to a specific bus, target, and lun as so: 227 wired to any particular controller, bus, target, and/or unit instance. 253 For devices that provide a serial number, units may be wired to that serial
|
/freebsd-src/sys/contrib/device-tree/Bindings/media/ |
H A D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
/freebsd-src/sys/vm/ |
H A D | vm_fault.c | 125 boolean_t wired; member 424 PMAP_ENTER_NOSLEEP | (fs->wired ? PMAP_ENTER_WIRED : 0), psind) != in vm_fault_soft_fast() 431 if (psind == 0 && !fs->wired) in vm_fault_soft_fast() 588 fs->fault_type | (fs->wired ? PMAP_ENTER_WIRED : 0) | in vm_fault_populate() 645 (fs->wired ? PMAP_ENTER_WIRED : 0), psind); in vm_fault_populate() 658 MPASS(!fs->wired); in vm_fault_populate() 916 &fs->first_pindex, &fs->prot, &fs->wired); in vm_fault_lookup() 945 if (fs->wired) in vm_fault_relookup() 949 ("!fs->wired && VM_FAULT_WIRE")); in vm_fault_relookup() 972 &fs->wired); in vm_fault_relookup() [all...] |
/freebsd-src/contrib/wpa/hostapd/ |
H A D | wired.conf | 4 # Example configuration file for wired authenticator. See hostapd.conf for 8 driver=wired
|