Searched refs:num_methods (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gctwimax-0.0.3rc4/src/
H A Dconfig.c216 size_t num_methods = 0; local
235 (num_methods + 1) * sizeof(*methods));
241 methods[num_methods].method = eap_peer_get_type(
242 start, &methods[num_methods].vendor);
243 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
244 methods[num_methods].method == EAP_TYPE_NONE) {
252 }/* else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
253 methods[num_methods].method == EAP_TYPE_LEAP)
257 num_methods++;
265 methods = realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gctwimax-0.0.3rc4/src/
H A Dconfig.c216 size_t num_methods = 0; local
235 (num_methods + 1) * sizeof(*methods));
241 methods[num_methods].method = eap_peer_get_type(
242 start, &methods[num_methods].vendor);
243 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
244 methods[num_methods].method == EAP_TYPE_NONE) {
252 }/* else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
253 methods[num_methods].method == EAP_TYPE_LEAP)
257 num_methods++;
265 methods = realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gctwimax-0.0.3rc4/src/
H A Dconfig.c216 size_t num_methods = 0; local
235 (num_methods + 1) * sizeof(*methods));
241 methods[num_methods].method = eap_peer_get_type(
242 start, &methods[num_methods].vendor);
243 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
244 methods[num_methods].method == EAP_TYPE_NONE) {
252 }/* else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
253 methods[num_methods].method == EAP_TYPE_LEAP)
257 num_methods++;
265 methods = realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_tls_common.c921 size_t num_methods = 0, prefix_len; local
951 num_methods++;
953 num_methods * sizeof(*methods));
960 methods[num_methods - 1].vendor = vendor;
961 methods[num_methods - 1].method = method;
971 methods = eap_get_phase2_types(config, &num_methods);
979 num_methods * sizeof(struct eap_method_type));
982 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_tls_common.c921 size_t num_methods = 0, prefix_len; local
951 num_methods++;
953 num_methods * sizeof(*methods));
960 methods[num_methods - 1].vendor = vendor;
961 methods[num_methods - 1].method = method;
971 methods = eap_get_phase2_types(config, &num_methods);
979 num_methods * sizeof(struct eap_method_type));
982 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_tls_common.c921 size_t num_methods = 0, prefix_len; local
951 num_methods++;
953 num_methods * sizeof(*methods));
960 methods[num_methods - 1].vendor = vendor;
961 methods[num_methods - 1].method = method;
971 methods = eap_get_phase2_types(config, &num_methods);
979 num_methods * sizeof(struct eap_method_type));
982 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c965 size_t num_methods = 0, prefix_len; local
995 num_methods++;
997 num_methods * sizeof(*methods));
1004 methods[num_methods - 1].vendor = vendor;
1005 methods[num_methods - 1].method = method;
1015 methods = eap_get_phase2_types(config, &num_methods);
1023 num_methods * sizeof(struct eap_method_type));
1026 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c965 size_t num_methods = 0, prefix_len; local
995 num_methods++;
997 num_methods * sizeof(*methods));
1004 methods[num_methods - 1].vendor = vendor;
1005 methods[num_methods - 1].method = method;
1015 methods = eap_get_phase2_types(config, &num_methods);
1023 num_methods * sizeof(struct eap_method_type));
1026 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c965 size_t num_methods = 0, prefix_len; local
995 num_methods++;
997 num_methods * sizeof(*methods));
1004 methods[num_methods - 1].vendor = vendor;
1005 methods[num_methods - 1].method = method;
1015 methods = eap_get_phase2_types(config, &num_methods);
1023 num_methods * sizeof(struct eap_method_type));
1026 *num_types = num_methods;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dconfig.c928 size_t num_methods = 0; local
947 (num_methods + 1) * sizeof(*methods));
953 methods[num_methods].method = eap_peer_get_type(
954 start, &methods[num_methods].vendor);
955 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
956 methods[num_methods].method == EAP_TYPE_NONE) {
964 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
965 methods[num_methods].method == EAP_TYPE_LEAP)
969 num_methods++;
977 methods = os_realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig.c1052 size_t num_methods = 0; local
1071 (num_methods + 1) * sizeof(*methods));
1077 methods[num_methods].method = eap_peer_get_type(
1078 start, &methods[num_methods].vendor);
1079 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1080 methods[num_methods].method == EAP_TYPE_NONE) {
1088 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1089 methods[num_methods].method == EAP_TYPE_LEAP)
1093 num_methods++;
1101 methods = os_realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dconfig.c928 size_t num_methods = 0; local
947 (num_methods + 1) * sizeof(*methods));
953 methods[num_methods].method = eap_peer_get_type(
954 start, &methods[num_methods].vendor);
955 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
956 methods[num_methods].method == EAP_TYPE_NONE) {
964 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
965 methods[num_methods].method == EAP_TYPE_LEAP)
969 num_methods++;
977 methods = os_realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig.c1052 size_t num_methods = 0; local
1071 (num_methods + 1) * sizeof(*methods));
1077 methods[num_methods].method = eap_peer_get_type(
1078 start, &methods[num_methods].vendor);
1079 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1080 methods[num_methods].method == EAP_TYPE_NONE) {
1088 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1089 methods[num_methods].method == EAP_TYPE_LEAP)
1093 num_methods++;
1101 methods = os_realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dconfig.c928 size_t num_methods = 0; local
947 (num_methods + 1) * sizeof(*methods));
953 methods[num_methods].method = eap_peer_get_type(
954 start, &methods[num_methods].vendor);
955 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
956 methods[num_methods].method == EAP_TYPE_NONE) {
964 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
965 methods[num_methods].method == EAP_TYPE_LEAP)
969 num_methods++;
977 methods = os_realloc(methods, (num_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig.c1052 size_t num_methods = 0; local
1071 (num_methods + 1) * sizeof(*methods));
1077 methods[num_methods].method = eap_peer_get_type(
1078 start, &methods[num_methods].vendor);
1079 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1080 methods[num_methods].method == EAP_TYPE_NONE) {
1088 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1089 methods[num_methods].method == EAP_TYPE_LEAP)
1093 num_methods++;
1101 methods = os_realloc(methods, (num_methods
[all...]

Completed in 206 milliseconds