Home
last modified time | relevance | path

Searched refs:RADIUS (Results 1 – 25 of 43) sorted by relevance

12

/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in5 # if you specify "radius,local" then the RADIUS server is asked
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and server
49 # just like in the normal RADIUS distributions
52 # program to call for a RADIUS authenticated login
57 # RADIUS server
69 # time to wait for a reply from the RADIUS server
[all …]
Ddictionary.compat40 # For compatibility with ESVA RADIUS, Old Cistron RADIUS
Dport-id-map5 # is reported as part of a RADIUS authentication or accouting request.
Drealms3 # Handle realm @netservers.co.uk on an internal RADIUS server
/external/tcpdump/tests/
Dradius-rfc5176-v.out2 10.0.0.10.12345 > 10.0.0.1.3799: RADIUS, length: 38
6 10.0.0.1.3799 > 10.0.0.10.12345: RADIUS, length: 38
10 10.0.0.1.3799 > 10.0.0.10.12345: RADIUS, length: 38
14 10.0.0.10.12345 > 10.0.0.1.3799: RADIUS, length: 38
18 10.0.0.1.3799 > 10.0.0.10.12345: RADIUS, length: 38
22 10.0.0.1.3799 > 10.0.0.10.12345: RADIUS, length: 38
Dradius-rfc4675-v.out2 127.0.0.1.53334 > 127.0.0.1.1812: RADIUS, length: 80
10 127.0.0.1.1812 > 127.0.0.1.53334: RADIUS, length: 53
17 127.0.0.1.46281 > 127.0.0.1.1812: RADIUS, length: 82
25 127.0.0.1.1812 > 127.0.0.1.46281: RADIUS, length: 43
31 127.0.0.1.39300 > 127.0.0.1.1812: RADIUS, length: 81
39 127.0.0.1.1812 > 127.0.0.1.39300: RADIUS, length: 43
Dradius-v.out2 10.0.0.1.1645 > 10.0.0.100.1812: RADIUS, length: 139
15 10.0.0.100.1812 > 10.0.0.1.1645: RADIUS, length: 109
25 10.0.0.1.1645 > 10.0.0.100.1812: RADIUS, length: 174
39 10.0.0.100.1812 > 10.0.0.1.1645: RADIUS, length: 97
Dradius-port1700-v.out2 127.0.0.1.42172 > 127.0.0.1.1700: RADIUS, length: 25
Dradius_attr_asan.out2 0.0.86.32.258 > 0.2.250.99.3799: RADIUS, length: 263
/external/webp/src/enc/
Dpicture_psnr_enc.c35 #define RADIUS 2 // search radius. Shouldn't be too large. macro
43 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM()
44 const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1; in AccumulateLSIM()
46 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; in AccumulateLSIM()
47 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM()
64 #undef RADIUS
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DProjectionTest.java33 private static final float RADIUS = 1; field in ProjectionTest
44 RADIUS, in sphericalMesh()
59 assertEquals(RADIUS, Math.sqrt(x * x + y * y + z * z), EPSILON); in sphericalMesh()
/external/wpa_supplicant_8/hostapd/
Dhostapd.radius_clients1 # RADIUS client configuration for the RADIUS server
DChangeLog69 - allow local VLAN management with remote RADIUS authentication
78 * RADIUS server: started to accept ERP keyName-NAI as user identity
170 * RADIUS
252 * add support for Acct-Multi-Session-Id in RADIUS Accounting messages
273 * RADIUS DAS:
288 * fixed some RADIUS server failover cases
298 * added support for number of new RADIUS attributes from RFC 7268
333 * enforce full EAP authentication after RADIUS Disconnect-Request by
336 in RADIUS Disconnect-Request
342 * subscription remediation (based on RADIUS server request or
[all …]
DREADME2 Authenticator and RADIUS authentication server
56 included in the kernel driver: using external RADIUS authentication
58 and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN)
63 an external RADIUS authentication server), and RADIUS authentication
125 frames used by that server. RADIUS is suitable for this, but IEEE
140 Authentication Server. hostapd supports RADIUS encapsulation of EAP
141 packets, so the Authentication Server should be a RADIUS server, like
179 An external Authentication Server (RADIUS) is configured with
184 Authenticator and RADIUS encapsulation between the Authenticator and
191 Any RADIUS server supporting EAP should be usable as an IEEE 802.1X
[all …]
Dandroid.config42 # Driver interface for no driver (e.g., RADIUS server only)
118 # RADIUS authentication server. This provides access to the integrated EAP
119 # server from external hosts using RADIUS.
122 # Build IPv6 support for RADIUS operations
148 # Remove support for RADIUS accounting
151 # Remove support for RADIUS
Ddefconfig44 # Driver interface for no driver (e.g., RADIUS server only)
137 # RADIUS authentication server. This provides access to the integrated EAP
138 # server from external hosts using RADIUS.
141 # Build IPv6 support for RADIUS operations
182 # Remove support for RADIUS accounting
185 # Remove support for RADIUS
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Deapol_test.sgml15 <refpurpose>EAP peer and RADIUS client testing</refpurpose>
48 peer implementation that wpa_supplicant is using and the RADIUS
59 of EAP methods against RADIUS servers and in development testing
63 from a RADIUS server. For example, the automated EAP tests described
66 test suite for a RADIUS authentication server.</para>
76 configuration from test.conf against the RADIUS server running
136 <listitem><para>RADIUS Connect-Info. The default is
/external/python/cpython2/Demo/tkinter/guido/
Dbrownian.py13 RADIUS = 2 variable
20 r = RADIUS
Dbrownian2.py12 RADIUS = 2 variable
20 r = RADIUS
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt53 # hostapd as RADIUS server
144 # Configure RADIUS authentication service
161 # Set RADIUS passphrase for the APs
168 Start RADIUS authentication server
175 OSEN RADIUS server configuration notes
177 The OSEN RADIUS server config file should have the 'ocsp_stapling_response'
258 APs can now be configured to use the OSU server as the RADIUS
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_server.rb32 RADIUS = 637_100 constant
47 (2 * RADIUS * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a))).to_i
/external/llvm-project/flang/test/Semantics/
Dresolve97.f9092 REAL :: RADIUS(nodes) local
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt6 hostapd (RADIUS client and RADIUS processing, EAP<->RADIUS
16 I'm more than willing to add new RADIUS authentication servers to make
18 seen as automatic regression/interoperability testing for the RADIUS
40 Cisco Aironet 1200 AP (local RADIUS server) ----------------. | |
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME21 The second setup, server/racoon.conf-radius, uses a RADIUS server for
23 to be used for the RADIUS server are configured in /etc/radius.conf,
/external/ipsec-tools/src/racoon/doc/
DFAQ58 Enable the use of RADIUS with hybrid authentication on the
59 server side. RADIUS is used for authentication, configuration

12