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

1 2 34 5 6 7 8 91011>>

  /external/dhcpcd-6.8.2/dhcpcd-hooks/
50-yp.conf 12 local cf=/etc/yp.conf."$ifname" prefix= x= pid=
33 save_conf /etc/yp.conf
34 cat "$cf" > /etc/yp.conf
45 restore_conf /etc/yp.conf || return 0
  /external/dhcpcd-6.8.2/
genembedc 5 CONF=${1:-dhcpcd-definitions.conf}
15 $CONF
  /hardware/broadcom/libbt/conf/asus/grouper/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /hardware/broadcom/libbt/conf/google/gce_x86/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /hardware/broadcom/libbt/conf/moto/wingray/
Android.mk 5 LOCAL_MODULE := bt_vendor.conf
  /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");
316 struct hostapd_bss_config *bss = hapd->conf;
422 if ((hapd->conf->wps_cred_processing == 1 ||
423 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
425 } else if (hapd->conf->wps_cred_processing == 1 ||
426 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->wpa_group_update_count = conf->wpa_group_update_count
    [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...]
  /build/make/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/make/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/make/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 241 int conf_init(conf_t *conf)
245 *conf->http_proxy = 0;
247 conf->proxy_user[i] = 0; /* Clean up password from memory */
248 *conf->timeserver = 0;
255 conf_t conf[1]; local
272 conf_init(conf);
277 snprintf(conf->timeserver, MAX_STRING, "%s", &argv[OptionIndex][9]);
286 snprintf(conf->proxy_user, MAX_STRING, "%s", &argv[OptionIndex][13]);
289 snprintf(conf->http_proxy, MAX_STRING, "%s", &argv[OptionIndex][8]);
300 if(*conf->timeserver == 0) /* Use default server for time information *
    [all...]
  /external/libcap/kdebug/
Makefile 14 rm -f fs.conf initramfs.img
  /external/ltp/testcases/kdump/lib/
verify.sh 3 conf=${1}; shift
7 . "${conf}"
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 23 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
35 c *conf
40 c: &conf{
52 c: &conf{
63 c: &conf{
74 c: &conf{
88 c: &conf{
95 // On OpenBSD, no resolv.conf means no DNS.
98 c: &conf{
106 c: &conf{
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf_test.go 23 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
35 c *conf
40 c: &conf{
52 c: &conf{
63 c: &conf{
74 c: &conf{
88 c: &conf{
95 // On OpenBSD, no resolv.conf means no DNS.
98 c: &conf{
106 c: &conf{
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 543 conf = self._get_default_config
545 conf['interface'] = self._interface
547 conf['bssid'] = self._bssid
549 conf['ssid'] = self._ssid
550 conf['ignore_broadcast_ssid'] = 1 if self._hidden else 0
551 conf['channel'] = self.channel
552 conf['hw_mode'] = self.hw_mode
554 conf['ieee80211n'] = 1
555 conf['ht_capab'] = self._hostapd_ht_capabilities
557 conf['ieee80211ac'] =
    [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
3723 conf = Config() variable
    [all...]
  /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/ltp/testcases/kdump/
runkdump.sh 138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
156 "../${conf}"
165 ./test.sh "../${conf}" "${i}" "../${log}"
169 conf="./runkdump.conf"
174 . "${conf}"
195 ./setup.sh "../${conf}"
197 sed -i 's/\(^REBOOT\)=.*/\1=1/' "../${conf}"
270 "../${conf}"
277 sed -i "s/\(^REBOOT\)=.*/\1=0/" "../${conf}"
    [all...]

Completed in 309 milliseconds

1 2 34 5 6 7 8 91011>>