Home
last modified time | relevance | path

Searched full:radius (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/external/wpa_supplicant_8/src/radius/
Dradius_client.c2 * RADIUS client
12 #include "radius.h"
16 /* Defaults for RADIUS retransmit values (exponential backoff) */
19 * RADIUS_CLIENT_FIRST_WAIT - RADIUS client timeout for first retry in seconds
24 * RADIUS_CLIENT_MAX_WAIT - RADIUS client maximum retry timeout in seconds
29 * RADIUS_CLIENT_MAX_RETRIES - RADIUS client maximum retries
37 * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages
45 * RADIUS_CLIENT_NUM_FAILOVER - RADIUS client failover point
47 * The number of failed retry attempts after which the RADIUS server will be
54 * struct radius_rx_handler - RADIUS client RX handler
[all …]
Dradius_client.h2 * RADIUS client
17 * struct hostapd_radius_server - RADIUS server information for RADIUS client
19 * This structure contains information about a RADIUS server. The values are
39 * shared_secret - Shared secret for authenticating RADIUS messages
118 * struct hostapd_radius_servers - RADIUS servers for RADIUS client
122 * auth_servers - RADIUS Authentication servers in priority order
137 * acct_servers - RADIUS Accounting servers in priority order
155 * the primary RADIUS server. RADIUS client code will automatically try
164 * msg_dumps - Whether RADIUS message details are shown in stdout
181 * RadiusType - RADIUS server type for RADIUS client
[all …]
/external/fmtlib/doc/bootstrap/mixins/
Dborder-radius.less1 // Single side border-radius
3 .border-top-radius(@radius) {
4 border-top-right-radius: @radius;
5 border-top-left-radius: @radius;
7 .border-right-radius(@radius) {
8 border-bottom-right-radius: @radius;
9 border-top-right-radius: @radius;
11 .border-bottom-radius(@radius) {
12 border-bottom-right-radius: @radius;
13 border-bottom-left-radius: @radius;
[all …]
/external/ppp/pppd/plugins/radius/
Dpppd-radius.81 .\" manual page [] for RADIUS plugin for pppd 2.4
2 .\" $Id: pppd-radius.8,v 1.5 2004/03/26 13:27:17 kad Exp $
8 .TH PPPD-RADIUS 8
10 radius.so \- RADIUS authentication plugin for
17 plugin radius.so
20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
21 MS-CHAPv2 authentication against a RADIUS server instead of the usual
27 The RADIUS plugin is built on a library called
30 consult those files for more information on configuring the RADIUS
34 The RADIUS plugin introduces one additional pppd option:
[all …]
Dpppd-radattr.810 radattr.so \- RADIUS utility plugin for
17 plugin radius.so plugin radattr.so
20 The radattr plugin for pppd causes all radius attributes returned by
21 the RADIUS server at authentication time to be stored in the file
25 is the name of the PPP interface. The RADIUS attributes are stored
32 load the radius.so plugin before loading the radattr.so plugin;
33 radattr.so depends on symbols defined in radius.so.
37 .B plugin radius.so plugin radattr.so
/external/v8/tools/sodium/
Dstyles.css33 border-radius: 10px;
34 -o-border-radius: 10px;
35 -moz-border-radius: 10px;
36 -webkit-border-radius: 10px;
42 border-radius: 10px;
43 -o-border-radius: 10px;
44 -moz-border-radius: 10px;
45 -webkit-border-radius: 10px;
50 border-radius: 10px;
51 -o-border-radius: 10px;
[all …]
/external/fmtlib/doc/bootstrap/
Dpanels.less11 border-radius: @panel-border-radius;
25 .border-top-radius((@panel-border-radius - 1));
53 .border-bottom-radius((@panel-border-radius - 1));
69 border-radius: 0;
72 // Add border top radius for first one
76 .border-top-radius((@panel-border-radius - 1));
79 // Add border bottom radius for last one
83 .border-bottom-radius((@panel-border-radius - 1));
114 // Add border top radius for first one
117 .border-top-radius((@panel-border-radius - 1));
[all …]
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
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
[all …]
Dradiusclient.conf.in4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
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
[all …]
/external/skia/src/effects/
DSkMorphologyImageFilter.cpp97 SkVector radius = SkVector::Make(SkIntToScalar(this->radius().width()), in onFilterNodeBounds() local
98 SkIntToScalar(this->radius().height())); in onFilterNodeBounds()
99 ctm.mapVectors(&radius, 1); in onFilterNodeBounds()
100 return src.makeOutset(SkScalarCeilToInt(radius.x()), SkScalarCeilToInt(radius.y())); in onFilterNodeBounds()
120 str->appendf("radius: (%d,%d)", this->radius().fWidth, this->radius().fHeight); in toString()
128 str->appendf("radius: (%d,%d)", this->radius().fWidth, this->radius().fHeight); in toString()
150 Direction dir, int radius, MorphologyType type) { in Make() argument
152 dir, radius, type)); in Make()
155 static sk_sp<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, Direction dir, int radius, in Make() argument
158 dir, radius, type, bounds)); in Make()
[all …]
/external/ImageMagick/www/api/
Deffect.php59radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
64 Image *AdaptiveBlurImage(const Image *image,const double radius,
79 <dt>radius</dt>
80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
94radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
99 Image *AdaptiveSharpenImage(const Image *image,const double radius,
114 <dt>radius</dt>
115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
129radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
134 Image *BlurImage(const Image *image,const double radius,
[all …]
Deffect.html63radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
68 Image *AdaptiveBlurImage(const Image *image,const double radius,
83 <dt>radius</dt>
84 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
98radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
103 Image *AdaptiveSharpenImage(const Image *image,const double radius,
118 <dt>radius</dt>
119 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
133radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
138 Image *BlurImage(const Image *image,const double radius,
[all …]
/external/ImageMagick/ImageMagick/api/
Deffect.html59radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
64 Image *AdaptiveBlurImage(const Image *image,const double radius,
79 <dt>radius</dt>
80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
94radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
99 Image *AdaptiveSharpenImage(const Image *image,const double radius,
114 <dt>radius</dt>
115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
129radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
134 Image *BlurImage(const Image *image,const double radius,
[all …]
/external/libxml2/test/schemas/
Dbug306806_0.xml9 <radius dimension='L' Length='inch'> 1.375 </radius>
24 <radius dimension='L' Length='inch'> 1.375 </radius>
36 <radius dimension='L' Length='inch'> 1.375 </radius>
48 <radius dimension='L' Length='inch'> 1.375 </radius>
59 <radius dimension='L' Length='inch'> 1.375 </radius>
71 <radius dimension='L' Length='inch'> 1.375 </radius>
82 <radius dimension='L' Length='inch'> 1.375 </radius>
93 <radius dimension='L' Length='inch'> 1.375 </radius>
104 <radius dimension='L' Length='inch'> 1.375 </radius>
/external/vulkan-validation-layers/libs/glm/gtx/
Dinertia.inl45 T const & Radius
48 T a = Mass * Radius * Radius / T(2);
58 T const & Radius
61 T a = Mass * Radius * Radius / T(2);
72 T const & Radius
75 T a = static_cast<T>(2) * Mass * Radius * Radius / T(5);
83 T const & Radius
86 T a = static_cast<T>(2) * Mass * Radius * Radius / T(5);
96 T const & Radius
99 T a = static_cast<T>(2) * Mass * Radius * Radius / T(3);
[all …]
/external/skia/src/opts/
DSkMorphologyImageFilter_opts.h21 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
26 radius = SkMin32(radius, width - 1); in morph()
27 const SkPMColor* upperSrc = src + radius * srcStrideX; in morph()
45 if (x >= radius) { src += srcStrideX; } in morph()
46 if (x + radius < width - 1) { upperSrc += srcStrideX; } in morph()
54 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
59 radius = SkMin32(radius, width - 1); in morph()
60 const SkPMColor* upperSrc = src + radius * srcStrideX; in morph()
77 if (x >= radius) src += srcStrideX; in morph()
78 if (x + radius < width - 1) upperSrc += srcStrideX; in morph()
[all …]
/external/wpa_supplicant_8/src/ap/
Daccounting.c2 * hostapd / RADIUS Accounting
15 #include "radius/radius.h"
16 #include "radius/radius_client.h"
47 radius_client_get_id(hapd->radius)); in accounting_msg()
49 wpa_printf(MSG_INFO, "Could not create new RADIUS packet"); in accounting_msg()
74 /* Use RADIUS ACL identity if 802.1X provides no identity */ in accounting_msg()
80 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided in accounting_msg()
243 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
255 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0) in accounting_sta_start()
271 if (!hapd->conf->radius->acct_server) in accounting_sta_report()
[all …]
Dieee802_11_auth.c9 * configured ACL from configuration files or an external RADIUS server.
10 * Results from external RADIUS queries are cached to allow faster
18 #include "radius/radius.h"
19 #include "radius/radius_client.h"
153 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query()
172 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query()
173 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query()
197 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0) in hostapd_radius_acl_query()
241 * @session_timeout: Buffer for returning session timeout (from RADIUS)
242 * @acct_interim_interval: Buffer for returning account interval (from RADIUS)
[all …]
/external/okhttp/website/static/
Dbootstrap-combined.min.css9radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#ff…
18radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-w…
/external/skia/gm/
Dblurcircles2.cpp22 * In Sample mode this draws a single circle and almost-circle with animating radius and blur
23 * radius.
50 auto almostCircleMaker = [] (SkScalar radius, SkPath* dst) { in onDraw() argument
52 dst->addArc(SkRect::MakeXYWH(-radius, -radius, 2 * radius, 2 * radius), 0, 355); in onDraw()
57 auto blurMaker = [] (SkScalar radius) ->sk_sp<SkMaskFilter> { in onDraw() argument
59 SkBlurMask::ConvertRadiusToSigma(radius), in onDraw()
91 const SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local
92 lineWidth += 2 * (radius + kMaxBlurRadius) + kPad; in onDraw()
104 SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local
106 radius += fRandom.nextSScalar1() * kDeltaRadius; in onDraw()
[all …]
Ddashcircle.cpp44 const SkScalar radius = 125; in onDraw() local
45 SkRect oval = SkRect::MakeLTRB(-radius - 20, -radius - 20, radius + 20, radius + 20); in onDraw()
47 circle.addCircle(0, 0, radius); in onDraw()
48 SkScalar circumference = radius * SK_ScalarPI * 2; in onDraw()
50 canvas->translate(radius+20, radius+20); in onDraw()
90 canvas->translate(0, radius * 2 + 50); in onDraw()
93 canvas->translate(radius * 2 + 50, 0); in onDraw()
/external/skia/src/gpu/effects/
DGrCircleEffect.fp10 in float radius;
14 // The circle uniform is (center.x, center.y, radius + 0.5, 1 / (radius + 0.5)) for regular
15 // fills and (..., radius - 0.5, 1 / (radius - 0.5)) for inverse fills.
21 if (radius != prevRadius || center != prevCenter) {
22 SkScalar effectiveRadius = radius;
31 prevRadius = radius;
37 // radius and then denormalized. This is to prevent overflow on devices that have a "real"
61 SkScalar radius = testData->fRandom->nextRangeF(0.f, 1000.f);
66 return GrCircleEffect::Make(et, center, radius);
DGr1DKernelEffect.h16 * has a pixel radius. The kernel is specified in the src texture's space
17 * and the kernel center is pinned to a texel's center. The radius specifies
20 * two times the radius.
33 static int WidthFromRadius(int radius) { return 2 * radius + 1; } in WidthFromRadius() argument
35 int radius() const { return fRadius; } in radius() function
41 str.appendf("Direction: %s, Radius: %d ", kX_Direction == fDirection ? "X" : "Y", fRadius); in dumpInfo()
48 sk_sp<GrTextureProxy> proxy, Direction direction, int radius) in Gr1DKernelEffect() argument
51 , fRadius(radius) { in Gr1DKernelEffect()
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
Delements.py75 def __init__(self, center, radius): argument
79 @param radius: the radius of the circle
82 self.radius = radius
86 return self.center is not None and self.radius is not None
93 return self.center.distance(p) <= self.radius + TOLERANCE
100 return self.center == c.center and about_eq(self.radius, c.radius)
109 return hash((self.center, self.radius))
114 'Radius: %.4f' % self.radius)
/external/slf4j/slf4j-site/src/site/pages/css/
Dsite.css56 -webkit-border-radius: 3px;
57 -moz-border-radius: 3px;
58 border-radius: 3px;
146 -webkit-border-radius: 3px;
147 -moz-border-radius: 3px;
148 border-radius: 3px;
165 -webkit-border-radius: 3px;
166 -moz-border-radius: 3px;
167 border-radius: 3px;
183 -webkit-border-radius: 3px;
[all …]

12345678910>>...27