/external/chromium_org/third_party/boringssl/src/crypto/conf/ |
conf_error.c | 17 #include <openssl/conf.h>
|
/external/chromium_org/third_party/icu/source/i18n/ |
csmatch.h | 50 int32_t conf,
|
/external/dnsmasq/contrib/openvpn/ |
dhclient-enter-hooks | 29 write_resolv_conf /etc/resolv.conf
|
/external/icu/icu4c/source/i18n/ |
csmatch.h | 50 int32_t conf,
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
Makefile | 8 FILES += wpa_supplicant.conf 25 rm -f wpa_supplicant.conf.5
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_1x.c | 60 xhdr->version = hapd->conf->eapol_version; 146 if (hapd->conf->eapol_key_index_workaround) { 177 hdr->version = hapd->conf->eapol_version; 214 hapd->conf->default_wep_key_len); 217 if (hapd->conf->individual_wep_key_len > 0) { 219 ikey = os_malloc(hapd->conf->individual_wep_key_len); 221 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) 230 ikey, hapd->conf->individual_wep_key_len); 233 hapd->conf->individual_wep_key_len); 237 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP 1978 struct eapol_auth_config conf; local [all...] |
acs.c | 518 if (iface->conf->ieee80211n && 519 iface->conf->secondary_channel == -1) { 524 if (iface->conf->ieee80211n && 525 iface->conf->secondary_channel) 528 if (iface->conf->ieee80211ac && 529 iface->conf->vht_oper_chwidth == 1) 550 iface->conf->ieee80211n && 551 iface->conf->secondary_channel && 559 iface->conf->ieee80211ac && 560 iface->conf->vht_oper_chwidth == 1 & [all...] |
ieee802_11_ht.c | 30 hapd->conf->disable_11n) 87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n) 127 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) 157 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz) 187 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel); 189 if (iface->conf->secondary_channel > 0) 220 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) 266 if (iface->conf->secondary_channel) { 271 iface->conf->secondary_channel = 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglconfig.h | 145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) 149 *((EGLint *) ((char *) conf + offset)) = val; 157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) 161 return *((EGLint *) ((char *) conf + offset)); 170 _eglLinkConfig(_EGLConfig *conf); 181 _eglGetConfigHandle(_EGLConfig *conf) 183 return (EGLConfig) conf; 188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy [all...] |
/external/mesa3d/src/egl/main/ |
eglconfig.h | 145 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) 149 *((EGLint *) ((char *) conf + offset)) = val; 157 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) 161 return *((EGLint *) ((char *) conf + offset)); 170 _eglLinkConfig(_EGLConfig *conf); 181 _eglGetConfigHandle(_EGLConfig *conf) 183 return (EGLConfig) conf; 188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching); 192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 196 _eglParseConfigAttribList(_EGLConfig *conf, _EGLDisplay *dpy [all...] |
/external/e2fsprogs/ext2ed/ |
Makefile.in | 55 all:: $(PROGS) $(MANPAGES) ext2ed.conf 65 ext2ed.conf: $(DEP_SUBSTITUTE) $(srcdir)/ext2ed.conf.in 66 $(SUBSTITUTE_UPTIME) $(srcdir)/ext2ed.conf.in ext2ed.conf 69 $(RM) -f ext2ed $(OBJS) $(DOCS) ext2ed.conf ext2ed.8 76 install -m 644 ext2ed.conf $(root_sysconfdir)
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 338 radius_das_init(struct radius_das_conf *conf) 342 if (conf->port == 0 || conf->shared_secret == NULL || 343 conf->client_addr == NULL) 350 das->time_window = conf->time_window; 351 das->require_event_timestamp = conf->require_event_timestamp; 352 das->ctx = conf->ctx; 353 das->disconnect = conf->disconnect; 355 os_memcpy(&das->client_addr, conf->client_addr, 358 das->shared_secret = os_malloc(conf->shared_secret_len) [all...] |
radius_das.h | 50 radius_das_init(struct radius_das_conf *conf);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1) 32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0) 38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta) 39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta) 54 eapol->cb.logger(eapol->conf.ctx, addr, level, txt); 98 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, 127 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, 221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, 279 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0, 305 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1 [all...] |
/external/qemu/audio/ |
alsaaudio.c | 148 } conf = { variable in typeref:struct:__anon33826 280 if (conf.verbose) { 345 if (conf.verbose) { 351 if (conf.verbose) { 538 const char *pcm_name = in ? conf.pcm_name_in : conf.pcm_name_out; 577 if (err < 0 && conf.verbose) { 710 if (!in && conf.threshold) { 732 threshold = (conf.threshold * bytes_per_sec) / 1000; 742 if (conf.verbose & [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
preauth_test.c | 55 hdr->version = wpa_s->conf->eapol_version; 166 wpa_config_set_blob(wpa_s->conf, blob); 174 return wpa_config_get_blob(wpa_s->conf, name); 188 wpa_config_free(wpa_s->conf); 288 printf("usage: preauth_test <conf> <target MAC address> " 309 wpa_s.conf = wpa_config_read(argv[1], NULL); 310 if (wpa_s.conf == NULL) { 314 if (wpa_s.conf->ssid == NULL) { 329 wpa_s.conf->ctrl_interface); 332 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf->ssid) [all...] |
/external/dhcpcd/ |
Android.mk | 26 #LOCAL_MODULE := dhcpcd.conf 29 #LOCAL_SRC_FILES := android.conf 40 LOCAL_MODULE := 20-dns.conf
|
/external/wpa_supplicant_8/hostapd/ |
main.c | 57 if (hapd && hapd->conf) { 58 conf_syslog_level = hapd->conf->logger_syslog_level; 59 conf_stdout_level = hapd->conf->logger_stdout_level; 60 conf_syslog = hapd->conf->logger_syslog; 61 conf_stdout = hapd->conf->logger_stdout; 94 if (hapd && hapd->conf && addr) 96 hapd->conf->iface, MAC2STR(addr), 99 else if (hapd && hapd->conf) 101 hapd->conf->iface, module_str ? " " : "", 155 struct hostapd_bss_config *conf = hapd->conf local [all...] |
config_file.c | 214 struct hostapd_bss_config *conf) 225 os_free(conf->eap_user_sqlite); 226 conf->eap_user_sqlite = os_strdup(fname + 7); 497 tail = conf->eap_user = user; 797 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) 804 all = os_realloc_array(conf->bss, conf->num_bss + 1, 811 conf->bss = all; 824 conf->bss[conf->num_bss++] = bss 3180 struct hostapd_config *conf; local [all...] |
/device/google/atv/products/ |
sdk_atv_armv7.mk | 31 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 36 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
/external/aac/libMpegTPDec/include/ |
mpegFileRead.h | 119 * \param conf Pointer to unsigned char to hold the AudioSpecificConfig of the input file, if 128 UCHAR *conf[],
|
/external/dhcpcd/dhcpcd-hooks/ |
Makefile | 7 SCRIPTS+= 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
|
/external/openssl/crypto/conf/ |
conf_sap.c | 62 #include <openssl/conf.h>
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
PhoneTypeChoiceRecognizerEngine.java | 59 String conf = mSrec.getResult(result, Recognizer.KEY_CONFIDENCE); local 62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; 69 String conf = mSrec.getResult(0, Recognizer.KEY_CONFIDENCE); local 72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
LocaleUtils.java | 171 final Configuration conf = res.getConfiguration(); local 172 final Locale saveLocale = conf.locale; 173 conf.locale = newLocale; 174 res.updateConfiguration(conf, res.getDisplayMetrics());
|