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

1234567891011>>

/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
H A Dsetrans.conf15 Include=/etc/selinux/mls/setrans.d/*.conf
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dconfig.py19 # configuration to itself? Probably the conf should become
26 def push_thread_config(self, conf):
28 Make ``conf`` the active configuration for this thread.
34 conf = make_conf()
35 dispatching_config.push_thread_config(conf)
39 dispatching_config.pop_thread_config(conf)
41 self._push_object(conf)
43 def pop_thread_config(self, conf=None):
45 Remove a thread-local configuration. If ``conf`` is given,
49 self._pop_object(conf)
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf; local
102 srv.client_file = conf->radius_server_clients;
103 srv.auth_port = conf->radius_server_auth_port;
104 srv.acct_port = conf->radius_server_acct_port;
109 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
110 srv.eap_fast_a_id = conf->eap_fast_a_id;
111 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
112 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
113 srv.eap_fast_prov = conf
[all...]
H A Dap_config.c102 struct hostapd_config *conf; local
125 conf = os_zalloc(sizeof(*conf));
127 if (conf == NULL || bss == NULL) {
130 os_free(conf);
134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
135 if (conf->bss == NULL) {
136 os_free(conf);
140 conf->bss[0] = bss;
144 os_free(conf
317 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
412 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
572 hostapd_config_free(struct hostapd_config *conf) argument
669 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
704 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
846 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
869 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_shared.c35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
177 if (hapd->conf->proxy_arp)
181 if (hapd->conf->wnm_sleep_mode)
183 if (hapd->conf->bss_transition)
190 if (hapd->conf->time_advertisement == 2)
192 if (hapd->conf->interworking)
196 if (hapd->conf->qos_map_set_len)
198 if (hapd->conf
[all...]
H A Dhw_features.c154 if (iface->conf->basic_rates)
155 basic_rates = iface->conf->basic_rates;
196 if (iface->conf->supported_rates &&
197 !hostapd_rate_found(iface->conf->supported_rates,
213 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
229 if (!iface->conf->secondary_channel)
232 pri_chan = iface->conf->channel;
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf
509 u16 conf = iface->conf->ht_capab; local
617 ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, const char *name) argument
635 ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, unsigned int shift, const char *name) argument
655 u32 conf = iface->conf->vht_capab; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf; local
102 srv.client_file = conf->radius_server_clients;
103 srv.auth_port = conf->radius_server_auth_port;
104 srv.acct_port = conf->radius_server_acct_port;
109 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
110 srv.eap_fast_a_id = conf->eap_fast_a_id;
111 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
112 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
113 srv.eap_fast_prov = conf
[all...]
H A Dap_config.c102 struct hostapd_config *conf; local
125 conf = os_zalloc(sizeof(*conf));
127 if (conf == NULL || bss == NULL) {
130 os_free(conf);
134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
135 if (conf->bss == NULL) {
136 os_free(conf);
140 conf->bss[0] = bss;
144 os_free(conf
317 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
412 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
572 hostapd_config_free(struct hostapd_config *conf) argument
669 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
704 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
846 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
869 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_shared.c35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
177 if (hapd->conf->proxy_arp)
181 if (hapd->conf->wnm_sleep_mode)
183 if (hapd->conf->bss_transition)
190 if (hapd->conf->time_advertisement == 2)
192 if (hapd->conf->interworking)
196 if (hapd->conf->qos_map_set_len)
198 if (hapd->conf
[all...]
H A Dhw_features.c154 if (iface->conf->basic_rates)
155 basic_rates = iface->conf->basic_rates;
196 if (iface->conf->supported_rates &&
197 !hostapd_rate_found(iface->conf->supported_rates,
213 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
229 if (!iface->conf->secondary_channel)
232 pri_chan = iface->conf->channel;
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf
509 u16 conf = iface->conf->ht_capab; local
617 ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, const char *name) argument
635 ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, unsigned int shift, const char *name) argument
655 u32 conf = iface->conf->vht_capab; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c100 struct hostapd_bss_config *conf = hapd->conf; local
102 srv.client_file = conf->radius_server_clients;
103 srv.auth_port = conf->radius_server_auth_port;
104 srv.acct_port = conf->radius_server_acct_port;
109 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
110 srv.eap_fast_a_id = conf->eap_fast_a_id;
111 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
112 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
113 srv.eap_fast_prov = conf
[all...]
H A Dap_config.c102 struct hostapd_config *conf; local
125 conf = os_zalloc(sizeof(*conf));
127 if (conf == NULL || bss == NULL) {
130 os_free(conf);
134 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
135 if (conf->bss == NULL) {
136 os_free(conf);
140 conf->bss[0] = bss;
144 os_free(conf
317 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
412 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
572 hostapd_config_free(struct hostapd_config *conf) argument
669 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
704 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
846 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
869 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_shared.c35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
39 if (timeout < hapd->conf->assoc_sa_query_max_timeout)
177 if (hapd->conf->proxy_arp)
181 if (hapd->conf->wnm_sleep_mode)
183 if (hapd->conf->bss_transition)
190 if (hapd->conf->time_advertisement == 2)
192 if (hapd->conf->interworking)
196 if (hapd->conf->qos_map_set_len)
198 if (hapd->conf
[all...]
H A Dhw_features.c154 if (iface->conf->basic_rates)
155 basic_rates = iface->conf->basic_rates;
196 if (iface->conf->supported_rates &&
197 !hostapd_rate_found(iface->conf->supported_rates,
213 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
229 if (!iface->conf->secondary_channel)
232 pri_chan = iface->conf->channel;
233 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
242 if (iface->conf
509 u16 conf = iface->conf->ht_capab; local
617 ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, const char *name) argument
635 ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, unsigned int shift, const char *name) argument
655 u32 conf = iface->conf->vht_capab; local
[all...]
/external/selinux/policycoreutils/mcstrans/share/util/
H A Dtry-all15 rm -rf /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/setrans.d.bak
18 if [ -e $d/setrans.conf ]; then
19 mv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.conf.bak
20 [ $? -eq 0 ] || fail "setrans.conf backup failed"
23 if [ -e /etc/selinux/mls/secolor.conf ]; then
24 mv /etc/selinux/mls/secolor.conf /etc/selinux/mls/secolor.conf.bak
25 [ $? -eq 0 ] || fail "secolor.conf backu
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A DSConscript18 conf = env.Configure()
20 if conf.CheckHeader('X11/extensions/dpmsconst.h'):
23 conf.Finish()
/external/selinux/policycoreutils/restorecond/
H A Drestorecond.conf2 /etc/resolv.conf
4 /etc/updatedb.conf
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.h13 int hostapd_set_iface(struct hostapd_config *conf,
/external/boringssl/src/crypto/conf/
H A Dconf.c57 #include <openssl/conf.h>
94 CONF *conf; local
100 conf = OPENSSL_malloc(sizeof(CONF));
101 if (conf == NULL) {
105 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp);
106 if (conf->data == NULL) {
107 OPENSSL_free(conf);
111 return conf;
135 void NCONF_free(CONF *conf) { argument
136 if (conf
145 NCONF_new_section(const CONF *conf, const char *section) argument
187 str_copy(CONF *conf, char *section, char **pto, char *from) argument
345 get_section(const CONF *conf, const char *section) argument
361 NCONF_get_string(const CONF *conf, const char *section, const char *name) argument
375 add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
395 eat_ws(CONF *conf, char *p) argument
404 eat_alpha_numeric(CONF *conf, char *p) argument
417 scan_quote(CONF *conf, char *p) argument
437 scan_dquote(CONF *conf, char *p) argument
457 clear_comments(CONF *conf, char *p) argument
494 def_load_bio(CONF *conf, BIO *in, long *out_error_line) argument
713 NCONF_load(CONF *conf, const char *filename, long *out_error_line) argument
728 NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c49 wpa_s.conf = os_zalloc(sizeof(*wpa_s.conf));
50 if (wpa_s.conf == NULL)
69 printf("wps_nfc_dev_pw_id=%d\n", wpa_s.conf->wps_nfc_dev_pw_id);
70 print_bin("wps_nfc_dh_pubkey", wpa_s.conf->wps_nfc_dh_pubkey);
71 print_bin("wps_nfc_dh_privkey", wpa_s.conf->wps_nfc_dh_privkey);
72 print_bin("wps_nfc_dev_pw", wpa_s.conf->wps_nfc_dev_pw);
78 wpa_config_free(wpa_s.conf);
H A Dmesh.c71 struct mesh_conf *conf; local
73 conf = os_zalloc(sizeof(struct mesh_conf));
74 if (!conf)
77 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len);
78 conf->meshid_len = ssid->ssid_len;
81 conf->security |= MESH_CONF_SEC_AUTH |
84 conf->security |= MESH_CONF_SEC_NONE;
87 conf->mesh_pp_id = MESH_PATH_PROTOCOL_HWMP;
88 conf->mesh_pm_id = MESH_PATH_METRIC_AIRTIME;
89 conf
124 struct hostapd_config *conf; local
[all...]
/external/boringssl/include/openssl/
H A Dconf.h97 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
98 void NCONF_free(CONF *conf);
101 * |conf|. It returns one on success and zero on error. In the event of an
104 int NCONF_load(CONF *conf, const char *filename, long *out_error_line);
108 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
110 /* NCONF_get_section returns a stack of values for a given section in |conf|.
113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
118 const char *NCONF_get_string(const CONF *conf, const char *section,
/external/boringssl/src/include/openssl/
H A Dconf.h97 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
98 void NCONF_free(CONF *conf);
101 * |conf|. It returns one on success and zero on error. In the event of an
104 int NCONF_load(CONF *conf, const char *filename, long *out_error_line);
108 int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line);
110 /* NCONF_get_section returns a stack of values for a given section in |conf|.
113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section);
118 const char *NCONF_get_string(const CONF *conf, const char *section,
/external/dhcpcd/dhcpcd-hooks/
H A D20-resolv.conf1 # Generate /etc/resolv.conf
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
9 resolv_conf_dir="$state_dir/resolv.conf"
13 local cf="$state_dir/resolv.conf.$interface"
19 # Build the resolv.conf
49 # Assemble resolv.conf using our head and tail files
53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
59 if [ -f /etc/resolv.conf
[all...]
/external/toybox/kconfig/
H A DMakefile14 config: $(obj)/conf $(KCONFIG_TOP)
17 oldconfig: $(obj)/conf $(KCONFIG_TOP)
20 silentoldconfig: $(obj)/conf $(KCONFIG_TOP)
23 randconfig: $(obj)/conf $(KCONFIG_TOP)
26 allyesconfig: $(obj)/conf $(KCONFIG_TOP)
29 allnoconfig: $(obj)/conf $(KCONFIG_TOP)
32 defconfig: $(obj)/conf $(KCONFIG_TOP)
60 kconfig/conf: $(SHIPPED)
61 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
65 rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfi
[all...]

Completed in 577 milliseconds

1234567891011>>