Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-14.2/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-HS2027 wpa_supplicant network selection
36 automatically for the matching network. This temporary network block is
93 # Automatic network selection behavior
98 # matching network block
119 # network (based on either an enabled network block or a credential)
414 Add a WPA2-Enterprise network:
436 Add an open network:
494 network id / ssid / bssid / flags
630 network={
647 network selection, following configuration and network profile
[all …]
H A DREADME526 network
533 network={
541 network={
561 network={
579 network={
597 network={
618 network={
646 network={
772 enable_network <network id> = enable a network
773 disable_network <network id> = disable a 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
82 The network configuration blocks needed for WPS are added
118 AP to access the network.
260 wps_er_set_config <UUID|BSSID> <network id>
340 credentials needed to access the network.
[all …]
/freebsd-14.2/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-14.2/libexec/nuageinit/
H A Dnuageinit89 local network = open_config("network")
100 network:write(
153 network:write('ipv6_network_interfaces="')
154 network:write(table.concat(ipv6, " ") .. '"\n')
161 network:close()
181 -- network
277 if obj.network then
280 local network = open_config("network")
283 for _, v in pairs(obj.network.ethernets) do
318 network:write('ipv6_network_interfaces="')
[all …]
/freebsd-14.2/sys/contrib/dev/rtw89/
H A DKconfig32 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
40 802.11ax PCIe wireless network (Wi-Fi 6) adapter
43 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
51 802.11ax PCIe wireless network (Wi-Fi 6) adapter
54 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
62 802.11ax PCIe wireless network (Wi-Fi 6) adapter
65 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter"
73 802.11ax PCIe wireless network (Wi-Fi 6E) adapter
/freebsd-14.2/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml37 select the best network based on the order of network blocks in
38 the configuration file, network security level (WPA/WPA2 is
49 EAP-TLS as work network.</para>
55 # home network; allow all valid ciphers
56 network={
64 network={
87 network={
109 network={
131 network={
156 network={
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/tests/sys/audit/
H A DMakefile13 ATF_TESTS_C+= network
37 SRCS.network+= network.c
38 SRCS.network+= utils.c
/freebsd-14.2/libexec/nuageinit/tests/
H A Dnuageinit.sh141 network:
155 cat > network << EOF
166 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
336 cat > network << EOF
347 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
395 cat > network << EOF
403 atf_check -o file:network cat "${PWD}"/etc/rc.conf.d/network
/freebsd-14.2/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-14.2/contrib/file/magic/Magdir/
H A Ddiff32 # librsync -- the library for network deltas
37 0 belong 0x72730236 rdiff network-delta data
39 0 belong 0x72730136 rdiff network-delta signature data
/freebsd-14.2/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-14.2/tests/sys/netlink/
H A Dtest_rtnl_ifaddr.py200 msg.base_hdr.ifa_prefixlen = ifa.network.prefixlen
237 ifa_brd = ifa.network.broadcast_address
250 assert rx_msg.base_hdr.ifa_prefixlen == ifa.network.prefixlen
285 assert rx_msg.base_hdr.ifa_prefixlen == ifa.network.prefixlen
312 ifa_brd = ifa.network.broadcast_address
451 ifa_brd = ifa.network.broadcast_address
465 ifa_brd = ifa.network.broadcast_address
493 ifa_brd = ifa.network.broadcast_address
509 msg.base_hdr.ifa_prefixlen = ifa.network.prefixlen
636 msg.base_hdr.ifa_prefixlen = ifa.network.prefixlen
[all …]
/freebsd-14.2/usr.bin/netstat/
H A Dif.c274 int *max_addr_len, bool *network, bool *link) in process_ifa_addr() argument
310 if (network != NULL) in process_ifa_addr()
311 *network = true; in process_ifa_addr()
436 bool network = false, link = false; in intpr() local
479 &network, &link); in intpr()
482 IFA_STAT(ipackets), link|network, 1); in intpr()
489 IFA_STAT(ibytes), link|network, 0); in intpr()
491 link|network, 1); in intpr()
496 IFA_STAT(obytes), link|network, 0); in intpr()
/freebsd-14.2/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-14.2/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-14.2/contrib/wpa/wpa_supplicant/systemd/
H A Dwpa_supplicant.service.in3 Before=network.target
5 Wants=network.target

12345678910>>...21