/external/wpa_supplicant_8/src/ap/ |
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) 221 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) 287 if (iface->conf->secondary_channel) { 292 iface->conf->secondary_channel = 0 [all...] |
eap_user_db.c | 176 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->ap_pin [all...] |
ap_drv_ops.c | 115 if (hapd->conf->p2p & P2P_MANAGE) { 133 if (hapd->conf->wps_state) { 142 if (hapd->conf->p2p & P2P_MANAGE) { 187 if (hapd->conf->vendor_elements) { 188 size_t add = wpabuf_len(hapd->conf->vendor_elements); 190 wpabuf_put_buf(beacon, hapd->conf->vendor_elements); 192 wpabuf_put_buf(proberesp, hapd->conf->vendor_elements); 271 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) || 290 params.wpa = hapd->conf->wpa [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 214 struct hostapd_bss_config *conf) 226 os_free(conf->eap_user_sqlite); 227 conf->eap_user_sqlite = os_strdup(fname + 7); 520 user = conf->eap_user; 528 conf->eap_user = new_user; 784 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) 788 /* for backwards compatibility, translate ' ' in conf str to ',' */ 795 if (freq_range_list_parse(&conf->acs_ch_list, val)) 841 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) 848 all = os_realloc_array(conf->bss, conf->num_bss + 1 3330 struct hostapd_config *conf; local [all...] |
main.c | 55 if (hapd && hapd->conf) { 56 conf_syslog_level = hapd->conf->logger_syslog_level; 57 conf_stdout_level = hapd->conf->logger_stdout_level; 58 conf_syslog = hapd->conf->logger_syslog; 59 conf_stdout = hapd->conf->logger_stdout; 92 if (hapd && hapd->conf && addr) 94 hapd->conf->iface, MAC2STR(addr), 97 else if (hapd && hapd->conf) 99 hapd->conf->iface, module_str ? " " : "", 153 struct hostapd_bss_config *conf = hapd->conf local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
mesh_mpm.c | 213 struct mesh_conf *conf = ifmsh->mconf; local 221 int ampe = conf->security & MESH_CONF_SEC_AMPE; 267 wpabuf_put_u8(buf, conf->meshid_len); 268 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); 270 /* IE: mesh conf */ 273 wpabuf_put_u8(buf, conf->mesh_pp_id); 274 wpabuf_put_u8(buf, conf->mesh_pm_id); 275 wpabuf_put_u8(buf, conf->mesh_cc_id); 276 wpabuf_put_u8(buf, conf->mesh_sp_id) 396 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 439 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 533 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 593 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 654 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local 692 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local [all...] |
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...] |
scan.c | 57 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { 72 !wpa_s->conf->p2p_disabled) { 97 struct wpa_ssid *ssid = wpa_s->conf->ssid; 110 if (wpa_s->conf->cred && wpa_s->conf->interworking && 111 wpa_s->conf->auto_interworking) 302 wpa_supplicant_build_filter_ssids(struct wpa_config *conf, size_t *num_ssids) 309 if (!conf->filter_ssids) 312 for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) { 322 for (ssid = conf->ssid; ssid; ssid = ssid->next) [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
AndroidConfigChooser.java | 107 private int getPixelFormat(EGLConfig conf, EGLDisplay display, EGL10 egl) { 111 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); 115 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_ALPHA_SIZE, value); 134 private int getOpenGLVersion(EGLConfig conf, EGLDisplay display, EGL10 egl) { 138 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RENDERABLE_TYPE, value); 139 // Check if conf is OpenGL ES 2.0 150 * @param conf 154 public void logEGLConfig(EGLConfig conf, EGLDisplay display, EGL10 egl) { 157 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_RED_SIZE, value); 160 egl.eglGetConfigAttrib(display, conf, EGL10.EGL_GREEN_SIZE, value) [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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetMatch.java | 191 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { 192 fConfidence = conf; 211 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang) { 212 fConfidence = conf;
|
/external/openssh/openbsd-compat/ |
openssl-compat.c | 29 # include <openssl/conf.h>
|
/external/selinux/libsemanage/src/ |
semanage_conf.h | 68 void semanage_conf_destroy(semanage_conf_t * conf);
|
/external/selinux/policycoreutils/restorecond/ |
Makefile | 37 install -m 644 restorecond.conf $(SELINUXDIR)/restorecond.conf 38 install -m 644 restorecond_user.conf $(SELINUXDIR)/restorecond_user.conf
|
/hardware/mediatek/wlan/config/ |
Android.mk | 20 LOCAL_MODULE := dhcpcd.conf 23 LOCAL_SRC_FILES := android_dhcpcd.conf
|
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 23 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 29 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 34 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 39 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 44 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 50 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 56 ltraceMatch1 [ltraceRun -L -F [ltraceSource conf { 65 set conf [ltraceSource conf { 71 ltraceMatch [ltraceRun -F $conf -e ll [ltraceCompile {} $libll [ltraceSource c [all...] |
/external/sepolicy/ |
Android.mk | 58 sepolicy_policy.conf := $(intermediates)/policy.conf 59 $(sepolicy_policy.conf): PRIVATE_MLS_SENS := $(MLS_SENS) 60 $(sepolicy_policy.conf): PRIVATE_MLS_CATS := $(MLS_CATS) 61 $(sepolicy_policy.conf) : $(call build_policy, $(sepolicy_build_files)) 68 $(LOCAL_BUILT_MODULE) : $(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy 74 sepolicy_policy.conf := 85 sepolicy_policy_recovery.conf := $(intermediates)/policy_recovery.conf 86 $(sepolicy_policy_recovery.conf): PRIVATE_MLS_SENS := $(MLS_SENS [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...] |
/build/core/ |
legacy_prebuilts.mk | 41 gps.conf \ 67 main.conf \
|
/build/target/board/generic_arm64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/target/board/generic_x86/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/build/target/board/generic_x86_64/ |
device.mk | 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
/docs/source.android.com/scripts/ |
build2stage.sh | 16 source /etc/profile.d/build2stage-conf.sh
|