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

1234567891011>>

/external/selinux/mcstrans/share/examples/urcsts-via-include/
H A Dsetrans.conf15 Include=/etc/selinux/mls/setrans.d/*.conf
/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
155 struct tls_config conf; local
[all...]
H A Dap_config.c117 struct hostapd_config *conf; local
140 conf = os_zalloc(sizeof(*conf));
142 if (conf == NULL || bss == NULL) {
145 os_free(conf);
149 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
150 if (conf->bss == NULL) {
151 os_free(conf);
155 conf->bss[0] = bss;
159 os_free(conf
327 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
428 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
441 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
455 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
620 hostapd_config_free(struct hostapd_config *conf) argument
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
769 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
939 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
962 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_he.c42 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
46 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
50 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
82 if (hapd->iface->conf->he_op.he_bss_color)
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
85 if (hapd->iface->conf->he_op.he_default_pe_duration)
87 (hapd->iface->conf->he_op.he_default_pe_duration <<
90 if (hapd->iface->conf->he_op.he_twt_required)
93 if (hapd->iface->conf->he_op.he_rts_threshold)
95 (hapd->iface->conf
[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)
179 if (hapd->conf->proxy_arp)
183 if (hapd->conf->wnm_sleep_mode)
185 if (hapd->conf->bss_transition)
192 if (hapd->conf->time_advertisement == 2)
194 if (hapd->conf->interworking)
198 if (hapd->conf->qos_map_set_len)
200 if (hapd->conf
[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
155 struct tls_config conf; local
[all...]
H A Dap_config.c117 struct hostapd_config *conf; local
140 conf = os_zalloc(sizeof(*conf));
142 if (conf == NULL || bss == NULL) {
145 os_free(conf);
149 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
150 if (conf->bss == NULL) {
151 os_free(conf);
155 conf->bss[0] = bss;
159 os_free(conf
327 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
428 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
441 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
455 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
620 hostapd_config_free(struct hostapd_config *conf) argument
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
769 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
939 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
962 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_he.c42 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
46 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
50 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
82 if (hapd->iface->conf->he_op.he_bss_color)
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
85 if (hapd->iface->conf->he_op.he_default_pe_duration)
87 (hapd->iface->conf->he_op.he_default_pe_duration <<
90 if (hapd->iface->conf->he_op.he_twt_required)
93 if (hapd->iface->conf->he_op.he_rts_threshold)
95 (hapd->iface->conf
[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)
179 if (hapd->conf->proxy_arp)
183 if (hapd->conf->wnm_sleep_mode)
185 if (hapd->conf->bss_transition)
192 if (hapd->conf->time_advertisement == 2)
194 if (hapd->conf->interworking)
198 if (hapd->conf->qos_map_set_len)
200 if (hapd->conf
[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
155 struct tls_config conf; local
[all...]
H A Dap_config.c117 struct hostapd_config *conf; local
140 conf = os_zalloc(sizeof(*conf));
142 if (conf == NULL || bss == NULL) {
145 os_free(conf);
149 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
150 if (conf->bss == NULL) {
151 os_free(conf);
155 conf->bss[0] = bss;
159 os_free(conf
327 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
428 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
441 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
455 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
620 hostapd_config_free(struct hostapd_config *conf) argument
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
769 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
939 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
962 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dieee802_11_he.c42 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
46 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
50 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
82 if (hapd->iface->conf->he_op.he_bss_color)
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
85 if (hapd->iface->conf->he_op.he_default_pe_duration)
87 (hapd->iface->conf->he_op.he_default_pe_duration <<
90 if (hapd->iface->conf->he_op.he_twt_required)
93 if (hapd->iface->conf->he_op.he_rts_threshold)
95 (hapd->iface->conf
[all...]
/external/selinux/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/wpa_supplicant_8/wpa_supplicant/
H A Dmesh.c72 struct mesh_conf *conf; local
75 conf = os_zalloc(sizeof(struct mesh_conf));
76 if (!conf)
79 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len);
80 conf->meshid_len = ssid->ssid_len;
83 conf->security |= MESH_CONF_SEC_AUTH |
86 conf->security |= MESH_CONF_SEC_NONE;
87 conf->ieee80211w = ssid->ieee80211w;
88 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) {
90 conf
154 struct hostapd_config *conf; local
[all...]
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);
/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/boringssl/src/decrepit/x509/
H A Dx509_decrepit.c15 #include <openssl/conf.h>
19 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
24 if (conf != NULL) {
31 nconf->data = conf;
/external/selinux/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>
100 CONF *conf; local
106 conf = OPENSSL_malloc(sizeof(CONF));
107 if (conf == NULL) {
111 conf->data = lh_CONF_VALUE_new(conf_value_hash, conf_value_cmp);
112 if (conf->data == NULL) {
113 OPENSSL_free(conf);
117 return conf;
151 void NCONF_free(CONF *conf) { argument
152 if (conf
161 NCONF_new_section(const CONF *conf, const char *section) argument
200 str_copy(CONF *conf, char *section, char **pto, char *from) argument
366 get_section(const CONF *conf, const char *section) argument
382 NCONF_get_string(const CONF *conf, const char *section, const char *name) argument
396 add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
417 eat_ws(CONF *conf, char *p) argument
426 eat_alpha_numeric(CONF *conf, char *p) argument
439 scan_quote(CONF *conf, char *p) argument
459 scan_dquote(CONF *conf, char *p) argument
479 clear_comments(CONF *conf, char *p) argument
516 def_load_bio(CONF *conf, BIO *in, long *out_error_line) argument
731 NCONF_load(CONF *conf, const char *filename, long *out_error_line) argument
746 NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line) argument
[all...]
/external/e2fsprogs/debian/
H A De2fsprogs.postinst7 -e /etc/initramfs-tools/initramfs.conf ]; then
/external/ltp/testcases/kdump/
H A DMakefile1 all: runkdump.conf
/external/ltp/testcases/network/dhcp/
H A Ddhcpd_tests.sh32 if [ -f /etc/dhcpd.conf ]; then
33 DHCPD_CONF="/etc/dhcpd.conf"
34 elif [ -f /etc/dhcp/dhcpd.conf ]; then
35 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
37 tst_brkm TBROK "failed to find dhcpd.conf"
40 mv $DHCPD_CONF dhcpd.conf
41 [ $? -ne 0 ] && tst_brkm TBROK "failed to backup dhcpd.conf"
43 mv tst_dhcpd.conf $DHCPD_CONF
44 [ $? -ne 0 ] && tst_brkm TBROK "failed to create dhcpd.conf"
59 cat > tst_dhcpd.conf <<
[all...]
/external/toolchain-utils/automation/server/monitor/
H A Durls.py6 from django.conf import settings
7 from django.conf.urls.defaults import patterns
/external/autotest/client/common_lib/
H A Dglobal_config_unittest.py76 conf = global_config.global_config variable in class:global_config_test
85 self.conf.set_config_files(self.global_temp.name, self.shadow_temp.name,
94 self.conf.set_config_files(global_config.DEFAULT_CONFIG_FILE,
101 val = self.conf.get_config_value("SECTION_A", "value_1", float)
108 val = self.conf.get_config_value("SECTION_B", "value_1", int)
111 val = self.conf.get_config_value("SECTION_B", "value_3", int)
113 val = self.conf.get_config_value("SECTION_B", "value_4", int)
119 val = self.conf.get_config_value("SECTION_A", "value_2")
138 self.conf.reset_config_values()
141 val = self.conf
[all...]

Completed in 461 milliseconds

1234567891011>>