/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
iface_config_utils.cpp | 25 wpa_s->conf->changed_parameters |= changed_param; 90 &wpa_s->conf->device_name)) { 101 os_memcpy(wpa_s->conf->device_type, type.data(), WPS_DEV_TYPE_LEN); 112 CFG_CHANGED_WPS_STRING, &wpa_s->conf->manufacturer)) { 124 &wpa_s->conf->model_name)) { 136 CFG_CHANGED_WPS_STRING, &wpa_s->conf->model_number)) { 148 CFG_CHANGED_WPS_STRING, &wpa_s->conf->serial_number)) { 161 &wpa_s->conf->config_methods)) { 171 wpa_s->conf->external_sim = useExternalSim ? 1 : 0;
|
/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 27 test_script: test_one test_script.in Makefile mke2fs.conf 34 mke2fs.conf: $(srcdir)/mke2fs.conf.in 35 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf 90 $(RM) -f *~ *.log *.new *.failed *.ok *.tmp test_one test_script mke2fs.conf
|
/external/wpa_supplicant_8/src/ap/ |
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 | 65 xhdr->version = hapd->conf->eapol_version; 168 if (hapd->conf->eapol_key_index_workaround) { 199 hdr->version = hapd->conf->eapol_version; 236 hapd->conf->default_wep_key_len); 239 if (hapd->conf->individual_wep_key_len > 0) { 241 ikey = os_malloc(hapd->conf->individual_wep_key_len); 243 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) 252 ikey, hapd->conf->individual_wep_key_len); 255 hapd->conf->individual_wep_key_len); 259 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP 2211 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...] |
gas_serv.c | 57 hapd->conf->gas_comeback_delay / 1024 + 155 if (hapd->conf->hs20_oper_friendly_name) 157 if (hapd->conf->hs20_wan_metrics) 159 if (hapd->conf->hs20_connection_capability) 161 if (hapd->conf->nai_realm_data) 163 if (hapd->conf->hs20_operating_class) 165 if (hapd->conf->hs20_osu_providers_count) 167 if (hapd->conf->hs20_icons_count) 179 dl_list_for_each(elem, &hapd->conf->anqp_elem, struct anqp_element, 232 if (hapd->conf->venue_name || get_anqp_elem(hapd, ANQP_VENUE_NAME) [all...] |
/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/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/ltp/testcases/kdump/lib/ |
test.sh | 3 conf=${1}; shift 8 . "${conf}" 197 echo "ext3 ${EXT3_PART}" >/etc/kdump.conf 199 echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/kdump.conf 206 echo "ext3 LABEL=${EXT3_LABEL}" >/etc/kdump.conf 208 echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/kdump.conf 215 echo "ext3 UUID=${EXT3_UID}" >/etc/kdump.conf 217 echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/kdump.conf 224 echo "raw ${RAW_PART}" >/etc/kdump.conf 226 echo "core_collector makedumpfile ${MAKE_OPTIONS}" >>/etc/kdump.conf [all...] |
/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...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 217 struct hostapd_bss_config *conf) 226 os_free(conf->eap_user_sqlite); 227 conf->eap_user_sqlite = os_strdup(fname + 7); 520 hostapd_config_free_eap_users(conf->eap_user); 521 conf->eap_user = new_user; 808 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) 812 /* for backwards compatibility, translate ' ' in conf str to ',' */ 819 if (freq_range_list_parse(&conf->acs_ch_list, val)) 865 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) 872 all = os_realloc_array(conf->bss, conf->num_bss + 1 3694 struct hostapd_config *conf; 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 | 62 #include <openssl/conf.h>
|
/external/dhcpcd-6.8.2/ |
genembedh | 7 CONF=${1:-dhcpcd-definitions.conf} 10 INITDEFINES=$($TOOL_GREP "^define " $CONF | $TOOL_WC -l) 11 INITDEFINE6S=$($TOOL_GREP "^define6 " $CONF | $TOOL_WC -l)
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
doinst.sh.gz | |
/external/icu/icu4c/source/i18n/ |
csmatch.cpp | 29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, 33 confidence = conf;
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.conf | 3 // Instructions for /etc/dnsextd.conf (this file) 14 // Instructions for /etc/named.conf 16 // In /etc/named.conf you will need to modify the "options" section to 21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 227 init_config_attributes(_EGLConfig *conf, const struct native_config *nconf, 281 conf->Conformant = api_mask; 282 conf->RenderableType = api_mask; 284 conf->RedSize = rgba[0]; 285 conf->GreenSize = rgba[1]; 286 conf->BlueSize = rgba[2]; 287 conf->AlphaSize = rgba[3]; 288 conf->BufferSize = buffer_size; 290 conf->DepthSize = depth_stencil[0]; 291 conf->StencilSize = depth_stencil[1] [all...] |