Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c2 * RADIUS client
13 #include "radius.h"
17 /* Defaults for RADIUS retransmit values (exponential backoff) */
20 * RADIUS_CLIENT_FIRST_WAIT - RADIUS client timeout for first retry in seconds
25 * RADIUS_CLIENT_MAX_WAIT - RADIUS client maximum retry timeout in seconds
30 * RADIUS_CLIENT_MAX_FAILOVER - RADIUS client maximum retries
38 * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages
46 * RADIUS_CLIENT_NUM_FAILOVER - RADIUS client failover point
48 * The number of failed retry attempts after which the RADIUS server will be
55 * 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
186 * RadiusType - RADIUS server type for RADIUS client
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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_FAILOVER - 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 …]
/third_party/skia/third_party/externals/angle2/util/
Dgeometry_utils.cpp25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry() argument
42 result->positions[vertexIdx] = direction * radius; in CreateSphereGeometry()
66 void GenerateCubeGeometry(float radius, CubeGeometry *result) in GenerateCubeGeometry() argument
69 result->positions[0] = Vector3(-radius, -radius, -radius); in GenerateCubeGeometry()
70 result->positions[1] = Vector3(-radius, -radius, radius); in GenerateCubeGeometry()
71 result->positions[2] = Vector3(radius, -radius, radius); in GenerateCubeGeometry()
72 result->positions[3] = Vector3(radius, -radius, -radius); in GenerateCubeGeometry()
73 result->positions[4] = Vector3(-radius, radius, -radius); in GenerateCubeGeometry()
74 result->positions[5] = Vector3(-radius, radius, radius); in GenerateCubeGeometry()
75 result->positions[6] = Vector3(radius, radius, radius); in GenerateCubeGeometry()
[all …]
/third_party/libwebsockets/plugins/
Dserver-status.css59 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;}
64 -webkit-border-radius:10px;
65 border-radius:10px; }
69 -webkit-border-radius:10px;
70 border-radius:10px;
77 -webkit-border-radius:8px;
78 border-radius:8px;
83 -webkit-border-radius:8px;
85 border-radius:8px;
94 -webkit-border-radius:3px;
[all …]
/third_party/libwebsockets/test-apps/
Dtest.css52 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;}
57 -webkit-border-radius:10px;
58 border-radius:10px; }
62 -webkit-border-radius:10px;
63 border-radius:10px;
70 -webkit-border-radius:8px;
71 border-radius:8px;
76 -webkit-border-radius:8px;
78 border-radius:8px;
87 -webkit-border-radius:3px;
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.css52 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;}
57 -webkit-border-radius:10px;
58 border-radius:10px; }
62 -webkit-border-radius:10px;
63 border-radius:10px;
70 -webkit-border-radius:8px;
71 border-radius:8px;
76 -webkit-border-radius:8px;
78 border-radius:8px;
87 -webkit-border-radius:3px;
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_boxblur.c45 int radius[4]; member
101 s->radius[Y] = s->luma_param.radius; in config_input()
102 s->radius[U] = s->radius[V] = s->chroma_param.radius; in config_input()
103 s->radius[A] = s->alpha_param.radius; in config_input()
112 /* Naive boxblur would sum source pixels from x-radius .. x+radius
113 * for destination pixel x. That would be O(radius*width).
128 int src_step, int len, int radius) \
130 const int length = radius*2 + 1; \
132 int x, sum = src[radius*src_step]; \
134 for (x = 0; x < radius; x++) \
[all …]
Dvf_sab.c35 float radius; member
87 …{ "luma_radius", "set luma radius", OFFSET(luma.radius), AV_OPT_TYPE_FLOAT, {.dbl=1.0},…
88 …{ "lr" , "set luma radius", OFFSET(luma.radius), AV_OPT_TYPE_FLOAT, {.dbl=1.0},…
89 …{ "luma_pre_filter_radius", "set luma pre-filter radius", OFFSET(luma.pre_filter_radius), AV_OPT_T…
90 …{ "lpfr", "set luma pre-filter radius", OFFSET(luma.pre_filter_radius), AV_OPT_T…
94 …{ "chroma_radius", "set chroma radius", OFFSET(chroma.radius), AV_OPT_TYPE_FLOAT, {.dbl…
95 …{ "cr", "set chroma radius", OFFSET(chroma.radius), AV_OPT_TYPE_FLOAT, {.dbl…
96 …{ "chroma_pre_filter_radius", "set chroma pre-filter radius", OFFSET(chroma.pre_filter_radius), A…
98 …{ "cpfr", "set chroma pre-filter radius", OFFSET(chroma.pre_filter_radius), A…
113 if (s->chroma.radius < RADIUS_MIN) in init()
[all …]
Dvf_avgblur.c34 int radius; member
52 …{ "sizeX", "set horizontal size", OFFSET(radius), AV_OPT_TYPE_INT, {.i64=1}, 1, 1024, FLAGS },
76 const int radius = FFMIN(s->radius, width / 2); \
91 for (x = 0; x < radius; x++) { \
94 count += radius; \
96 for (x = 0; x <= radius; x++) { \
97 acc += src[x + radius]; \
102 for (; x < width - radius; x++) { \
103 acc += src[x + radius] - src[x - radius - 1]; \
108 acc -= src[x - radius]; \
[all …]
/third_party/typescript/tests/baselines/reference/
DdiscriminatedUnionTypes1.types25 radius: number;
26 >radius : number
59 return Math.PI * s.radius * s.radius;
60 >Math.PI * s.radius * s.radius : number
61 >Math.PI * s.radius : number
65 >s.radius : number
67 >radius : number
68 >s.radius : number
70 >radius : number
123 case "circle": return Math.PI * s.radius * s.radius;
[all …]
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.types27 radius: number;
28 >radius : number
78 case "circle": return Math.PI * s['radius'] * s.radius;
80 >Math.PI * s['radius'] * s.radius : number
81 >Math.PI * s['radius'] : number
85 >s['radius'] : number
87 >'radius' : "radius"
88 >s.radius : number
90 >radius : number
162 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"];
[all …]
DdiscriminatedUnionTypes1.symbols31 radius: number;
32 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
64 return Math.PI * s.radius * s.radius;
68 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
70 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
71 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
73 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
119 case "circle": return Math.PI * s.radius * s.radius;
123 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
125 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19))
[all …]
DexhaustiveSwitchStatements1.types149 interface Circle { kind: "circle"; radius: number; }
151 >radius : number
196 case "circle": area = Math.PI * s.radius * s.radius; break;
198 >area = Math.PI * s.radius * s.radius : number
200 >Math.PI * s.radius * s.radius : number
201 >Math.PI * s.radius : number
205 >s.radius : number
207 >radius : number
208 >s.radius : number
210 >radius : number
[all …]
DdiscriminatedUnionTypes1.js15 radius: number;
25 return Math.PI * s.radius * s.radius;
39 case "circle": return Math.PI * s.radius * s.radius;
51 case "circle": return Math.PI * s.radius * s.radius;
60 case "circle": return Math.PI * s.radius * s.radius;
151 return Math.PI * s.radius * s.radius;
164 case "circle": return Math.PI * s.radius * s.radius;
174 case "circle": return Math.PI * s.radius * s.radius;
182 case "circle": return Math.PI * s.radius * s.radius;
/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp57 * destination buffer, radius is the morphology radius, width and height are the bounds
62 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius,
164 SkSize radius = mappedRadius(ctm); in onFilterNodeBounds() local
165 return src.makeOutset(SkScalarCeilToInt(radius.width()), SkScalarCeilToInt(radius.height())); in onFilterNodeBounds()
181 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make() argument
184 radius, type, /*range=*/nullptr)); in Make()
189 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make() argument
192 std::move(inputFP), std::move(view), srcAlphaType, dir, radius, type, range)); in Make()
214 SkAlphaType srcAlphaType, MorphDirection, int radius, MorphType,
250 // coord.x -= radius; in onMakeProgramImpl()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
246 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
258 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0) in accounting_sta_start()
274 if (!hapd->conf->radius->acct_server) in accounting_sta_report()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
246 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
258 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0) in accounting_sta_start()
274 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"
112 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query()
131 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query()
132 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query()
156 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0) in hostapd_radius_acl_query()
200 * @out.session_timeout: Buffer for returning session timeout (from RADIUS)
202 * RADIUS)
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Drandom.hpp63 …enerate a random 2D vector which coordinates are regulary distributed on a circle of a given radius
65 /// @param Radius
69 T Radius);
71 …enerate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius
73 /// @param Radius
77 T Radius);
79 …om 2D vector which coordinates are regulary distributed within the area of a disk of a given radius
81 /// @param Radius
85 T Radius);
87 … 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius
[all …]
/third_party/skia/gm/
Dblurcircles2.cpp28 * In Sample mode this draws a single circle and almost-circle with animating radius and blur
29 * radius.
58 auto almostCircleMaker = [] (SkScalar radius) { in onDraw() argument
59 … return SkPathBuilder().addArc(SkRect::MakeXYWH(-radius, -radius, 2 * radius, 2 * radius), 0, 355) in onDraw()
65 auto blurMaker = [] (SkScalar radius) ->sk_sp<SkMaskFilter> { in onDraw() argument
67 SkBlurMask::ConvertRadiusToSigma(radius)); in onDraw()
97 const SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local
98 lineWidth += 2 * (radius + kMaxBlurRadius) + kPad; in onDraw()
110 SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local
112 radius += fRandom.nextSScalar1() * kDeltaRadius; in onDraw()
[all …]
/third_party/skia/docs/examples/
Dissue640176.cpp9 float startAngle = -0.5235985, endAngle = -2.439e-4, radius = 120; in draw() local
11 canvas->translate(radius, radius); in draw()
14 path.lineTo(radius * cos(startAngle), radius * sin(startAngle)); in draw()
15 SkRect oval = {-radius, -radius, radius, radius}; in draw()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dnearest.c10 float radius; member
16 // colors less than radius away from vantage_point color will have best match in candidates
18 float radius; member
53 float a = ((const struct sorttmp *) ap)->radius; in compareradius()
54 float b = ((const struct sorttmp *) bp)->radius; in compareradius()
72 colors[colorsused].radius = colordifference (px, map->palette[i].acolor); in build_head()
77 assert (colorsused < 2 || colors[0].radius <= colors[1].radius); // closest first in build_head()
92 …// if all colors within this radius are included in candidates, then there cannot be any other bet… in build_head()
93 …r away from the vantage point than half of the radius. Due to alpha channel must assume pessimisti… in build_head()
94 …h.radius = min_colordifference (px, h.candidates_color[num_candidates - 1]) / 4.0f; // /4 = half… in build_head()
[all …]
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-class-literals/
Darkts-no-class-literals-3-ok.ets29 constructor(radius: number) {
30 this.radius = radius
32 radius: number
36 constructor(radius: number) {
37 this.radius = radius
39 radius: number

12345678910>>...41