HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 251 - 275 of 723) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 160 privacy = hapd->conf->ssid.wep.keys_set;
162 if (hapd->conf->ieee802_1x &&
163 (hapd->conf->default_wep_key_len ||
164 hapd->conf->individual_wep_key_len))
167 if (hapd->conf->wpa)
171 if (hapd->conf->osen)
195 if (hapd->conf->radio_measurements[i]) {
351 if (hapd->conf->ssid.wpa_passphrase == NULL) {
358 (u8 *) hapd->conf->ssid.wpa_passphrase,
359 os_strlen(hapd->conf->ssid.wpa_passphrase)
    [all...]
wpa_auth.c 267 if (wpa_auth->conf.wpa_gmk_rekey) {
268 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
295 if (wpa_auth->conf.wpa_group_rekey) {
296 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
372 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group);
411 * @conf: Configuration for WPA authenticator
416 struct wpa_auth_config *conf,
426 os_memcpy(&wpa_auth->conf, conf, sizeof(*conf));
2805 struct wpa_auth_config *conf; local
    [all...]
ieee802_11_vht.c 32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht &&
51 hapd->iface->conf->vht_capab);
223 struct hostapd_config *iconf = iface->conf;
244 switch (iface->conf->vht_oper_chwidth) {
337 !hapd->iconf->ieee80211ac || hapd->conf->disable_11ac ||
367 hapd->conf->disable_11ac)
  /device/google/atv/products/
atv_base.mk 88 clatd.conf \
93 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
  /external/ltp/testcases/network/nfsv4/locks/
netsync.c 197 char conf[M_SIZE]; local
200 readFromServer(conf);
201 p = strtok(conf, ":");
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 319 void *msg_ctx, struct eap_config *conf);
351 int eap_is_wps_pbc_enrollee(struct eap_peer_config *conf);
352 int eap_is_wps_pin_enrollee(struct eap_peer_config *conf);
  /packages/services/Car/car_product/build/
car.mk 28 clatd.conf \
39 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
  /device/lge/bullhead/self-extractors/qcom/staging/
device-partial.mk 77 vendor/qcom/bullhead/proprietary/flp.conf:system/etc/flp.conf:qcom \
78 vendor/qcom/bullhead/proprietary/izat.conf:system/etc/izat.conf:qcom \
79 vendor/qcom/bullhead/proprietary/lowi.conf:system/etc/lowi.conf:qcom \
86 vendor/qcom/bullhead/proprietary/qmi_fw.conf:system/etc/qmi_fw.conf:qcom \
87 vendor/qcom/bullhead/proprietary/sap.conf:system/etc/sap.conf:qcom
    [all...]
  /external/dhcpcd-6.8.2/
Android.mk 86 # and destination for its dhcpcd.conf file.
88 # LOCAL_MODULE := dhcpcd-6.8.2.conf
91 # LOCAL_SRC_FILES := android.conf
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf
104 %config /etc/dnsmasq.conf
rc.dnsmasq-suse 16 NAMED_CONF=/etc/dnsmasq.conf
  /external/autotest/
.gitignore 50 server/cros/chaos_shadow_ap_list.conf
  /external/autotest/client/bin/
fsinfo_unittest.py 114 conf = 'a,b,d,d,d,d,d,e,e,a,f'.split(',')
117 result = fsinfo.merge_ext_features(conf, user)
141 self.create_test_file('/etc/mke2fs.conf', content)
  /external/e2fsprogs/tests/
test_config 35 MKE2FS_CONFIG=./mke2fs.conf
  /external/jcommander/src/test/java/com/beust/jcommander/
FinderTest.java 26 ConfigureArgs conf = new ConfigureArgs(); local
28 jc.addCommand(conf);
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 77 void show_disk(struct s_hardware *hardware, ZZJSON_CONFIG *conf, ZZJSON **it, int drive) {
78 config=conf;
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
VectorDrawablePerfTest.java 66 Bitmap.Config conf = Bitmap.Config.ARGB_8888; local
67 Bitmap bmp = Bitmap.createBitmap(w, h, conf);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
sys_freebsd.go 65 conf, _ := syscall.Sysctl("kern.conftxt")
66 for i, j := 0, 0; j < len(conf); j++ {
67 if conf[j] != '\n' {
70 s := conf[i:j]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
sys_freebsd.go 65 conf, _ := syscall.Sysctl("kern.conftxt")
66 for i, j := 0, 0; j < len(conf); j++ {
67 if conf[j] != '\n' {
70 s := conf[i:j]
  /device/huawei/angler/
device.mk 62 device/huawei/angler/thermal-engine-angler.conf:system/etc/thermal-engine.conf
79 device/huawei/angler/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \
80 device/huawei/angler/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
170 device/huawei/angler/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
310 wpa_supplicant.conf
367 device/huawei/angler/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf
    [all...]
  /device/lge/bullhead/
device.mk 67 device/lge/bullhead/audio_effects.conf:system/etc/audio_effects.conf \
137 device/lge/bullhead/spn-conf.xml:system/etc/spn-conf.xml
145 device/lge/bullhead/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \
146 device/lge/bullhead/nfc/libnfc-nxp.conf:system/etc/libnfc-nxp.conf
150 device/lge/bullhead/wifi/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
    [all...]
  /cts/hostsidetests/security/
Android.mk 56 selinux_general_policy := $(call intermediates-dir-for,ETC,general_sepolicy.conf)/general_sepolicy.conf
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
key.c 36 #include <openssl/conf.h>
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_flow.py 22 import test_conf as conf
71 order = lambda x: conf.finger_tips_required[x.name]
105 return conf.gesture_names_quickstep
107 return conf.gesture_names_noise_extended
111 return conf.gesture_names_robot[self.device_type]
115 manual_set = (set(conf.gesture_names_complete[self.device_type]) -
116 set(conf.gesture_names_robot[self.device_type]))
117 return list(manual_set - set(conf.gesture_names_fngenerator_required))
120 return conf.gesture_names_calibration
124 return [n for n in conf.gesture_names_complete[self.device_type
    [all...]
  /external/autotest/frontend/afe/
management.py 5 from django.conf import settings

Completed in 759 milliseconds

<<11121314151617181920>>