Home
last modified time | relevance | path

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

12345678910>>...24

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1864 network={
1872 network={
1880 network={
1891 network={
1903 network={
1920 network={
1934 network={
1947 network={
1960 network={
1978 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/sys/contrib/dev/rtw89/
H A DKconfig45 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
53 802.11ax PCIe wireless network (Wi-Fi 6) adapter
56 tristate "Realtek 8851BU USB wireless network (Wi-Fi 6) adapter"
64 802.11ax USB wireless network (Wi-Fi 6) adapter
67 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
75 802.11ax PCIe wireless network (Wi-Fi 6) adapter
78 tristate "Realtek 8852AU USB wireless network (Wi-Fi 6) adapter"
86 802.11ax USB wireless network (Wi-Fi 6) adapter
89 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
98 802.11ax PCIe wireless network (Wi-Fi 6) adapter
[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/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/libexec/nuageinit/
H A Dnuageinit390 -- Set network configuration from user_data
392 if obj.network == nil then return end
394 local network = open_config("network")
400 for i, v in pairs(obj.network.ethernets) do
436network:write("ifconfig_" .. interface .. "_name=" .. nuage.shell_escape(v["set-name"]) .. "\n")
442network:write("ifconfig_" .. interface .. "=" .. nuage.shell_escape("DHCP" .. extra_opts) .. "\n")
446network:write("ifconfig_" .. interface .. "=" .. nuage.shell_escape("inet " .. a .. extra_opts) ..…
448network:write("ifconfig_" .. interface .. "_ipv6=" .. nuage.shell_escape("inet6 " .. a .. extra_op…
472 network:write("ipv6_network_interfaces=" .. nuage.shell_escape(table.concat(ipv6, " ")) .. "\n")
473 network:write("ipv6_default_interface=" .. nuage.shell_escape(ipv6[1]) .. "\n")
[all …]
/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/crypto/openssl/doc/man3/
H A DSSL_get_rpoll_descriptor.pod7 network I/O can be performed
22 perform useful network I/O, so that an application using a QUIC connection SSL
30 from the network and/or writing data to the network respectively.
31 If an SSL object is not interested in reading data from the network at the
33 not interested in writing data to the network at the current time,
37 these calls, in conjunction with L<SSL_get_event_timeout(3)> to wait for network
H A DBIO_s_datagram.pod33 BIO_s_datagram() is a BIO implementation designed for use with network sockets
53 This BIO can be used with either a connected or unconnected network socket. A
54 connected socket is a network socket which has had L<BIO_connect(3)> or a
68 Use of BIO_s_datagram() with an unconnected network socket is hazardous because
73 calls BIO_read(), any host on the network may cause future datagrams written to
142 Warning: When used with an unconnected network socket, the value set may be
144 hazardous when used with unconnected network sockets; see above.
177 The value returned by this call depends on the network layer protocol being
181 higher in atypical network configurations, for example where IPv6 extension
186 If I<num> is nonzero, configures the underlying network socket to enable Don't
[all …]
/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/openssh/
H A DREADME.privsep26 does not handle untrusted, network-derived data; instead it forks and
43 | network socket +------------++--------------+ |
52 it does not deal directly with network-derived data, but forks and
54 SSH protocol communication over the network socket. sshd-session
62 sshd-auth is the network-facing process that implements the initial
66 any network traffic. All operations that require privilege, such as
87 | network socket +--------------++---------------+ |
99 perform network and SSH protocol operations for the remainder of the
161 network-facing sshd-auth process.
171 47091 is the user-privileged network-facing post-authentication
/freebsd/tests/sys/audit/
H A DMakefile12 ATF_TESTS_C+= network
36 SRCS.network+= network.c
37 SRCS.network+= utils.c
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in41 ; - With /etc/systemd/network/*.network a setting to make sure the network
42 ; is not considered online too early, can reduce network unreachable
50 After=network-online.target
51 Wants=network-online.target
/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/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md21 APIs; using custom network interaction BIOs in order to get the best
22 performance at a network level as well as OS interactions (IO handling, thread
37 - We want to support custom BIOs on the network side and to the extent
39 in use on the network side. More generally, the integrity of the BIO
45 Note that implementation of QUIC will require that the underlying network BIO
48 over TCP. This will require applications using custom BIOs on the network side
54 events as well as the circumstances where a network socket becomes readable or
62 network. This is independent of and orthogonal to the application interface to
69 used for the calls to the underlying network BIOs. To illustrate this point, we
70 first consider how QUIC might be implemented using blocking network I/O
[all …]
/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.c297 int *max_addr_len, bool *network, bool *link) in process_ifa_addr() argument
333 if (network != NULL) in process_ifa_addr()
334 *network = true; in process_ifa_addr()
475 bool network = false, link = false; in intpr() local
518 &network, &link); in intpr()
521 IFA_STAT(ipackets), link|network, 1); in intpr()
528 IFA_STAT(ibytes), link|network, 0); in intpr()
530 link|network, 1); in intpr()
535 IFA_STAT(obytes), link|network, 0); in intpr()

12345678910>>...24