HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 76 - 100 of 586) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/broadcom/libbt/conf/samsung/crespo/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /hardware/broadcom/libbt/conf/samsung/maguro/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 65 (hapd->conf->wps_independent ||
66 data->calling_hapd->conf->wps_independent))
101 struct hostapd_ssid *ssid = &hapd->conf->ssid;
191 if (hapd->conf->wps_pin_requests) {
194 f = fopen(hapd->conf->wps_pin_requests, "a");
322 struct hostapd_bss_config *bss = hapd->conf;
428 if ((hapd->conf->wps_cred_processing == 1 ||
429 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
431 } else if (hapd->conf->wps_cred_processing == 1 ||
432 hapd->conf->wps_cred_processing == 2)
    [all...]
wpa_auth_ie.c 27 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len)
40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group);
43 conf->wpa_group);
52 num_suites = wpa_cipher_put_suites(pos, conf->wpa_pairwise);
55 conf->wpa_pairwise);
65 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) {
70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) {
78 conf->wpa_key_mgmt);
91 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group)
    [all...]
wpa_auth_glue.c 31 static void hostapd_wpa_auth_conf(struct hostapd_bss_config *conf,
36 wconf->wpa = conf->wpa;
37 wconf->wpa_key_mgmt = conf->wpa_key_mgmt;
38 wconf->wpa_pairwise = conf->wpa_pairwise;
39 wconf->wpa_group = conf->wpa_group;
40 wconf->wpa_group_rekey = conf->wpa_group_rekey;
41 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
42 wconf->wpa_gmk_rekey = conf->wpa_gmk_rekey;
43 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
44 wconf->rsn_pairwise = conf->rsn_pairwise
    [all...]
dfs.c 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
31 if (iface->conf->ieee80211ac) {
32 switch (iface->conf->vht_oper_chwidth) {
168 if (!iface->conf->acs_ch_list.num)
171 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
198 if (iface->conf->ieee80211n &&
199 iface->conf->secondary_channel &&
228 if (!iface->conf->ieee80211ac)
236 switch (iface->conf->vht_oper_chwidth)
    [all...]
vlan_init.c 28 if (!hapd->conf->ssid.wep.key[i])
136 if ((hapd->conf->ssid.dynamic_vlan != DYNAMIC_VLAN_DISABLED ||
137 hapd->conf->ssid.per_sta_vif) &&
138 !hapd->conf->vlan) {
150 hapd->conf->iface);
151 vlan->next = hapd->conf->vlan;
152 hapd->conf->vlan = vlan;
155 if (vlan_dynamic_add(hapd, hapd->conf->vlan))
164 vlan_dynamic_remove(hapd, hapd->conf->vlan);
204 n->next = hapd->conf->vlan
    [all...]
ieee802_1x.c 63 xhdr->version = hapd->conf->eapol_version;
166 if (hapd->conf->eapol_key_index_workaround) {
197 hdr->version = hapd->conf->eapol_version;
234 hapd->conf->default_wep_key_len);
237 if (hapd->conf->individual_wep_key_len > 0) {
239 ikey = os_malloc(hapd->conf->individual_wep_key_len);
241 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
250 ikey, hapd->conf->individual_wep_key_len);
253 hapd->conf->individual_wep_key_len);
257 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP
2172 struct eapol_auth_config conf; local
    [all...]
  /external/autotest/client/bin/
harness_ABAT.py 16 conf = {}
21 return conf
26 conf['disks'] = val.strip('"').split()
30 conf['partitions'] = val.strip('"').split()
34 conf['modules'] = val.strip('"').split()
37 return conf
89 # Load up the autobench.conf if it exists.
90 conf = autobench_load("/etc/autobench.conf")
91 if 'partitions' in conf
    [all...]
  /external/tlsdate/
apparmor-profile 30 /etc/resolv.conf r,
31 /run/resolvconf/resolv.conf r,
32 /etc/nsswitch.conf r,
34 /etc/nsswitch.conf r,
36 /etc/host.conf r,
91 /etc/resolv.conf r,
92 /run/resolvconf/resolv.conf r,
93 /etc/nsswitch.conf r,
95 /etc/nsswitch.conf r,
97 /etc/host.conf r
    [all...]
  /build/target/board/generic/
device.mk 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
  /build/target/board/generic_mips/
device.mk 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
  /build/target/board/generic_mips64/
device.mk 26 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
32 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
  /external/aac/libMpegTPEnc/include/
mpegFileWrite.h 108 * \param conf
115 UCHAR *conf,
  /external/curl/docs/examples/
synctime.c 238 int conf_init(conf_t *conf)
242 *conf->http_proxy = 0;
244 conf->proxy_user[i] = 0; /* Clean up password from memory */
245 *conf->timeserver = 0;
252 conf_t conf[1]; local
269 conf_init(conf);
274 snprintf(conf->timeserver, MAX_STRING, "%s", &argv[OptionIndex][9]);
283 snprintf(conf->proxy_user, MAX_STRING, "%s", &argv[OptionIndex][13]);
286 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]);
297 if (*conf->timeserver == 0) /* Use default server for time information *
    [all...]
  /external/ltrace/testsuite/ltrace.main/
system_call_params.exp 45 set conf [ltraceNamedSource "$dir/syscalls.conf" {
56 # somelib.conf is passed, and syscalls.conf is not available, or
57 # doesn't list readdir, that would be taken from somelib.conf with a
60 ltraceMatch1 [ltraceRun -L -S -F $conf -- $bin] {^open@SYS\("/some/path"} == 0
63 # syscalls.conf found there.
  /hardware/bsp/intel/peripheral/audio/generic/primary/
peripheral.mk 23 hardware/bsp/intel/peripheral/audio/generic/primary/audio_policy.conf:system/etc/audio_policy.conf
  /hardware/bsp/intel/peripheral/audio/generic/usb/
peripheral.mk 23 hardware/bsp/intel/peripheral/audio/generic/usb/audio_policy.conf:system/etc/audio_policy.conf
  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
bt_bcm43340.rc 7 setprop ro.bt.bdaddr_path /config/bt/bd_addr.conf
10 chmod 0644 /config/bt/bd_addr.conf
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-up.sh 29 test -f /etc/resolv.conf.bak || cp /etc/resolv.conf /etc/resolv.conf.bak
30 echo "# Generated by racoon on `date`" > /etc/resolv.conf
31 echo "nameserver ${INTERNAL_DNS4}" >> /etc/resolv.conf
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
publish.js 3 publish.conf = { // trailing slash expected for dirs
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl");
27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl");
46 var srcDir = publish.conf.outDir + "symbols/src/";
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl");
98 IO.saveFile(publish.conf.outDir, "index"+publish.conf.ext, classesIndex)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 153 conf.lib.clang_disposeString(self)
158 return conf.lib.clang_getCString(res)
170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
185 return conf.lib.clang_getLocation(tu, file, line, column)
195 return conf.lib.clang_getLocationForOffset(tu, file, offset)
218 return conf.lib.clang_equalLocations(self, other)
245 return conf.lib.clang_getRange(start, end)
253 return conf.lib.clang_getRangeStart(self)
261 return conf.lib.clang_getRangeEnd(self)
264 return conf.lib.clang_equalRanges(self, other
3622 conf = Config() variable
    [all...]
  /device/huawei/angler/aosp/
Android.mk 13 test -s vendor/huawei/angler/proprietary/prebuilt/target/product/msm8994/system/etc/izat.conf || { \
15 ln -sf /vendor/etc/izat.conf $(PRODUCT_OUT)/system/etc/izat.conf; \
16 ln -sf /vendor/etc/flp.conf $(PRODUCT_OUT)/system/etc/flp.conf; \
17 ln -sf /vendor/etc/sap.conf $(PRODUCT_OUT)/system/etc/sap.conf; \
  /external/e2fsprogs/tests/
Makefile.in 16 test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
26 test_script: test_one test_script.in Makefile mke2fs.conf
33 mke2fs.conf: $(srcdir)/mke2fs.conf.in
34 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf
82 $(RM) -f *~ *.log *.new *.failed *.ok *.tmp test_one test_script mke2fs.conf

Completed in 485 milliseconds

1 2 34 5 6 7 8 91011>>