OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_methods
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
eap_user_db.c
26
int
num_methods
;
local
33
num_methods
= 0;
39
user->methods[
num_methods
].method =
41
&user->methods[
num_methods
].vendor);
42
if (user->methods[
num_methods
].vendor == EAP_VENDOR_IETF &&
43
user->methods[
num_methods
].method == EAP_TYPE_NONE) {
66
num_methods
++;
67
if (
num_methods
>= EAP_MAX_METHODS)
/src/external/bsd/wpa/dist/src/eap_peer/
eap_tls_common.c
1112
size_t
num_methods
= 0, prefix_len;
local
1149
num_methods
++;
1150
_methods = os_realloc_array(methods,
num_methods
,
1158
methods[
num_methods
- 1].vendor = vendor;
1159
methods[
num_methods
- 1].method = method;
1169
methods = eap_get_phase2_types(config, &
num_methods
);
1177
num_methods
* sizeof(struct eap_method_type));
1180
*num_types =
num_methods
;
/src/external/bsd/wpa/dist/hostapd/
config_file.c
256
int line = 0, ret = 0,
num_methods
;
local
377
num_methods
= 0;
383
user->methods[
num_methods
].method =
386
&user->methods[
num_methods
].vendor);
387
if (user->methods[
num_methods
].vendor ==
389
user->methods[
num_methods
].method == EAP_TYPE_NONE)
419
num_methods
++;
420
if (
num_methods
>= EAP_MAX_METHODS)
427
if (
num_methods
== 0 && user->ttls_auth == 0 && !user->macacl) {
/src/external/bsd/wpa/dist/wpa_supplicant/
config.c
1574
size_t
num_methods
= 0;
local
1592
methods = os_realloc_array(methods,
num_methods
+ 1,
1599
methods[
num_methods
].method = eap_peer_get_type(
1600
start, &methods[
num_methods
].vendor);
1601
if (methods[
num_methods
].vendor == EAP_VENDOR_IETF &&
1602
methods[
num_methods
].method == EAP_TYPE_NONE) {
1610
} else if (methods[
num_methods
].vendor == EAP_VENDOR_IETF &&
1611
methods[
num_methods
].method == EAP_TYPE_LEAP)
1615
num_methods
++;
1623
methods = os_realloc_array(methods,
num_methods
+ 1, sizeof(*methods))
[
all
...]
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026