/external/wpa_supplicant_8/src/ap/ |
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...] |
acs.c | 482 if (!iface->conf->acs_ch_list.num) 485 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); 583 if (iface->conf->ieee80211n && 584 iface->conf->secondary_channel == -1) { 589 if (iface->conf->ieee80211n && 590 iface->conf->secondary_channel) 593 if (iface->conf->ieee80211ac && 594 iface->conf->vht_oper_chwidth == 1) 619 iface->conf->ieee80211n && 620 iface->conf->secondary_channel & [all...] |
/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...] |
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix.go | 220 // time to recheck resolv.conf. 222 lastChecked time.Time // last time resolv.conf was checked 223 modTime time.Time // time of resolv.conf modification 226 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups 231 // init initializes conf and is only called via conf.initOnce. 232 func (conf *resolverConfig) init() { 234 // resolv.conf twice the first time. 235 conf.dnsConfig = systemConf().resolv 236 if conf.dnsConfig == nil [all...] |
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix.go | 220 // time to recheck resolv.conf. 222 lastChecked time.Time // last time resolv.conf was checked 223 modTime time.Time // time of resolv.conf modification 226 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups 231 // init initializes conf and is only called via conf.initOnce. 232 func (conf *resolverConfig) init() { 234 // resolv.conf twice the first time. 235 conf.dnsConfig = systemConf().resolv 236 if conf.dnsConfig == nil [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
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-down.sh | 30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/ |
setrans.conf | 19 Include=/etc/selinux/mls/setrans.d/rel.conf 20 Include=/etc/selinux/mls/setrans.d/eyes-only.conf 21 Include=/etc/selinux/mls/setrans.d/constraints.conf
|
/external/selinux/libsemanage/src/ |
handle.c | 73 if ((sh->conf = semanage_conf_parse(conf_name)) == NULL) 158 len = strlen(sh->conf->compiler_directory_path) + strlen("/") + strlen(lower_lang_ext) + 1; 167 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext); 226 return sh->conf->ignore_module_cache; 233 sh->conf->ignore_module_cache = ignore_module_cache; 279 free(sh->conf->store_path); 280 sh->conf->store_path = strdup(storename); 281 assert(sh->conf->store_path); /* no way to return failure */ 282 sh->conf->store_type = storetype; 291 free(sh->conf->store_root_path) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_encoder_opus.cc | 168 auto conf = config_; local 169 conf.fec_enabled = enable; 170 return RecreateEncoderInstance(conf); 174 auto conf = config_; local 175 conf.dtx_enabled = enable; 176 return RecreateEncoderInstance(conf); 180 auto conf = config_; local 183 conf.application = AudioEncoderOpus::kVoip; 186 conf.application = AudioEncoderOpus::kAudio; 189 return RecreateEncoderInstance(conf); 193 auto conf = config_; local [all...] |
/device/google/marlin/ |
aosp_marlin.mk | 21 PRODUCT_COPY_FILES := device/google/marlin/apns-full-conf.xml:system/etc/apns-conf.xml
|
aosp_sailfish.mk | 21 PRODUCT_COPY_FILES := device/google/marlin/apns-full-conf.xml:system/etc/apns-conf.xml
|
/device/huawei/angler/ |
aosp_angler.mk | 21 PRODUCT_COPY_FILES := device/huawei/angler/apns-full-conf.xml:system/etc/apns-conf.xml
|
/device/lge/bullhead/ |
aosp_bullhead.mk | 21 PRODUCT_COPY_FILES := device/lge/bullhead/apns-full-conf.xml:system/etc/apns-conf.xml
|
/external/autotest/frontend/ |
urls.py | 2 from django.conf.urls import defaults 3 from django.conf import settings
|
/external/autotest/utils/modelviz/ |
generate_schema_diagrams.py | 28 import django.conf 30 reload(django.conf)
|
/external/boringssl/src/crypto/x509v3/ |
v3_akeya.c | 61 #include <openssl/conf.h>
|
/external/dbus/test/data/equiv-config-files/basic/basic.d/ |
basic.conf | 9 <include ignore_missing="yes">nonexistent.conf</include>
|
/external/dbus/test/data/equiv-config-files/entities/basic.d/ |
basic.conf | 9 <include ignore_missing="yes">nonexistent.conf</include>
|
/external/dbus/test/data/valid-config-files/basic.d/ |
basic.conf | 9 <include ignore_missing="yes">nonexistent.conf</include>
|