HomeSort by: relevance | last modified time | path
    Searched refs:network (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/share/examples/wpa_supplicant/
wpa_supplicant.conf 15 # an unencrypted network
16 network={
23 network={
31 network={
41 network={
53 #network={
78 #network={
103 #network={
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
5 network={
6 ssid="example open network"
ieee8021x.conf 5 network={
6 ssid="example 802.1x network"
wep.conf 5 network={
6 ssid="example wep network"
wpa-psk-tkip.conf 5 network={
6 ssid="example wpa-psk network"
wpa2-eap-ccmp.conf 5 network={
6 ssid="example wpa2-eap network"
openCryptoki.conf 22 network={
23 ssid="test network"
28 # use OpenSSL PKCS#11 engine for this network
wpas-dbus-new-signals.py 16 WPAS_DBUS_NETWORK_INTERFACE = "fi.w1.wpa_supplicant1.Network"
105 def networkAdded(network, properties):
106 print("NetworkAdded(%s)" % (network))
108 def networkRemoved(network):
109 print("NetworkRemoved(%s)" % (network))
111 def networkSelected(network):
112 print("NetworkSelected(%s)" % (network))
124 print("PropertiesChanged(Network): %s=%s" % (i, properties[i]))
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf 19 # file whenever configuration is changed (e.g., new network block is added with
26 # global configuration (shared by all network blocks)
46 # possible to run wpa_supplicant as root (since it needs to change network
49 # change the network configuration, this access needs to be protected in many
95 # the currently enabled networks are found, a new network (IBSS or AP mode
102 # the network blocks in the configuration file are tried one by one until
103 # the driver reports successful association; each network block should have
108 # For finding networks using hidden SSID, scan_ssid=1 in the network block can
110 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
113 # networks are found, a new IBSS or AP mode network is created
    [all...]
  /src/sys/rump/net/lib/libshmif/
Makefile 5 COMMENT=Shared memory bus network interface
  /src/sys/rump/net/lib/libtap/
Makefile 7 COMMENT=/dev/tap Ethernet tunnel software network interface
  /src/sys/rump/net/lib/libtun/
Makefile 7 COMMENT=/dev/tun network tunneling over tty
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_unity.c 208 struct unity_network *network = (struct unity_network *)(attr + 1); local
221 &network[index1],
235 &network[index1],
264 struct unity_network * network; local
281 network = (struct unity_network *)(new + 1);
284 memcpy(&network[index1],
285 &netentry->network,
288 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
289 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
299 struct unity_network * network, int *count
    [all...]
isakmp_unity.h 65 struct unity_network network; member in struct:unity_netentry
  /src/external/bsd/libpcap/dist/
libpcap.pc.in 14 Description: Platform-independent network traffic capture library
  /src/sys/rump/dev/lib/libvirtio_if_vioif/
Makefile 9 COMMENT=VirtIO network interface driver
  /src/sys/rump/net/lib/libpppoe/
Makefile 5 COMPONENT= PPP over Ethernet protocol network interface
  /src/external/bsd/ntp/dist/sntp/tests/
utilities.c 180 l_fp network; local
181 HTONL_FP(&test, &network);
183 l_fp_output_bin(&network, outputFile);
198 l_fp network; local
199 HTONL_FP(&test, &network);
201 l_fp_output_dec(&network, outputFile);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
network.c 1 /* $NetBSD: network.c,v 1.4 2025/09/05 21:16:17 christos Exp $ */
3 /* network.c - network address lookup routines */
30 * DESC 'Abstraction of a network. The distinguished value of
45 NSSOV_INIT(network)
47 NSSOV_CBPRIV(network,
52 /* write a single network entry to the stream */
62 /* get the other names for the network */
66 Debug(LDAP_DEBUG_ANY,"network entry %s does not contain %s value\n",
89 Debug(LDAP_DEBUG_ANY,"network entry %s does not contain %s value\n"
    [all...]
  /src/sys/rump/net/lib/libwg/
Makefile 8 COMMENT= virtual private network tunnel
  /src/sbin/newbtconf/
newbtconf.sh 18 if [ -d /etc/etc.network ] || [ -e /etc/etc.current ] ; then
22 dir=etc.network
  /src/external/mpl/dhcp/dist/contrib/
dhcp.spec 13 hosts on a network. Host configuration items such as IP address, name
15 a DHCP client. This eases the burden of network wide configuration by
  /src/external/bsd/openldap/dist/tests/data/
slapd-asyncmeta.conf 45 network-timeout 500
  /src/external/bsd/tcpdump/dist/
print-olsr.c 132 nd_ipv4 network; member in struct:olsr_hna4
137 nd_ipv6 network; member in struct:olsr_hna6
551 i, GET_IP6ADDR_STRING(hna6->network),
569 if (!ptr.hna->network[0] && !ptr.hna->network[1] &&
570 !ptr.hna->network[2] && !ptr.hna->network[3] &&
605 GET_IPADDR_STRING(ptr.hna->network),
  /src/external/mpl/dhcp/dist/keama/tests/samples/
example.conf 18 # network, the authoritative directive should be uncommented.
26 # DHCP server to understand the network topology.
94 shared-network 224-29 {

Completed in 37 milliseconds

1 2 3