/freebsd/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.aes | 44 ifconfig $BRIDGE addm $WIRED addm $WLAN up 46 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.tsn | 46 ifconfig $BRIDGE addm $WIRED addm $WLAN up 48 ifconfig $WIRED up
|
H A D | setup.wpa2 | 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.wpa2.tkip | 45 ifconfig $BRIDGE addm $WIRED addm $WLAN up 47 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/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/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.
|
H A D | marvell,sei.txt | 10 AP and is wired while a second set comes from the CPs by the mean of 19 - #interrupt-cells: number of cells to define an SEI wired interrupt
|
/freebsd/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/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/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/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-peripheral-props.yaml | 92 description: Several SPI memories can be wired in stacked mode. 104 description: Several SPI memories can be wired in parallel mode. 110 many busses as devices must be wired. The size of each chip should
|
/freebsd/sys/vm/ |
H A D | vm_fault.c | 124 boolean_t wired; member 439 PMAP_ENTER_NOSLEEP | (fs->wired ? PMAP_ENTER_WIRED : 0), psind) != in vm_fault_soft_fast() 446 if (psind == 0 && !fs->wired) in vm_fault_soft_fast() 602 fs->fault_type | (fs->wired ? PMAP_ENTER_WIRED : 0) | in vm_fault_populate() 658 (fs->wired ? PMAP_ENTER_WIRED : 0), psind); in vm_fault_populate() 671 MPASS(!fs->wired); in vm_fault_populate() 926 &fs->first_pindex, &fs->prot, &fs->wired); in vm_fault_lookup() 955 if (fs->wired) in vm_fault_lookup() 959 ("!fs->wired && VM_FAULT_WIRE")); in vm_fault_lookup() 982 &fs->wired); in vm_fault_relookup() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | wired.conf | 4 # Example configuration file for wired authenticator. See hostapd.conf for 8 driver=wired
|