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

1234567891011>>

/external/scapy/scapy/layers/tls/
H A D__init__.py93 from scapy.config import conf namespace
95 if not conf.crypto_valid:
/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.c99 struct hostapd_bss_config *conf = hapd->conf; local
101 srv.client_file = conf->radius_server_clients;
102 srv.auth_port = conf->radius_server_auth_port;
103 srv.acct_port = conf->radius_server_acct_port;
108 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
109 srv.eap_fast_a_id = conf->eap_fast_a_id;
110 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
111 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
112 srv.eap_fast_prov = conf
155 struct tls_config conf; local
[all...]
H A Dap_config.c133 struct hostapd_config *conf; local
156 conf = os_zalloc(sizeof(*conf));
158 if (conf == NULL || bss == NULL) {
161 os_free(conf);
165 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
166 if (conf->bss == NULL) {
167 os_free(conf);
171 conf->bss[0] = bss;
175 os_free(conf
348 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
449 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
462 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
476 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
653 hostapd_config_free(struct hostapd_config *conf) argument
767 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
802 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
972 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
995 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dhw_features.c157 if (iface->conf->basic_rates)
158 basic_rates = iface->conf->basic_rates;
199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
232 if (!iface->conf->secondary_channel)
235 pri_chan = iface->conf->channel;
236 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
245 if (iface->conf
523 u16 conf = iface->conf->ht_capab; local
634 u32 conf = iface->conf->vht_capab; local
[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.c99 struct hostapd_bss_config *conf = hapd->conf; local
101 srv.client_file = conf->radius_server_clients;
102 srv.auth_port = conf->radius_server_auth_port;
103 srv.acct_port = conf->radius_server_acct_port;
108 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
109 srv.eap_fast_a_id = conf->eap_fast_a_id;
110 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
111 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
112 srv.eap_fast_prov = conf
155 struct tls_config conf; local
[all...]
H A Dap_config.c133 struct hostapd_config *conf; local
156 conf = os_zalloc(sizeof(*conf));
158 if (conf == NULL || bss == NULL) {
161 os_free(conf);
165 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
166 if (conf->bss == NULL) {
167 os_free(conf);
171 conf->bss[0] = bss;
175 os_free(conf
348 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
449 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
462 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
476 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
653 hostapd_config_free(struct hostapd_config *conf) argument
767 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
802 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
972 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
995 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dhw_features.c157 if (iface->conf->basic_rates)
158 basic_rates = iface->conf->basic_rates;
199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
232 if (!iface->conf->secondary_channel)
235 pri_chan = iface->conf->channel;
236 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
245 if (iface->conf
523 u16 conf = iface->conf->ht_capab; local
634 u32 conf = iface->conf->vht_capab; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c99 struct hostapd_bss_config *conf = hapd->conf; local
101 srv.client_file = conf->radius_server_clients;
102 srv.auth_port = conf->radius_server_auth_port;
103 srv.acct_port = conf->radius_server_acct_port;
108 srv.pac_opaque_encr_key = conf->pac_opaque_encr_key;
109 srv.eap_fast_a_id = conf->eap_fast_a_id;
110 srv.eap_fast_a_id_len = conf->eap_fast_a_id_len;
111 srv.eap_fast_a_id_info = conf->eap_fast_a_id_info;
112 srv.eap_fast_prov = conf
155 struct tls_config conf; local
[all...]
H A Dap_config.c133 struct hostapd_config *conf; local
156 conf = os_zalloc(sizeof(*conf));
158 if (conf == NULL || bss == NULL) {
161 os_free(conf);
165 conf->bss = os_calloc(1, sizeof(struct hostapd_bss_config *));
166 if (conf->bss == NULL) {
167 os_free(conf);
171 conf->bss[0] = bss;
175 os_free(conf
348 hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) argument
449 hostapd_config_free_anqp_elem(struct hostapd_bss_config *conf) argument
462 hostapd_config_free_fils_realms(struct hostapd_bss_config *conf) argument
476 hostapd_config_free_bss(struct hostapd_bss_config *conf) argument
653 hostapd_config_free(struct hostapd_config *conf) argument
767 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
802 hostapd_config_check_bss(struct hostapd_bss_config *bss, struct hostapd_config *conf, int full_config) argument
972 hostapd_config_check_cw(struct hostapd_config *conf, int queue) argument
995 hostapd_config_check(struct hostapd_config *conf, int full_config) argument
[all...]
H A Dhw_features.c157 if (iface->conf->basic_rates)
158 basic_rates = iface->conf->basic_rates;
199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
216 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
232 if (!iface->conf->secondary_channel)
235 pri_chan = iface->conf->channel;
236 sec_chan = pri_chan + iface->conf->secondary_channel * 4;
245 if (iface->conf
523 u16 conf = iface->conf->ht_capab; local
634 u32 conf = iface->conf->vht_capab; local
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_urb.c59 struct urb_configuration *conf)
78 conf->vs_pcb_alloc_kb = increment_kb * 4;
79 conf->hs_pcb_alloc_kb = increment_kb * 3;
80 conf->ds_pcb_alloc_kb = increment_kb * 3;
81 conf->gs_pcb_alloc_kb = increment_kb * 3;
82 conf->ps_pcb_alloc_kb = increment_kb * 3;
84 conf->vs_pcb_alloc_kb = increment_kb * 6;
85 conf->gs_pcb_alloc_kb = increment_kb * 5;
86 conf->ps_pcb_alloc_kb = increment_kb * 5;
88 conf
57 urb_alloc_gen7_pcb(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
96 urb_alloc_gen6_urb(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
145 urb_init_gen6_vs_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
190 urb_init_gen6_gs_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
228 urb_init_gen7_vs_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
321 urb_init_gen7_hs_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
381 urb_init_gen7_ds_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
452 urb_init_gen7_gs_entry(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
525 urb_get_gen6_configuration(const struct ilo_dev *dev, const struct ilo_state_urb_info *info, struct urb_configuration *conf) argument
554 urb_set_gen7_3dstate_push_constant_alloc(struct ilo_state_urb *urb, const struct ilo_dev *dev, const struct ilo_state_urb_info *info, const struct urb_configuration *conf) argument
590 urb_set_gen6_3DSTATE_URB(struct ilo_state_urb *urb, const struct ilo_dev *dev, const struct ilo_state_urb_info *info, const struct urb_configuration *conf) argument
614 urb_set_gen7_3dstate_urb(struct ilo_state_urb *urb, const struct ilo_dev *dev, const struct ilo_state_urb_info *info, const struct urb_configuration *conf) argument
694 struct urb_configuration conf; local
[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;
88 conf->ieee80211w = ssid->ieee80211w;
89 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) {
91 conf
156 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/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/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp84 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
96 conf, attrib_list)) {
121 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
129 _EGLConfig *conf, const EGLint *attrib_list)
151 struct haiku_egl_config* conf; local
152 conf = (struct haiku_egl_config*) calloc(1, sizeof (*conf));
153 if (!conf) {
158 _eglInitConfig(&conf->base, dpy, 1);
161 _eglSetConfigKey(&conf
83 haiku_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, void *native_window, const EGLint *attrib_list) argument
120 haiku_create_pixmap_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) argument
128 haiku_create_pbuffer_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, const EGLint *attrib_list) argument
241 haiku_create_context(_EGLDriver *drv, _EGLDisplay *disp, _EGLConfig *conf, _EGLContext *share_list, const EGLint *attrib_list) 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

Completed in 680 milliseconds

1234567891011>>