HomeSort by relevance Sort by last modified time
    Searched defs:conf (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 68 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len)
77 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN);
80 if (conf->ft_over_ds)
88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
116 os_memcpy(pos, conf->r1_key_holder, FT_R1KH_ID_LEN);
303 r0kh = wpa_auth->conf.r0kh_list;
330 os_memcpy(f.r1kh_id, wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN);
350 const u8 *mdid = sm->wpa_auth->conf.mobility_domain;
351 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder;
352 size_t r0kh_len = sm->wpa_auth->conf.r0_key_holder_len
625 struct wpa_auth_config *conf; local
789 struct wpa_auth_config *conf; local
    [all...]
wpa_auth_i.h 177 struct wpa_auth_config conf; member in struct:wpa_authenticator
190 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
220 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
221 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
wpa_auth.c 230 if (wpa_auth->conf.wpa_gmk_rekey) {
231 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
251 if (wpa_auth->conf.wpa_group_rekey) {
252 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
328 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group);
367 * @conf: Configuration for WPA authenticator
372 struct wpa_auth_config *conf,
381 os_memcpy(&wpa_auth->conf, conf, sizeof(*conf));
2021 struct wpa_auth_config *conf; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 147 struct eap_peer_config *conf; local
151 conf = eap_get_config(sm);
152 if (conf == NULL)
154 if (conf->pcsc) {
161 if (conf->password) {
166 if (conf->password_len < 78) {
171 pos = (const char *) conf->password;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 28 struct eapol_auth_config conf; member in struct:eapol_authenticator
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 307 wpa_config_set_blob(e->wpa_s->conf, blob);
315 return wpa_config_get_blob(e->wpa_s->conf, name);
484 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
485 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
486 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path;
502 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
544 wpa_config_free(wpa_s->conf);
1049 "eapol_test [-nWS] -c<conf> [-a<AS IP>] [-p<AS port>] "
1059 " -c<conf> = configuration file\n"
1103 char *conf = NULL local
    [all...]
wpa_supplicant.c 220 if (wpa_s->conf && wpa_s->conf->ap_scan == 0 &&
296 if (wpa_s->conf && (wpa_s->drv_flags & WPA_DRIVER_FLAGS_WIRED))
299 if (wpa_s->conf)
300 eapol_conf.fast_reauth = wpa_s->conf->fast_reauth;
395 if (wpa_s->conf != NULL) {
397 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next)
772 struct wpa_config *conf; local
778 conf = wpa_config_read(wpa_s->confname, NULL);
779 if (conf == NULL)
    [all...]
wpa_supplicant_i.h 337 struct wpa_config *conf; member in struct:wpa_supplicant
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 244 Configuration conf = getResources().getConfiguration(); local
245 String language = conf.locale.getLanguage();
253 String country = conf.locale.getCountry();
263 localeString = conf.locale.getDisplayLanguage(conf.locale);
265 localeString = conf.locale.getDisplayName(conf.locale);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 958 String conf = mSrec.getResult(result, Recognizer.KEY_CONFIDENCE); local
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 149 Configuration conf = configs.get(appName); local
150 if (conf != null) {
151 return conf.getAppConfigurationEntry(appName);
239 public static void addConfig(String name, Configuration conf) {
241 conf);
681 TestConfig conf = new TestConfig("other"); local
682 conf.addRequired("TestLoginModule_Success");
683 TestConfig.addConfig("other", conf);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ca.c 66 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
219 CONF *conf, int verbose, unsigned long certopt,
226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
236 static CONF *conf=NULL variable
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 153 conf.lib.clang_disposeString(self)
158 return conf.lib.clang_getCString(res)
170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
185 return conf.lib.clang_getLocation(tu, file, line, column)
195 return conf.lib.clang_getLocationForOffset(tu, file, offset)
218 return conf.lib.clang_equalLocations(self, other)
245 return conf.lib.clang_getRange(start, end)
253 return conf.lib.clang_getRangeStart(self)
261 return conf.lib.clang_getRangeEnd(self)
264 return conf.lib.clang_equalRanges(self, other
3270 conf = Config() variable
    [all...]
  /external/dnsmasq/src/
rfc2131.c 888 struct in_addr addr, conf; local
890 addr.s_addr = conf.s_addr = 0;
921 conf = config->addr;
925 if (conf.s_addr)
926 mess->yiaddr = conf;
    [all...]
  /external/openssl/apps/
ca.c 66 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
219 CONF *conf, int verbose, unsigned long certopt,
226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
236 static CONF *conf=NULL variable
    [all...]
  /external/qemu/audio/
audio.c 163 } conf = { variable in typeref:struct:__anon26579
428 if (conf.log_to_monitor) {
1230 qemu_mod_timer (s->ts, qemu_get_clock_ns (vm_clock) + conf.period.ticks);
1323 hw->pcm_ops->ctl_out (hw, VOICE_ENABLE, conf.try_poll_out);
1368 hw->pcm_ops->ctl_in (hw, VOICE_ENABLE, conf.try_poll_in);
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 133 struct eapol_config conf; member in struct:eapol_sm
375 sm->conf.accept_802_1x_keys &&
376 sm->conf.required_keys == 0) {
657 if (!sm->conf.accept_802_1x_keys) {
795 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_UNICAST)) &&
797 !(sm->conf.required_keys & EAPOL_REQUIRE_KEY_BROADCAST)))
1948 struct eap_config conf; local
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 871 final Configuration conf = mRes.getConfiguration(); local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1566 milliseconds

1 2 34