Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1768 network={
1776 network={
1784 network={
1795 network={
1807 network={
1824 network={
1838 network={
1851 network={
1864 network={
1882 network={
[all …]
H A DREADME-HS2022 The core Interworking functionality (network selection, GAS/ANQP) were
27 wpa_supplicant network selection
32 network blocks (e.g., per-SSID parameters). When requested to perform
33 network selection, wpa_supplicant picks the highest priority enabled
34 network block or credential. If a credential is picked (based on ANQP
35 information from APs), a temporary network block is created
36 automatically for the matching network. This temporary network block is
37 used similarly to the network blocks that can be configured by the user,
42 By default, wpa_supplicant is not using automatic network selection
44 can be changed with the auto_interworking=1 parameter to perform network
[all …]
H A DREADME384 /etc/wpa_supplicant.conf, with network configuration for the networks
517 Configuration file can include one or more network blocks, e.g., one
519 network based on the order of network blocks in the configuration
520 file, network security level (WPA/WPA2 is preferred), and signal
525 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
526 network
532 # home network; allow all valid ciphers
533 network={
540 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
541 network={
[all …]
H A DREADME-WPS14 wireless network. It allows automated generation of random keys (WPA
21 wireless network, it should be noted that the use of the PIN and
24 environments that require secure network access without chance for
28 in the network setup:
30 - Registrar: a device that control a network and can authorize
34 - Enrollee: a device that is being authorized to use the network
49 an Enrollee to enroll new network credential or as a Registrar to
82 The network configuration blocks needed for WPS are added
86 WPS registration will generate new network blocks for the acquired
99 network. wpa_supplicant uses the control interface as an input channel
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dcidrexpand110 my ($prefix, $network, $len, $right);
142 if (($prefix, $network, $len, $right) =
145 print_expanded_v4network($network, $len, $prefix, $right);
147 elsif ((($prefix, $network, $len, $right) =
150 defined(cidrvalidate($network)))
152 print_expanded_v6network($network, $len // 128, $prefix, $right);
167 my ($network, $len, $prefix, $suffix) = @_;
172 foreach my $nl ($len == 0 ? (0..255) : cidr2octets("$network/$len"))
186 my ($network, $len, $prefix, $suffix) = @_;
198 foreach my $nl (cidr2octets("$network/$len"))
/freebsd/libexec/nuageinit/
H A Dnuageinit76 -- silently return no network configuration is provided
98 local network = open_config("network")
106 network:write("ifconfig_" .. interface .. '="DHCP"\n')
109 network:write(
135 network:write("ifconfig_" .. interface .. '_ipv6="inet6 ' .. v["ip_address"] .. '"\n')
162 network:write('ipv6_network_interfaces="')
163 network:write(table.concat(ipv6, " ") .. '"\n')
164 network:write('ipv6_default_interface="' .. ipv6[1] .. '"\n')
170 network:close()
190 -- network
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A DKconfig38 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
46 802.11ax PCIe wireless network (Wi-Fi 6) adapter
49 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
57 802.11ax PCIe wireless network (Wi-Fi 6) adapter
60 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
69 802.11ax PCIe wireless network (Wi-Fi 6) adapter
72 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter"
80 802.11ax PCIe wireless network (Wi-Fi 6E) adapter
83 tristate "Realtek 8922AE PCI wireless network (Wi-Fi 7) adapter"
91 802.11be PCIe wireless network (W
[all...]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml35 <para>Configuration file can include one or more network blocks,
37 select the best network based on the order of network blocks in
38 the configuration file, network security level (WPA/WPA2 is
48 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with
49 EAP-TLS as work network.</para>
55 # home network; allow all valid ciphers
56 network={
63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
64 network={
87 network={
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0049.in1 #test :broadcast and :network modifiers
2 pass in on lo0 from lo0:network to any keep state
3 pass out on lo0 inet from lo0:network to any
4 pass in on lo0 inet6 from lo0:network to any keep state
/freebsd/contrib/ntp/sntp/tests/
H A Dutilities.c178 l_fp network; in test_LfpOutputBinaryFormat() local
179 HTONL_FP(&test, &network); in test_LfpOutputBinaryFormat()
181 l_fp_output_bin(&network, outputFile); in test_LfpOutputBinaryFormat()
196 l_fp network; in test_LfpOutputDecimalFormat() local
197 HTONL_FP(&test, &network); in test_LfpOutputDecimalFormat()
199 l_fp_output_dec(&network, outputFile); in test_LfpOutputDecimalFormat()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dnetwork.subr32 f_dprintf "%s: loading includes..." media/network.subr
47 # Initialize a network device (such as `fxp0', `em0', etc.). Returns success if
49 # from the FreeBSD install media) then assume that the network has already been
52 # The variables (from variable.subr) used to initialize the network are as
57 # defines the ifconfig(8) properties specific to a chosen network
62 # IPv6 configuration for the given network interface device.
74 f_dprintf "Init routine called for network device \`%s'." "$dev"
141 # Shuts down the configured network device (e.g., `fxp0', `em0', etc.) and
150 f_dprintf "Shutdown called for network device %s" "$dev"
179 f_dprintf "%s: Successfully loaded." media/network.subr
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py105 def networkAdded(network, properties): argument
106 print("NetworkAdded(%s)" % (network))
108 def networkRemoved(network): argument
109 print("NetworkRemoved(%s)" % (network))
111 def networkSelected(network): argument
112 print("NetworkSelected(%s)" % (network))
/freebsd/tools/tools/net80211/w00t/
H A DREADME13 prga Gives ability to transmit on a WEP network.
14 redir Gives ability to decrypt in real-time on a WEP network, via Internet.
15 expand Gives ability to decrypt locally on a WEP network.
26 Acts as a wifi client. It will associate to a network and bind a
49 Sniff a packet on a WEP network and obtain a keystream. It binds
50 to a tap interface which may be used to TX packets on that network.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod31 BIO_s_datagram() is a BIO implementation designed for use with network sockets
46 This BIO can be used with either a connected or unconnected network socket. A
47 connected socket is a network socket which has had L<BIO_connect(3)> or a
61 Use of BIO_s_datagram() with an unconnected network socket is hazardous hecause
66 calls BIO_read(), any host on the network may cause future datagrams written to
124 Warning: When used with an unconnected network socket, the value set may be
126 hazardous when used with unconnected network sockets; see above.
147 The value returned by this call depends on the network layer protocol being
151 higher in atypical network configurations, for example where IPv6 extension
156 If I<num> is nonzero, configures the underlying network socket to enable Don't
[all …]
/freebsd/tests/sys/audit/
H A DMakefile12 ATF_TESTS_C+= network
36 SRCS.network+= network.c
37 SRCS.network+= utils.c
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh142 network:
156 cat > network << EOF
167 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
337 cat > network << EOF
348 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
396 cat > network << EOF
404 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc885ads.dts97 device_type = "network";
105 linux,network-index = <0>;
109 device_type = "network";
117 linux,network-index = <1>;
200 device_type = "network";
209 linux,network-index = <2>;
H A Dmgcoge.dts147 device_type = "network";
154 linux,network-index = <0>;
189 device_type = "network";
196 linux,network-index = <1>;
202 device_type = "network";
209 linux,network-index = <2>;
/freebsd/lib/libc/net/
H A Dhosts15 # Imaginary network.
27 # real official assigned numbers. Do not try to invent your own network
28 # numbers but instead get one from your network provider (if any) or
/freebsd/contrib/tcpdump/
H A Dprint-olsr.c127 nd_ipv4 network; member
132 nd_ipv6 network; member
546 i, GET_IP6ADDR_STRING(hna6->network), in olsr_print()
564 if (!ptr.hna->network[0] && !ptr.hna->network[1] && in olsr_print()
565 !ptr.hna->network[2] && !ptr.hna->network[3] && in olsr_print()
600 GET_IPADDR_STRING(ptr.hna->network), in olsr_print()
/freebsd/tests/sys/net/routing/
H A Dtest_routing_l3.py40 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
47 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
75 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
82 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]
/freebsd/usr.bin/netstat/
H A Dif.c292 int *max_addr_len, bool *network, bool *link) in process_ifa_addr() argument
328 if (network != NULL) in process_ifa_addr()
329 *network = true; in process_ifa_addr()
454 bool network = false, link = false; in intpr() local
497 &network, &link); in intpr()
500 IFA_STAT(ipackets), link|network, 1); in intpr()
507 IFA_STAT(ibytes), link|network, 0); in intpr()
509 link|network, 1); in intpr()
514 IFA_STAT(obytes), link|network, 0); in intpr()
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py210 msg.base_hdr.ifa_prefixlen = ifa.network.prefixlen
247 ifa_brd = ifa.network.broadcast_address
260 assert rx_msg.base_hdr.ifa_prefixlen == ifa.network.prefixlen
295 assert rx_msg.base_hdr.ifa_prefixlen == ifa.network.prefixlen
316 assert rx_msg_gu.base_hdr.ifa_prefixlen == ifa.network.prefixlen
322 ifa_brd = ifa.network.broadcast_address
340 assert rx_msg.base_hdr.ifa_prefixlen == ifa.network.prefixlen
368 assert rx_msg_gu.base_hdr.ifa_prefixlen == ifa.network.prefixlen
461 ifa_brd = ifa.network.broadcast_address
475 ifa_brd = ifa.network.broadcast_address
[all …]
/freebsd/tools/tools/net80211/wesside/
H A DREADME12 * Discovers the network's IP using the linear keystream expansion technique in
14 * Generates traffic on the network for weak IV attack:
20 [dics] and a packet with a known IV traverses the network.
/freebsd/share/examples/ipfilter/rules/
H A Dftp-proxy9 Lets assume your network diagram looks something like this:
29 ipaddr-c-net = another ip# on the C-network (usually not the same as the
32 e.g., if host A was 10.1.1.1, host B had two network interfaces ed0 and vx0

12345678910>>...20