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

1 23 4

  /external/wpa_supplicant_8/src/ap/
hostapd.c 65 radius_client_reconfig(hapd->radius, hapd->conf->radius);
68 if (hostapd_setup_wpa_psk(hapd->conf)) {
73 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
74 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
76 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
78 if (hapd->conf->wpa && hapd->wpa_auth == NULL) {
82 } else if (hapd->conf->wpa) {
94 hostapd_setup_encryption(hapd->conf->iface, hapd);
101 if (hapd->conf->ssid.ssid_set &
608 struct hostapd_bss_config *conf = hapd->conf; local
846 struct hostapd_config *conf = hapd->iconf; local
1258 struct hostapd_config *conf; local
1325 struct hostapd_config *conf = NULL; local
    [all...]
hw_features.c 114 if (iface->conf->basic_rates)
115 basic_rates = iface->conf->basic_rates;
156 if (iface->conf->supported_rates &&
157 !hostapd_rate_found(iface->conf->supported_rates,
173 (!iface->conf->ieee80211n || !iface->conf->require_ht)) {
192 if (!iface->conf->secondary_channel)
195 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
198 iface->conf->channel, sec_chan)
522 u16 conf = iface->conf->ht_capab; local
    [all...]
ieee802_1x.c 57 xhdr->version = hapd->conf->eapol_version;
142 if (hapd->conf->eapol_key_index_workaround) {
173 hdr->version = hapd->conf->eapol_version;
210 hapd->conf->default_wep_key_len);
213 if (hapd->conf->individual_wep_key_len > 0) {
215 ikey = os_malloc(hapd->conf->individual_wep_key_len);
217 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
226 ikey, hapd->conf->individual_wep_key_len);
229 hapd->conf->individual_wep_key_len);
233 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP
1694 struct eapol_auth_config conf; local
    [all...]
hostapd.h 101 struct hostapd_bss_config *conf; member in struct:hostapd_data
249 struct hostapd_config *conf; member in struct:hostapd_iface
342 struct hostapd_config *conf,
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 466 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
559 eap_pwd_h_final(hash, conf);
562 if (os_memcmp(conf, ptr, SHA256_MAC_LEN)) {
636 eap_pwd_h_final(hash, conf);
639 data->my_scalar, data->server_scalar, conf, ptr,
650 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
eap_sim.c 150 struct eap_peer_config *conf; local
154 conf = eap_get_config(sm);
155 if (conf == NULL)
157 if (conf->pcsc) {
173 if (conf->password) {
179 if (conf->password_len < 65) {
184 pos = (const char *) conf->password;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 293 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
395 eap_pwd_h_final(hash, conf);
396 os_memcpy(data->my_confirm, conf, SHA256_MAC_LEN);
402 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN);
742 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local
829 eap_pwd_h_final(hash, conf);
832 if (os_memcmp(conf, ptr, SHA256_MAC_LEN)) {
840 data->peer_scalar, data->my_scalar, conf,
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 47 struct hostapd_config *conf)
49 struct hostapd_bss_config *bss = &conf->bss[0];
51 conf->driver = wpa_s->driver;
55 conf->hw_mode = ieee80211_freq_to_chan(ssid->frequency,
56 &conf->channel);
57 if (conf->hw_mode == NUM_HOSTAPD_MODES) {
68 * Enable HT20 if the driver supports it, by setting conf->ieee80211n
69 * and a mask of allowed capabilities within conf->ht_capab.
70 * Using default config settings for: conf->ht_op_mode_fixed,
71 * conf->secondary_channel, conf->require_h
444 struct hostapd_config *conf; local
974 struct hostapd_bss_config *conf; local
1044 struct hostapd_bss_config *conf; local
    [all...]
wpas_glue.c 37 wpa_config_set_blob(wpa_s->conf, blob);
38 if (wpa_s->conf->update_config) {
39 int ret = wpa_config_write(wpa_s->confname, wpa_s->conf);
52 return wpa_config_get_blob(wpa_s->conf, name);
70 hdr->version = wpa_s->conf->eapol_version;
780 if (wpa_s->conf->update_config) {
781 res = wpa_config_write(wpa_s->confname, wpa_s->conf);
813 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
814 ctx->pkcs11_engine_path = wpa_s->conf->pkcs11_engine_path;
815 ctx->pkcs11_module_path = wpa_s->conf->pkcs11_module_path
906 struct rsn_supp_config conf; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 693 struct cpu_config conf;
699 desc.sd_addr = (char *) &conf;
700 desc.sd_size = sizeof conf;
706 for (i = 0; i < conf.config_maxclass; ++i)
691 struct cpu_config conf; local
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 321 int32_t conf; local
332 conf = ucsdet_getConfidence(match, &status);
339 if (conf != 100) {
340 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf);
353 conf = ucsdet_getConfidence(match, &status);
361 if (conf != 100) {
362 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \
151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv)
207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg)
212 if (!conf) {
404 _EGLConfig *conf = _eglLookupConfig(config, disp); local
408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv);
409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
420 _EGLConfig *conf = _eglLookupConfig(config, disp); local
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
525 _EGLConfig *conf = _eglLookupConfig(config, disp) local
546 _EGLConfig *conf = _eglLookupConfig(config, disp); local
567 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 333 int32_t conf; local
344 conf = ucsdet_getConfidence(match, &status);
351 if (conf != 100) {
352 errln("Did not get 100%% confidence for UTF-16BE: got %d", conf);
365 conf = ucsdet_getConfidence(match, &status);
373 if (conf != 100) {
374 errln("Did not get 100%% confidence for UTF-16LE: got %d", conf);
  /external/mesa3d/src/egl/main/
eglapi.c 150 #define _EGL_CHECK_CONFIG(disp, conf, ret, drv) \
151 _EGL_CHECK_OBJECT(disp, Config, conf, ret, drv)
207 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg)
212 if (!conf) {
404 _EGLConfig *conf = _eglLookupConfig(config, disp); local
408 _EGL_CHECK_CONFIG(disp, conf, EGL_FALSE, drv);
409 ret = drv->API.GetConfigAttrib(drv, disp, conf, attribute, value);
420 _EGLConfig *conf = _eglLookupConfig(config, disp); local
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
525 _EGLConfig *conf = _eglLookupConfig(config, disp) local
546 _EGLConfig *conf = _eglLookupConfig(config, disp); local
567 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1064 _EGLConfig *conf = _eglLookupConfig(config, disp); local
1252 _EGLConfig *conf = _eglLookupConfig(config, disp); local
    [all...]
  /external/qemu/audio/
ossaudio.c 73 } conf = { variable in typeref:struct:__anon26594
272 int oflags = conf.exclusive ? O_EXCL : 0;
276 const char *dspname = in ? conf.devpath_in : conf.devpath_out;
280 oflags |= conf.try_mmap ? O_RDWR : (in ? O_RDONLY : O_WRONLY);
314 if (conf.policy >= 0) {
318 if (conf.debug) {
323 int policy = conf.policy;
327 conf.policy);
455 if (conf.debug)
    [all...]
alsaaudio.c 148 } conf = { variable in typeref:struct:__anon26577
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/src/radius/
radius_client.c 161 * conf - RADIUS client configuration (list of RADIUS servers to use)
163 struct hostapd_radius_servers *conf; member in struct:radius_client_data
325 struct hostapd_radius_servers *conf = radius->conf; local
333 conf->acct_server->requests++;
335 conf->acct_server->timeouts++;
336 conf->acct_server->retransmissions++;
341 conf->auth_server->requests++;
343 conf->auth_server->timeouts++;
344 conf->auth_server->retransmissions++
376 struct hostapd_radius_servers *conf = radius->conf; local
625 struct hostapd_radius_servers *conf = radius->conf; local
688 struct hostapd_radius_servers *conf = radius->conf; local
948 struct hostapd_radius_servers *conf = radius->conf; local
1089 struct hostapd_radius_servers *conf = radius->conf; local
1135 struct hostapd_radius_servers *conf = radius->conf; local
1187 struct hostapd_radius_servers *conf = radius->conf; local
1459 struct hostapd_radius_servers *conf = radius->conf; local
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 232 Configuration conf = r.getConfiguration(); local
233 if (conf.keyboard == Configuration.KEYBOARD_NOKEYS
234 || conf.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 167 EglConfig* conf = pixelFormatToConfig(dpy,renderableType,&frmtList[i]); local
168 if(conf) listOut.push_back(conf);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria)
103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0)
106 if (!_eglMatchConfig(conf, criteria))
117 struct dri2_egl_config *conf; local
229 conf = (struct dri2_egl_config *) matching_config;
231 if (double_buffer && !conf->dri_double_config)
232 conf->dri_double_config = dri_config;
233 else if (!double_buffer && !conf->dri_single_config)
234 conf->dri_single_config = dri_config;
240 conf = malloc(sizeof *conf)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 176 GLX_egl_config_index(_EGLConfig *conf)
178 struct GLX_egl_config *GLX_conf = GLX_egl_config(conf);
436 _EGLConfig *conf = &GLX_conf->Base; local
440 conf->SurfaceType &= ~EGL_WINDOW_BIT;
443 conf->SurfaceType |= EGL_PBUFFER_BIT;
447 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) {
448 conf->NativeVisualID = 0;
449 conf->NativeVisualType = EGL_NONE;
452 if (conf->TransparentType != EGL_TRANSPARENT_RGB) {
454 conf->TransparentRedValue = 0
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 1861 struct remoteconf *conf; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria)
103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0)
106 if (!_eglMatchConfig(conf, criteria))
117 struct dri2_egl_config *conf; local
229 conf = (struct dri2_egl_config *) matching_config;
231 if (double_buffer && !conf->dri_double_config)
232 conf->dri_double_config = dri_config;
233 else if (!double_buffer && !conf->dri_single_config)
234 conf->dri_single_config = dri_config;
240 conf = malloc(sizeof *conf)
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 176 GLX_egl_config_index(_EGLConfig *conf)
178 struct GLX_egl_config *GLX_conf = GLX_egl_config(conf);
436 _EGLConfig *conf = &GLX_conf->Base; local
440 conf->SurfaceType &= ~EGL_WINDOW_BIT;
443 conf->SurfaceType |= EGL_PBUFFER_BIT;
447 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) {
448 conf->NativeVisualID = 0;
449 conf->NativeVisualType = EGL_NONE;
452 if (conf->TransparentType != EGL_TRANSPARENT_RGB) {
454 conf->TransparentRedValue = 0
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 189 struct hostapd_bss_config *conf)
200 os_free(conf->eap_user_sqlite);
201 conf->eap_user_sqlite = os_strdup(fname + 7);
446 tail = conf->eap_user = user;
749 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
756 bss = os_realloc_array(conf->bss, conf->num_bss + 1,
763 conf->bss = bss;
765 bss = &(conf->bss[conf->num_bss])
3052 struct hostapd_config *conf; local
    [all...]

Completed in 956 milliseconds

1 23 4