/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 311 void *msg_ctx, struct eap_config *conf); 343 int eap_is_wps_pbc_enrollee(struct eap_peer_config *conf); 344 int eap_is_wps_pin_enrollee(struct eap_peer_config *conf);
|
/packages/services/Car/car_product/build/ |
car.mk | 30 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 | 86 vendor/qcom/bullhead/proprietary/flp.conf:system/etc/flp.conf:qcom \ 87 vendor/qcom/bullhead/proprietary/izat.conf:system/etc/izat.conf:qcom \ 88 vendor/qcom/bullhead/proprietary/lowi.conf:system/etc/lowi.conf:qcom \ 95 vendor/qcom/bullhead/proprietary/qmi_fw.conf:system/etc/qmi_fw.conf:qcom \ 96 vendor/qcom/bullhead/proprietary/sap.conf:system/etc/sap.conf:qcom [all...] |
/external/dhcpcd-6.8.2/ |
Android.mk | 84 # and destination for its dhcpcd.conf file. 86 # LOCAL_MODULE := dhcpcd-6.8.2.conf 89 # 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/wpa_supplicant_8/src/ap/ |
ieee802_11_vht.c | 32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht && 51 hapd->iface->conf->vht_capab); 211 struct hostapd_config *iconf = iface->conf; 232 switch (iface->conf->vht_oper_chwidth) { 325 hapd->conf->disable_11ac || 355 hapd->conf->disable_11ac)
|
ieee802_11.c | 156 privacy = hapd->conf->ssid.wep.keys_set; 158 if (hapd->conf->ieee802_1x && 159 (hapd->conf->default_wep_key_len || 160 hapd->conf->individual_wep_key_len)) 163 if (hapd->conf->wpa) 167 if (hapd->conf->osen) 190 if (hapd->conf->radio_measurements) 343 if (hapd->conf->ssid.wpa_passphrase == NULL) { 350 (u8 *) hapd->conf->ssid.wpa_passphrase, 351 os_strlen(hapd->conf->ssid.wpa_passphrase) [all...] |
wpa_auth.c | 262 if (wpa_auth->conf.wpa_gmk_rekey) { 263 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0, 290 if (wpa_auth->conf.wpa_group_rekey) { 291 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 367 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group); 406 * @conf: Configuration for WPA authenticator 411 struct wpa_auth_config *conf, 420 os_memcpy(&wpa_auth->conf, conf, sizeof(*conf)); 2328 struct wpa_auth_config *conf; local [all...] |
/device/htc/flounder/ |
device.mk | 21 wpa_supplicant.conf 77 wpa_supplicant.conf 115 $(LOCAL_PATH)/audio_policy.conf:system/etc/audio_policy.conf \ 119 $(LOCAL_PATH)/enctune.conf:system/etc/enctune.conf 123 $(LOCAL_PATH)/nvcamera.conf:system/etc/nvcamera.conf \ 131 $(LOCAL_PATH)/bluetooth/bt_vendor.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/bluetooth/bt_vendor.conf [all...] |
/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 | 33 MKE2FS_CONFIG=./mke2fs.conf
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
FinderTest.java | 26 ConfigureArgs conf = new ConfigureArgs(); local 28 jc.addCommand(conf);
|
/system/core/crash_reporter/ |
Android.mk | 59 crash_reporter_logs.conf \ 115 # Crash reporter logs conf file. 118 LOCAL_MODULE := crash_reporter_logs.conf 121 LOCAL_SRC_FILES := crash_reporter_logs.conf
|
/device/huawei/angler/ |
device.mk | 55 device/huawei/angler/thermal-engine-angler.conf:system/etc/thermal-engine.conf 68 device/huawei/angler/audio_output_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_output_policy.conf \ 69 device/huawei/angler/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \ 158 device/huawei/angler/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf 260 wpa_supplicant.conf 275 device/huawei/angler/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf [all...] |
/device/lge/bullhead/ |
device.mk | 60 device/lge/bullhead/audio_effects.conf:system/etc/audio_effects.conf \ 129 device/lge/bullhead/spn-conf.xml:system/etc/spn-conf.xml 137 device/lge/bullhead/nfc/libnfc-brcm.conf:system/etc/libnfc-brcm.conf \ 138 device/lge/bullhead/nfc/libnfc-nxp.conf:system/etc/libnfc-nxp.conf 142 device/lge/bullhead/wifi/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \ [all...] |
/bionic/libc/kernel/uapi/linux/ |
lightnvm.h | 87 struct nvm_ioctl_create_conf conf; member in struct:nvm_ioctl_create
|
/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
|
/external/autotest/frontend/ |
setup_test_environment.py | 2 from django.conf import settings 7 # django.conf.settings.LazySettings is buggy and requires us to get something
|
/external/boringssl/src/crypto/x509v3/ |
v3_ia5.c | 63 #include <openssl/conf.h>
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/ |
test_connection.py | 119 conf = self.service_connection.get_distribution_config('EEEEEEE') 122 conf.comment = 'this is a comment' 123 response = self.service_connection.set_distribution_config('EEEEEEE', conf.etag, conf)
|
/external/dbus/dbus/ |
Android.mk | 75 -DDBUS_SYSTEM_CONFIG_FILE=\"/system/etc/dbus.conf\" \ 76 -DDBUS_SESSION_CONFIG_FILE=\"/system/etc/session.conf\" \
|
/external/dbus/tools/ |
run-with-tmp-session-bus.sh | 24 CONFIG_FILE=./run-with-tmp-session-bus.conf 30 SOURCE_CONFIG_FILE="$DBUS_TOP_BUILDDIR/bus/session.conf"; 32 ## create a configuration file based on the standard session.conf
|