Searched refs:conf (Results 176 - 200 of 733) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.c354 radius_das_init(struct radius_das_conf *conf) argument
358 if (conf->port == 0 || conf->shared_secret == NULL ||
359 conf->client_addr == NULL)
366 das->time_window = conf->time_window;
367 das->require_event_timestamp = conf->require_event_timestamp;
369 conf->require_message_authenticator;
370 das->ctx = conf->ctx;
371 das->disconnect = conf->disconnect;
373 os_memcpy(&das->client_addr, conf
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c64 #include <openssl/conf.h>
75 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid,
84 /* CONF *conf: Config file */
87 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, argument
96 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
104 /* CONF *conf: Config file */
106 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, argument
115 return do_ext_nconf(conf, ctx, ext_nid, crit, value);
118 /* CONF *conf: Config file */
120 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CT argument
329 X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk) argument
353 X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert) argument
364 X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl) argument
375 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req) argument
448 X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dmain.c58 if (hapd && hapd->conf) {
59 conf_syslog_level = hapd->conf->logger_syslog_level;
60 conf_stdout_level = hapd->conf->logger_stdout_level;
61 conf_syslog = hapd->conf->logger_syslog;
62 conf_stdout = hapd->conf->logger_stdout;
95 if (hapd && hapd->conf && addr)
97 hapd->conf->iface, MAC2STR(addr),
100 else if (hapd && hapd->conf)
102 hapd->conf->iface, module_str ? " " : "",
160 struct hostapd_bss_config *conf local
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A DtouchbotII_robot_wrapper.py14 import test_conf as conf namespace
90 conf.NOISE_LINE: self._get_control_command_line,
91 conf.NOISE_STATIONARY: self._get_control_command_single_tap,
92 conf.NOISE_STATIONARY_EXTENDED: self._get_control_command_single_tap,
93 conf.ONE_FINGER_TRACKING: self._get_control_command_line,
94 conf.ONE_FINGER_TO_EDGE: self._get_control_command_line,
95 conf.ONE_FINGER_SWIPE: self._get_control_command_line,
96 conf.ONE_FINGER_TAP: self._get_control_command_single_tap,
97 conf.ONE_FINGER_TRACKING_FROM_CENTER:
99 conf
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c121 if (hapd->conf->p2p & P2P_MANAGE) {
139 if (hapd->conf->wps_state) {
147 if (hapd->conf->p2p & P2P_MANAGE) {
179 if (hapd->conf->mbo_enabled || hapd->enable_oce) {
188 add_buf(&beacon, hapd->conf->vendor_elements);
189 add_buf(&proberesp, hapd->conf->vendor_elements);
190 add_buf(&assocresp, hapd->conf->assocresp_elements);
268 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
287 params.wpa = hapd->conf
[all...]
H A Dieee802_11_ht.c30 hapd->conf->disable_11n)
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
212 if (iface->conf->secondary_channel > 0)
244 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
310 if (iface->conf->secondary_channel) {
315 iface->conf
[all...]
H A Deap_user_db.c176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite);
204 hapd->conf->eap_user_sqlite);
227 const struct hostapd_bss_config *conf = hapd->conf; local
228 struct hostapd_eap_user *user = conf->eap_user;
231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
246 wsc_registrar.password = (u8 *) conf
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c121 if (hapd->conf->p2p & P2P_MANAGE) {
139 if (hapd->conf->wps_state) {
147 if (hapd->conf->p2p & P2P_MANAGE) {
179 if (hapd->conf->mbo_enabled || hapd->enable_oce) {
188 add_buf(&beacon, hapd->conf->vendor_elements);
189 add_buf(&proberesp, hapd->conf->vendor_elements);
190 add_buf(&assocresp, hapd->conf->assocresp_elements);
268 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
287 params.wpa = hapd->conf
[all...]
H A Dieee802_11_ht.c30 hapd->conf->disable_11n)
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
212 if (iface->conf->secondary_channel > 0)
244 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
310 if (iface->conf->secondary_channel) {
315 iface->conf
[all...]
H A Deap_user_db.c176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite);
204 hapd->conf->eap_user_sqlite);
227 const struct hostapd_bss_config *conf = hapd->conf; local
228 struct hostapd_eap_user *user = conf->eap_user;
231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
246 wsc_registrar.password = (u8 *) conf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c121 if (hapd->conf->p2p & P2P_MANAGE) {
139 if (hapd->conf->wps_state) {
147 if (hapd->conf->p2p & P2P_MANAGE) {
179 if (hapd->conf->mbo_enabled || hapd->enable_oce) {
188 add_buf(&beacon, hapd->conf->vendor_elements);
189 add_buf(&proberesp, hapd->conf->vendor_elements);
190 add_buf(&assocresp, hapd->conf->assocresp_elements);
268 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
287 params.wpa = hapd->conf
[all...]
H A Dieee802_11_ht.c30 hapd->conf->disable_11n)
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
212 if (iface->conf->secondary_channel > 0)
244 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
310 if (iface->conf->secondary_channel) {
315 iface->conf
[all...]
H A Deap_user_db.c176 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
178 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
191 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite);
204 hapd->conf->eap_user_sqlite);
227 const struct hostapd_bss_config *conf = hapd->conf; local
228 struct hostapd_eap_user *user = conf->eap_user;
231 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
240 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
246 wsc_registrar.password = (u8 *) conf
[all...]
/external/lisa/libs/utils/
H A Denergy.py77 def getInstance(target, conf, force=False, res_dir=None):
85 if 'emeter' in conf:
86 emeter = conf['emeter']
90 elif 'board' in conf and \
91 conf['board'] in DEFAULT_ENERGY_METER:
92 emeter = DEFAULT_ENERGY_METER[conf['board']]
94 conf['board'])
121 def __init__(self, target, conf=None, res_dir=None):
147 self._channels = conf.get('channel_map')
280 def __init__(self, target, conf, res_di
[all...]
/external/dhcpcd-6.8.2/dhcpcd-hooks/
H A D50-ntp.conf2 # Like our resolv.conf hook script, we store a database of ntp.conf files
3 # and merge into /etc/ntp.conf
6 # dhcpcd -e NTP_CONF=/usr/pkg/etc/ntpd.conf
8 # NTP_CONF=/usr/pkg/etc/ntpd.conf
16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
21 ntp_conf_dir="$state_dir/ntp.conf"
25 if [ -z "$NTP_CONF" -a -e /etc/ntpd.conf -a ! -e /etc/ntp.conf ]; then
26 : ${NTP_CONF:=/etc/ntpd.conf}
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c55 hdr->version = wpa_s->conf->eapol_version;
169 wpa_config_set_blob(wpa_s->conf, blob);
177 return wpa_config_get_blob(wpa_s->conf, name);
191 wpa_config_free(wpa_s->conf);
291 printf("usage: preauth_test <conf> <target MAC address> "
312 wpa_s.conf = wpa_config_read(argv[1], NULL);
313 if (wpa_s.conf == NULL) {
317 if (wpa_s.conf->ssid == NULL) {
332 wpa_s.conf->ctrl_interface);
335 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf
[all...]
H A Dmesh_mpm.c214 struct mesh_conf *conf = ifmsh->mconf; local
219 int ampe = conf->security & MESH_CONF_SEC_AMPE;
247 buf_len += conf->rsn_ie_len; /* RSN IE */
273 wpabuf_put_data(buf, conf->rsn_ie, conf->rsn_ie_len);
277 wpabuf_put_u8(buf, conf->meshid_len);
278 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
280 /* IE: mesh conf */
283 wpabuf_put_u8(buf, conf
423 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
474 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
540 struct mesh_conf *conf; local
648 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
747 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
813 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
871 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
[all...]
/external/toybox/toys/pending/
H A Dmdev.c23 The mdev config file (/etc/mdev.conf) contains lines that look like:
81 char *conf, *pos, *end; local
84 if (-1!=(fd = open("/etc/mdev.conf", O_RDONLY))) {
88 conf = xmmap(NULL, len, PROT_READ, MAP_PRIVATE, fd, 0);
91 for (pos = conf; pos-conf<len;) {
97 for(end = pos; end-conf<len && *end!='\n'; end++);
178 munmap(conf, len);
/external/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog0853 /etc/syslog.conf|/etc/rsyslog.conf)
59 /etc/syslog-ng/syslog-ng.conf)
/external/scapy/scapy/arch/bpf/
H A Dsupersocket.py18 from scapy.config import conf namespace
47 self.promisc = conf.sniff_promisc
52 self.iface = conf.iface
95 if conf.except_filter:
97 filter = "(%s) and not (%s)" % (filter, conf.except_filter)
99 filter = "not (%s)" % conf.except_filter
130 cls = conf.default_l2
137 return conf.l2types[ret]
139 cls = conf.default_l2
257 if conf
[all...]
/external/scapy/scapy/arch/
H A Dcommon.py15 from scapy.config import conf namespace
48 if conf.use_pypy and six.PY2:
61 if conf.use_pypy and six.PY2:
/external/autotest/client/cros/cellular/wardmodem/
H A Dmodem_configuration.py13 DEFAULT_CONF_FILE = 'base.conf'
15 'e362': 'e362.conf',
48 # Now load the plugin conf data.
166 @return The conf data loaded from file.
176 conf = {}
177 execfile(full_path, conf)
179 del conf['__builtins__']
180 return conf
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetMatch.java182 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { argument
183 fConfidence = conf;
202 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { argument
203 fConfidence = conf;
/external/icu/icu4c/source/i18n/
H A Dcsmatch.h52 int32_t conf,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java194 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { argument
195 fConfidence = conf;
214 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { argument
215 fConfidence = conf;

Completed in 2727 milliseconds

1234567891011>>