Home
last modified time | relevance | path

Searched refs:conf (Results 1 - 25 of 853) sorted by relevance

12345678910>>...35

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.c180 struct hostapd_config *conf; in hostapd_config_defaults() local
203 conf = os_zalloc(sizeof(*conf)); in hostapd_config_defaults()
205 if (conf == NULL || bss == NULL) { in hostapd_config_defaults()
208 os_free(conf); in hostapd_config_defaults()
212 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults()
213 if (conf->bss == NULL) { in hostapd_config_defaults()
214 os_free(conf); in hostapd_config_defaults()
218 conf->bss[0] = bss; in hostapd_config_defaults()
222 os_free(conf in hostapd_config_defaults()
473 hostapd_setup_sae_pt(struct hostapd_bss_config *conf) hostapd_setup_sae_pt() argument
514 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) hostapd_setup_wpa_psk() argument
690 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) hostapd_config_free_anqp_elem() argument
703 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) hostapd_config_free_fils_realms() argument
717 hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) hostapd_config_free_sae_passwords() argument
740 hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) hostapd_dpp_controller_conf_free() argument
753 hostapd_config_free_bss(struct hostapd_bss_config *conf) hostapd_config_free_bss() argument
983 hostapd_config_free(struct hostapd_config *conf) hostapd_config_free() argument
1098 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk, int *vlan_id) hostapd_get_psk() argument
1210 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) hostapd_config_check_bss() argument
1440 hostapd_config_check_cw(struct hostapd_config *conf, int queue) hostapd_config_check_cw() argument
1463 hostapd_config_check(struct hostapd_config *conf, int full_config) hostapd_config_check() argument
1594 hostapd_sae_pw_id_in_use(struct hostapd_bss_config *conf) hostapd_sae_pw_id_in_use() argument
1617 hostapd_sae_pk_in_use(struct hostapd_bss_config *conf) hostapd_sae_pk_in_use() argument
1633 hostapd_sae_pk_exclusively(struct hostapd_bss_config *conf) hostapd_sae_pk_exclusively() argument
[all...]
H A Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local
109 srv.client_file = conf->radius_server_clients; in hostapd_setup_radius_srv()
110 srv.auth_port = conf->radius_server_auth_port; in hostapd_setup_radius_srv()
111 srv.acct_port = conf->radius_server_acct_port; in hostapd_setup_radius_srv()
113 srv.ipv6 = conf->radius_server_ipv6; in hostapd_setup_radius_srv()
115 srv.eap_req_id_text = conf->eap_req_id_text; in hostapd_setup_radius_srv()
116 srv.eap_req_id_text_len = conf->eap_req_id_text_len; in hostapd_setup_radius_srv()
117 srv.sqlite_file = conf->eap_user_sqlite; in hostapd_setup_radius_srv()
119 srv.dump_msk_file = conf in hostapd_setup_radius_srv()
237 struct tls_config conf; authsrv_init() local
[all...]
H A Dieee802_11_shared.c36 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time()
37 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time()
40 if (timeout < hapd->conf->assoc_sa_query_max_timeout) in hostapd_eid_assoc_comeback_time()
77 if (hapd->conf->oci_freq_override_saquery_req) { in ieee802_11_send_sa_query_req()
81 hapd->conf->oci_freq_override_saquery_req); in ieee802_11_send_sa_query_req()
83 hapd->conf->oci_freq_override_saquery_req; in ieee802_11_send_sa_query_req()
166 if (hapd->conf->oci_freq_override_saquery_resp) { in ieee802_11_send_sa_query_resp()
170 hapd->conf->oci_freq_override_saquery_resp); in ieee802_11_send_sa_query_resp()
172 hapd->conf->oci_freq_override_saquery_resp; in ieee802_11_send_sa_query_resp()
354 if (hapd->conf in hostapd_ext_capab_byte()
[all...]
H A Dhostapd.c99 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reconfig_encryption()
111 if (hapd->conf->wmm_enabled < 0) in hostapd_reload_bss()
112 hapd->conf->wmm_enabled = hapd->iconf->ieee80211n | in hostapd_reload_bss()
116 radius_client_reconfig(hapd->radius, hapd->conf->radius); in hostapd_reload_bss()
119 ssid = &hapd->conf->ssid; in hostapd_reload_bss()
126 hostapd_config_clear_wpa_psk(&hapd->conf->ssid.wpa_psk); in hostapd_reload_bss()
128 if (hostapd_setup_wpa_psk(hapd->conf)) { in hostapd_reload_bss()
133 if (hapd->conf->ieee802_1x || hapd->conf->wpa) in hostapd_reload_bss()
134 hostapd_set_drv_ieee8021x(hapd, hapd->conf in hostapd_reload_bss()
753 mac_in_conf(struct hostapd_config *conf, const void *a) mac_in_conf() argument
1123 struct hostapd_bss_config *conf = hapd->conf; hostapd_setup_bss() local
1474 struct hostapd_config *conf = hapd->iconf; hostapd_set_acl() local
2411 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, struct hostapd_config *conf, struct hostapd_bss_config *bss) hostapd_alloc_bss_data() argument
2545 struct hostapd_config *conf = NULL; hostapd_init() local
2645 struct hostapd_config *conf; hostapd_interface_init_bss() local
2933 struct hostapd_config *conf; hostapd_config_alloc() local
2983 hostapd_data_alloc(struct hostapd_iface *hapd_iface, struct hostapd_config *conf) hostapd_data_alloc() argument
3019 struct hostapd_config *conf = NULL; hostapd_add_iface() local
3498 hostapd_change_config_freq(struct hostapd_data *hapd, struct hostapd_config *conf, struct hostapd_freq_params *params, struct hostapd_freq_params *old_params) hostapd_change_config_freq() argument
[all...]
H A Dhw_features.c157 if (iface->conf->basic_rates) in hostapd_prepare_rates()
158 basic_rates = iface->conf->basic_rates; in hostapd_prepare_rates()
199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) { in hostapd_prepare_rates()
233 if (!iface->conf->secondary_channel) { in ieee80211n_allowed_ht40_channel_pair()
238 sec_freq = pri_freq + iface->conf->secondary_channel * 20; in ieee80211n_allowed_ht40_channel_pair()
258 if (iface->conf->secondary_channel > 0) { in ieee80211n_switch_pri_sec()
259 iface->conf in ieee80211n_switch_pri_sec()
565 u16 conf = iface->conf->ht_capab; ieee80211n_supported_ht_capab() local
656 u32 conf = iface->conf->vht_capab; ieee80211ac_supported_vht_capab() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.c158 struct hostapd_config *conf; in hostapd_config_defaults() local
181 conf = os_zalloc(sizeof(*conf)); in hostapd_config_defaults()
183 if (conf == NULL || bss == NULL) { in hostapd_config_defaults()
186 os_free(conf); in hostapd_config_defaults()
190 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *)); in hostapd_config_defaults()
191 if (conf->bss == NULL) { in hostapd_config_defaults()
192 os_free(conf); in hostapd_config_defaults()
196 conf->bss[0] = bss; in hostapd_config_defaults()
200 os_free(conf in hostapd_config_defaults()
436 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) hostapd_setup_wpa_psk() argument
607 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) hostapd_config_free_anqp_elem() argument
620 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) hostapd_config_free_fils_realms() argument
634 hostapd_config_free_sae_passwords(struct hostapd_bss_config *conf) hostapd_config_free_sae_passwords() argument
651 hostapd_dpp_controller_conf_free(struct dpp_controller_conf *conf) hostapd_dpp_controller_conf_free() argument
664 hostapd_config_free_bss(struct hostapd_bss_config *conf) hostapd_config_free_bss() argument
875 hostapd_config_free(struct hostapd_config *conf) hostapd_config_free() argument
989 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk, int *vlan_id) hostapd_get_psk() argument
1030 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) hostapd_config_check_bss() argument
1211 hostapd_config_check_cw(struct hostapd_config *conf, int queue) hostapd_config_check_cw() argument
1234 hostapd_config_check(struct hostapd_config *conf, int full_config) hostapd_config_check() argument
1359 hostapd_sae_pw_id_in_use(struct hostapd_bss_config *conf) hostapd_sae_pw_id_in_use() argument
[all...]
H A Dauthsrv.c107 struct hostapd_bss_config *conf = hapd->conf; in hostapd_setup_radius_srv() local
109 srv.client_file = conf->radius_server_clients; in hostapd_setup_radius_srv()
110 srv.auth_port = conf->radius_server_auth_port; in hostapd_setup_radius_srv()
111 srv.acct_port = conf->radius_server_acct_port; in hostapd_setup_radius_srv()
116 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key; in hostapd_setup_radius_srv()
117 srv.eap_fast_a_id = conf->eap_fast_a_id; in hostapd_setup_radius_srv()
118 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len; in hostapd_setup_radius_srv()
119 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info; in hostapd_setup_radius_srv()
120 srv.eap_fast_prov = conf in hostapd_setup_radius_srv()
203 struct tls_config conf; authsrv_init() local
[all...]
H A Dhw_features.c157 if (iface->conf->basic_rates) in hostapd_prepare_rates()
158 basic_rates = iface->conf->basic_rates; in hostapd_prepare_rates()
199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) { in hostapd_prepare_rates()
233 if (!iface->conf->secondary_channel) { in ieee80211n_allowed_ht40_channel_pair()
238 pri_chan = iface->conf->channel; in ieee80211n_allowed_ht40_channel_pair()
239 sec_chan = pri_chan + iface->conf->secondary_channel * 4; in ieee80211n_allowed_ht40_channel_pair()
248 if (iface->conf in ieee80211n_switch_pri_sec()
526 u16 conf = iface->conf->ht_capab; ieee80211n_supported_ht_capab() local
637 u32 conf = iface->conf->vht_capab; ieee80211ac_supported_vht_capab() local
[all...]
H A Dieee802_11_shared.c37 if (hapd->conf->assoc_sa_query_max_timeout > tu) in hostapd_eid_assoc_comeback_time()
38 timeout = hapd->conf->assoc_sa_query_max_timeout - tu; in hostapd_eid_assoc_comeback_time()
41 if (timeout < hapd->conf->assoc_sa_query_max_timeout) in hostapd_eid_assoc_comeback_time()
322 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
324 if (hapd->conf->coloc_intf_reporting) { in hostapd_ext_capab_byte()
330 if (hapd->conf->wnm_sleep_mode) in hostapd_ext_capab_byte()
332 if (hapd->conf->bss_transition) in hostapd_ext_capab_byte()
339 if (hapd->conf->time_advertisement == 2) in hostapd_ext_capab_byte()
341 if (hapd->conf->interworking) in hostapd_ext_capab_byte()
345 if (hapd->conf in hostapd_ext_capab_byte()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_binary.c42 const struct radeon_info *info, struct ac_shader_config *conf) in ac_parse_shader_binary_config()
54 conf->num_vgprs = MAX2(conf->num_vgprs, (G_00B028_VGPRS(value) + 1) * 8); in ac_parse_shader_binary_config()
56 conf->num_vgprs = MAX2(conf->num_vgprs, (G_00B028_VGPRS(value) + 1) * 4); in ac_parse_shader_binary_config()
58 conf->num_sgprs = MAX2(conf->num_sgprs, (G_00B028_SGPRS(value) + 1) * 8); in ac_parse_shader_binary_config()
60 conf->float_mode = G_00B028_FLOAT_MODE(value); in ac_parse_shader_binary_config()
61 conf->rsrc1 = value; in ac_parse_shader_binary_config()
64 conf in ac_parse_shader_binary_config()
41 ac_parse_shader_binary_config(const char *data, size_t nbytes, unsigned wave_size, const struct radeon_info *info, struct ac_shader_config *conf) ac_parse_shader_binary_config() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh.c74 struct mesh_conf *conf; in mesh_config_create() local
77 conf = os_zalloc(sizeof(struct mesh_conf)); in mesh_config_create()
78 if (!conf) in mesh_config_create()
81 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
82 conf->meshid_len = ssid->ssid_len; in mesh_config_create()
85 conf->security |= MESH_CONF_SEC_AUTH | in mesh_config_create()
88 conf->security |= MESH_CONF_SEC_NONE; in mesh_config_create()
90 conf->ieee80211w = ssid->ieee80211w; in mesh_config_create()
91 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in mesh_config_create()
93 conf in mesh_config_create()
249 struct hostapd_config *conf; wpa_supplicant_mesh_init() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c10 /* Part of the code in here was originally in conf.c, which is now removed */
22 #include <openssl/conf.h>
45 static int is_keytype(const CONF *conf, char c, unsigned short type);
46 static char *eat_ws(CONF *conf, char *p);
47 static void trim_ws(CONF *conf, char *start);
48 static char *eat_alpha_numeric(CONF *conf, char *p);
49 static void clear_comments(CONF *conf, char *p);
50 static int str_copy(CONF *conf, char *section, char **to, char *from);
51 static char *scan_quote(CONF *conf, char *p);
52 static char *scan_dquote(CONF *conf, cha
124 def_init_default(CONF *conf) def_init_default() argument
137 def_init_WIN32(CONF *conf) def_init_WIN32() argument
150 def_destroy(CONF *conf) def_destroy() argument
159 def_destroy_data(CONF *conf) def_destroy_data() argument
167 def_load(CONF *conf, const char *name, long *line) def_load() argument
208 def_load_bio(CONF *conf, BIO *in, long *line) def_load_bio() argument
614 clear_comments(CONF *conf, char *p) clear_comments() argument
651 str_copy(CONF *conf, char *section, char **pto, char *from) str_copy() argument
904 is_keytype(const CONF *conf, char c, unsigned short type) is_keytype() argument
928 eat_ws(CONF *conf, char *p) eat_ws() argument
935 trim_ws(CONF *conf, char *start) trim_ws() argument
948 eat_alpha_numeric(CONF *conf, char *p) eat_alpha_numeric() argument
962 scan_quote(CONF *conf, char *p) scan_quote() argument
980 scan_dquote(CONF *conf, char *p) scan_dquote() argument
1010 def_dump(const CONF *conf, BIO *out) def_dump() argument
1016 def_is_number(const CONF *conf, char c) def_is_number() argument
1021 def_to_int(const CONF *conf, char c) def_to_int() argument
[all...]
H A Dconf_lib.c13 #include "internal/conf.h"
17 #include <openssl/conf.h>
26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() argument
31 default_CONF_method->init(conf); in CONF_set_nconf()
32 conf->data = hash; in CONF_set_nconf()
46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, in LHASH_OF()
62 ltmp = CONF_load_bio(conf, in, eline); in LHASH_OF()
69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, in LHASH_OF()
78 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF()
84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BI
204 NCONF_free(CONF *conf) NCONF_free() argument
211 NCONF_free_data(CONF *conf) NCONF_free_data() argument
218 NCONF_get0_libctx(const CONF *conf) NCONF_get0_libctx() argument
250 NCONF_load(CONF *conf, const char *file, long *eline) NCONF_load() argument
261 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) NCONF_load_fp() argument
275 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) NCONF_load_bio() argument
300 NCONF_get_string(const CONF *conf, const char *group, const char *name) NCONF_get_string() argument
320 default_is_number(const CONF *conf, char c) default_is_number() argument
325 default_to_int(const CONF *conf, char c) default_to_int() argument
330 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) NCONF_get_number_e() argument
368 _CONF_get_number(const CONF *conf, const char *section, const char *name) _CONF_get_number() argument
381 NCONF_dump_fp(const CONF *conf, FILE *out) NCONF_dump_fp() argument
395 NCONF_dump_bio(const CONF *conf, BIO *out) NCONF_dump_bio() argument
[all...]
H A Dconf_api.c10 /* Part of the code in here was originally in conf.c, which is now removed */
16 #include <openssl/conf.h>
20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument
27 if (conf == NULL || section == NULL) in _CONF_get_section()
31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section()
34 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
39 v = _CONF_get_section(conf, section); in STACK_OF()
45 int _CONF_add_string(CONF *conf, CONF_VALU argument
66 _CONF_get_string(const CONF *conf, const char *section, const char *name) _CONF_get_string() argument
120 _CONF_new_data(CONF *conf) _CONF_new_data() argument
136 _CONF_free_data(CONF *conf) _CONF_free_data() argument
158 value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) value_free_hash() argument
185 _CONF_new_section(CONF *conf, const char *section) _CONF_new_section() argument
[all...]
/third_party/openssl/crypto/conf/
H A Dconf_def.c10 /* Part of the code in here was originally in conf.c, which is now removed */
22 #include <openssl/conf.h>
45 static int is_keytype(const CONF *conf, char c, unsigned short type);
46 static char *eat_ws(CONF *conf, char *p);
47 static void trim_ws(CONF *conf, char *start);
48 static char *eat_alpha_numeric(CONF *conf, char *p);
49 static void clear_comments(CONF *conf, char *p);
50 static int str_copy(CONF *conf, char *section, char **to, char *from);
51 static char *scan_quote(CONF *conf, char *p);
52 static char *scan_dquote(CONF *conf, cha
124 def_init_default(CONF *conf) def_init_default() argument
137 def_init_WIN32(CONF *conf) def_init_WIN32() argument
150 def_destroy(CONF *conf) def_destroy() argument
159 def_destroy_data(CONF *conf) def_destroy_data() argument
167 def_load(CONF *conf, const char *name, long *line) def_load() argument
208 def_load_bio(CONF *conf, BIO *in, long *line) def_load_bio() argument
614 clear_comments(CONF *conf, char *p) clear_comments() argument
651 str_copy(CONF *conf, char *section, char **pto, char *from) str_copy() argument
904 is_keytype(const CONF *conf, char c, unsigned short type) is_keytype() argument
928 eat_ws(CONF *conf, char *p) eat_ws() argument
935 trim_ws(CONF *conf, char *start) trim_ws() argument
948 eat_alpha_numeric(CONF *conf, char *p) eat_alpha_numeric() argument
962 scan_quote(CONF *conf, char *p) scan_quote() argument
980 scan_dquote(CONF *conf, char *p) scan_dquote() argument
1010 def_dump(const CONF *conf, BIO *out) def_dump() argument
1016 def_is_number(const CONF *conf, char c) def_is_number() argument
1021 def_to_int(const CONF *conf, char c) def_to_int() argument
[all...]
H A Dconf_lib.c13 #include "internal/conf.h"
17 #include <openssl/conf.h>
26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() argument
31 default_CONF_method->init(conf); in CONF_set_nconf()
32 conf->data = hash; in CONF_set_nconf()
46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, in LHASH_OF()
62 ltmp = CONF_load_bio(conf, in, eline); in LHASH_OF()
69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, in LHASH_OF()
78 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF()
84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BI
204 NCONF_free(CONF *conf) NCONF_free() argument
211 NCONF_free_data(CONF *conf) NCONF_free_data() argument
218 NCONF_get0_libctx(const CONF *conf) NCONF_get0_libctx() argument
250 NCONF_load(CONF *conf, const char *file, long *eline) NCONF_load() argument
261 NCONF_load_fp(CONF *conf, FILE *fp, long *eline) NCONF_load_fp() argument
275 NCONF_load_bio(CONF *conf, BIO *bp, long *eline) NCONF_load_bio() argument
300 NCONF_get_string(const CONF *conf, const char *group, const char *name) NCONF_get_string() argument
320 default_is_number(const CONF *conf, char c) default_is_number() argument
325 default_to_int(const CONF *conf, char c) default_to_int() argument
330 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) NCONF_get_number_e() argument
368 _CONF_get_number(const CONF *conf, const char *section, const char *name) _CONF_get_number() argument
381 NCONF_dump_fp(const CONF *conf, FILE *out) NCONF_dump_fp() argument
395 NCONF_dump_bio(const CONF *conf, BIO *out) NCONF_dump_bio() argument
[all...]
H A Dconf_api.c10 /* Part of the code in here was originally in conf.c, which is now removed */
16 #include <openssl/conf.h>
20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument
27 if (conf == NULL || section == NULL) in _CONF_get_section()
31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section()
34 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, in STACK_OF()
39 v = _CONF_get_section(conf, section); in STACK_OF()
45 int _CONF_add_string(CONF *conf, CONF_VALU argument
66 _CONF_get_string(const CONF *conf, const char *section, const char *name) _CONF_get_string() argument
120 _CONF_new_data(CONF *conf) _CONF_new_data() argument
136 _CONF_free_data(CONF *conf) _CONF_free_data() argument
158 value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) value_free_hash() argument
185 _CONF_new_section(CONF *conf, const char *section) _CONF_new_section() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh.c85 struct mesh_conf *conf; in mesh_config_create() local
88 conf = os_zalloc(sizeof(struct mesh_conf)); in mesh_config_create()
89 if (!conf) in mesh_config_create()
92 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
93 conf->meshid_len = ssid->ssid_len; in mesh_config_create()
96 conf->security |= MESH_CONF_SEC_AUTH | in mesh_config_create()
99 conf->security |= MESH_CONF_SEC_NONE; in mesh_config_create()
100 conf->ieee80211w = ssid->ieee80211w; in mesh_config_create()
101 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in mesh_config_create()
103 conf in mesh_config_create()
391 struct hostapd_config *conf; wpa_supplicant_mesh_init() local
[all...]
H A Dap.c51 struct hostapd_config *conf) in is_chanwidth160_supported()
54 if (conf->ieee80211ax) { in is_chanwidth160_supported()
74 struct hostapd_config *conf, in wpas_conf_ap_vht()
79 u8 channel = conf->channel; in wpas_conf_ap_vht()
83 if (!conf->secondary_channel) in wpas_conf_ap_vht()
88 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth); in wpas_conf_ap_vht()
89 if (hostapd_get_oper_chwidth(conf)) in wpas_conf_ap_vht()
91 hostapd_get_oper_chwidth(conf), in wpas_conf_ap_vht()
92 &conf->op_class, in wpas_conf_ap_vht()
93 &conf in wpas_conf_ap_vht()
50 is_chanwidth160_supported(struct hostapd_hw_modes *mode, struct hostapd_config *conf) is_chanwidth160_supported() argument
72 wpas_conf_ap_vht(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct hostapd_config *conf, struct hostapd_hw_modes *mode) wpas_conf_ap_vht() argument
221 wpas_conf_ap_he_6ghz(struct wpa_supplicant *wpa_s, struct hostapd_hw_modes *mode, struct wpa_ssid *ssid, struct hostapd_config *conf) wpas_conf_ap_he_6ghz() argument
266 wpa_supplicant_conf_ap_ht(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct hostapd_config *conf) wpa_supplicant_conf_ap_ht() argument
453 wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct hostapd_config *conf) wpa_supplicant_conf_ap() argument
946 struct hostapd_config *conf; wpa_supplicant_create_ap() local
1560 struct hostapd_bss_config *conf; ap_ctrl_iface_wpa_get_status() local
1671 struct hostapd_bss_config *conf; wpa_supplicant_ap_mac_addr_filter() local
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config.py187 conf = config.IdleConf(_utest=True)
192 for ctype in conf.config_types:
212 conf = config.IdleConf(_utest=True)
213 for ctype in conf.config_types:
214 conf.defaultCfg[ctype] = config.IdleConfParser('')
215 conf.defaultCfg[ctype].read_string(self.config_string[ctype])
216 conf.userCfg[ctype] = config.IdleUserConfParser('')
217 conf.userCfg[ctype].read_string(self.config_string[ctype])
219 return conf
224 conf
[all...]
/third_party/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list) in haiku_create_window_surface()
92 conf, attrib_list, native_window)) { in haiku_create_window_surface()
117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) in haiku_create_pixmap_surface()
125 _EGLConfig *conf, const EGLint *attrib_list) in haiku_create_pbuffer_surface()
147 struct haiku_egl_config* conf; in haiku_add_configs_for_visuals() local
148 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf)); in haiku_add_configs_for_visuals()
149 if (!conf) in haiku_add_configs_for_visuals()
152 _eglInitConfig(&conf->base, disp, 1); in haiku_add_configs_for_visuals()
155 conf in haiku_add_configs_for_visuals()
79 haiku_create_window_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_window, const EGLint *attrib_list) haiku_create_window_surface() argument
116 haiku_create_pixmap_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) haiku_create_pixmap_surface() argument
124 haiku_create_pbuffer_surface(_EGLDisplay *disp, _EGLConfig *conf, const EGLint *attrib_list) haiku_create_pbuffer_surface() argument
240 haiku_create_context(_EGLDisplay *disp, _EGLConfig *conf, _EGLContext *share_list, const EGLint *attrib_list) haiku_create_context() argument
[all...]
/third_party/pulseaudio/src/daemon/
H A Dmain.c69 #include <pulse/client-conf.h>
101 #include "daemon-conf.h"
385 static void set_all_rlimits(const pa_daemon_conf *conf) { in set_all_rlimits() argument
386 set_one_rlimit(&conf->rlimit_fsize, RLIMIT_FSIZE, "RLIMIT_FSIZE"); in set_all_rlimits()
387 set_one_rlimit(&conf->rlimit_data, RLIMIT_DATA, "RLIMIT_DATA"); in set_all_rlimits()
388 set_one_rlimit(&conf->rlimit_stack, RLIMIT_STACK, "RLIMIT_STACK"); in set_all_rlimits()
389 set_one_rlimit(&conf->rlimit_core, RLIMIT_CORE, "RLIMIT_CORE"); in set_all_rlimits()
391 set_one_rlimit(&conf->rlimit_rss, RLIMIT_RSS, "RLIMIT_RSS"); in set_all_rlimits()
394 set_one_rlimit(&conf->rlimit_nproc, RLIMIT_NPROC, "RLIMIT_NPROC"); in set_all_rlimits()
397 set_one_rlimit(&conf in set_all_rlimits()
515 pa_daemon_conf *conf = NULL; global() local
[all...]
H A Dcmdline.c77 {"dump-conf", 0, 0, ARG_DUMP_CONF},
117 " --dump-conf Dump default configuration\n" in pa_cmdline_help()
171 int pa_cmdline_parse(pa_daemon_conf *conf, int argc, char *const argv [], int *d) { in pa_cmdline_parse() argument
176 pa_assert(conf); in pa_cmdline_parse()
182 if (conf->script_commands) in pa_cmdline_parse()
183 pa_strbuf_puts(buf, conf->script_commands); in pa_cmdline_parse()
189 conf->cmd = PA_CMD_HELP; in pa_cmdline_parse()
193 conf->cmd = PA_CMD_VERSION; in pa_cmdline_parse()
197 conf->cmd = PA_CMD_DUMP_CONF; in pa_cmdline_parse()
201 conf in pa_cmdline_parse()
[all...]
/third_party/ltp/lib/
H A Dtst_sys_conf.c54 int tst_sys_conf_save(const struct tst_path_val *conf) in tst_sys_conf_save() argument
61 if (!conf || !conf->path) in tst_sys_conf_save()
64 if (access(conf->path, F_OK) != 0) { in tst_sys_conf_save()
65 if (conf->flags & TST_SR_SKIP_MISSING) { in tst_sys_conf_save()
67 conf->path); in tst_sys_conf_save()
71 ttype = (conf->flags & TST_SR_TBROK_MISSING) ? TBROK : TCONF; in tst_sys_conf_save()
72 tst_brk(ttype | TERRNO, "Path not found: %s", conf->path); in tst_sys_conf_save()
75 if (access(conf->path, W_OK) != 0) { in tst_sys_conf_save()
76 if (conf in tst_sys_conf_save()
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c59 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *disp, EGLint id) in _eglInitConfig() argument
61 memset(conf, 0, sizeof(*conf)); in _eglInitConfig()
63 conf->Display = disp; in _eglInitConfig()
66 conf->ConfigID = id; in _eglInitConfig()
67 conf->ConfigCaveat = EGL_NONE; in _eglInitConfig()
68 conf->TransparentType = EGL_NONE; in _eglInitConfig()
69 conf->NativeVisualType = EGL_NONE; in _eglInitConfig()
70 conf->ColorBufferType = EGL_RGB_BUFFER; in _eglInitConfig()
71 conf in _eglInitConfig()
82 _eglLinkConfig(_EGLConfig *conf) _eglLinkConfig() argument
109 _EGLConfig *conf; _eglLookupConfig() local
273 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) _eglValidateConfig() argument
446 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria) _eglMatchConfig() argument
500 _eglIsConfigAttribValid(_EGLConfig *conf, EGLint attr) _eglIsConfigAttribValid() argument
524 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *disp, const EGLint *attrib_list) _eglParseConfigAttribList() argument
774 _eglFallbackMatch(const _EGLConfig *conf, void *priv_data) _eglFallbackMatch() argument
818 _eglGetConfigAttrib(_EGLDisplay *disp, _EGLConfig *conf, EGLint attribute, EGLint *value) _eglGetConfigAttrib() argument
844 _EGLConfig *conf = (_EGLConfig *) elem; _eglFlattenConfig() local
[all...]

Completed in 16 milliseconds

12345678910>>...35