HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 26 - 50 of 530) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
nfc_pw_token.c 49 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);
wpa_supplicant_conf.mk 8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
16 LOCAL_MODULE := wpa_supplicant.conf
23 WPA_SUPPLICANT_CONF_TEMPLATE := $(LOCAL_PATH)/wpa_supplicant_template.conf
29 @echo Target wpa_supplicant.conf: $@
ap.c 48 struct hostapd_config *conf,
53 u8 channel = conf->channel;
55 if (!conf->secondary_channel)
63 conf->vht_oper_chwidth = 1;
64 conf->vht_oper_centr_freq_seg0_idx = center_chan;
68 conf->vht_oper_centr_freq_seg0_idx =
69 channel + conf->secondary_channel * 2;
71 conf->vht_oper_centr_freq_seg0_idx =
72 conf->channel + conf->secondary_channel * 2
489 struct hostapd_config *conf; local
1030 struct hostapd_bss_config *conf; local
1126 struct hostapd_bss_config *conf; local
    [all...]
  /hardware/qcom/wlan/qcwcn/config/
Android.mk 21 LOCAL_MODULE := dhcpcd.conf
24 LOCAL_SRC_FILES := android_dhcpcd.conf
  /external/dhcpcd/dhcpcd-hooks/
20-resolv.conf 1 # Generate /etc/resolv.conf
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
9 resolv_conf_dir="$state_dir/resolv.conf"
13 local cf="$state_dir/resolv.conf.$interface"
19 # Build the resolv.conf
49 # Assemble resolv.conf using our head and tail files
53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
59 if [ -f /etc/resolv.conf.tail ]; the
    [all...]
50-yp.conf 12 local cf=/etc/yp.conf."$interface" prefix= x= pid=
28 save_conf /etc/yp.conf
29 cat "$cf" > /etc/yp.conf
40 restore_conf /etc/yp.conf || return 0
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 35 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->wnm_sleep_mode)
181 if (hapd->conf->bss_transition)
188 if (hapd->conf->time_advertisement == 2)
190 if (hapd->conf->interworking)
194 if (hapd->conf->qos_map_set_len)
196 if (hapd->conf->tdls & TDLS_PROHIBIT)
198 if (hapd->conf->tdls & TDLS_PROHIBIT_CHAN_SWITCH)
    [all...]
hostapd.c 69 radius_client_reconfig(hapd->radius, hapd->conf->radius);
72 ssid = &hapd->conf->ssid;
82 if (hostapd_setup_wpa_psk(hapd->conf)) {
87 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
88 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
90 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
92 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
96 } else if (hapd->conf->wpa)
689 struct hostapd_bss_config *conf = hapd->conf; local
944 struct hostapd_config *conf = hapd->iconf; local
1420 struct hostapd_config *conf = NULL; local
1520 struct hostapd_config *conf; local
1778 struct hostapd_config *conf; local
1844 struct hostapd_config *conf = NULL; local
    [all...]
  /external/openssl/crypto/conf/
conf.h 1 /* crypto/conf/conf.h */
91 CONF *(*create)(CONF_METHOD *meth);
92 int (*init)(CONF *conf);
93 int (*destroy)(CONF *conf);
94 int (*destroy_data)(CONF *conf);
95 int (*load_bio)(CONF *conf, BIO *bp, long *eline)
    [all...]
  /external/openssl/include/openssl/
conf.h 1 /* crypto/conf/conf.h */
91 CONF *(*create)(CONF_METHOD *meth);
92 int (*init)(CONF *conf);
93 int (*destroy)(CONF *conf);
94 int (*destroy_data)(CONF *conf);
95 int (*load_bio)(CONF *conf, BIO *bp, long *eline)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
59 memset(conf, 0, sizeof(*conf));
61 conf->Display = dpy;
64 conf->ConfigID = id;
65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
68 conf->ColorBufferType = EGL_RGB_BUFFER;
79 _eglLinkConfig(_EGLConfig *conf)
105 _EGLConfig *conf; local
821 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.c 57 _eglInitConfig(_EGLConfig *conf, _EGLDisplay *dpy, EGLint id)
59 memset(conf, 0, sizeof(*conf));
61 conf->Display = dpy;
64 conf->ConfigID = id;
65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
68 conf->ColorBufferType = EGL_RGB_BUFFER;
79 _eglLinkConfig(_EGLConfig *conf)
105 _EGLConfig *conf; local
821 _EGLConfig *conf = (_EGLConfig *) elem; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
drm_driver.h 99 const struct drm_conf_ret *(*configuration) (enum drm_conf conf);
107 #define DRM_DRIVER_DESCRIPTOR(name_str, driver_name_str, func, conf) \
112 .configuration = (conf), \
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 99 const struct drm_conf_ret *(*configuration) (enum drm_conf conf);
107 #define DRM_DRIVER_DESCRIPTOR(name_str, driver_name_str, func, conf) \
112 .configuration = (conf), \
  /external/chromium_org/third_party/boringssl/src/include/openssl/
conf.h 80 * Config files are representated by a |CONF|. */
93 /* NCONF_new returns a fresh, empty |CONF|, or NULL on error. */
94 CONF *NCONF_new(void);
96 /* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
97 void NCONF_free(CONF *conf);
100 * |conf|. It returns one on success and zero on error. In the event of an
103 int NCONF_load(CONF *conf, const char *filename, long *out_error_line)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
target.c 34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
36 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-r600/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-radeonsi/
target.c 29 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
31 switch (conf) {
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
target.c 34 static const struct drm_conf_ret *drm_configuration(enum drm_conf conf)
36 switch (conf) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm_external.h 55 snd_config_t *root, snd_config_t *conf, \
61 int snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_external.h 55 snd_config_t *root, snd_config_t *conf, \
61 int snd_pcm_parse_control_id(snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp,
  /external/bluetooth/bluedroid/conf/
Android.mk 4 LOCAL_MODULE := bt_stack.conf
13 LOCAL_MODULE := bt_did.conf
22 LOCAL_MODULE := auto_pair_devlist.conf
  /hardware/broadcom/libbt/
Android.mk 14 src/conf.c
35 include $(LOCAL_PATH)/conf/samsung/maguro/Android.mk
38 include $(LOCAL_PATH)/conf/samsung/crespo/Android.mk
41 include $(LOCAL_PATH)/conf/samsung/crespo4g/Android.mk
44 include $(LOCAL_PATH)/conf/moto/wingray/Android.mk

Completed in 921 milliseconds

12 3 4 5 6 7 8 91011>>