Searched refs:conf (Results 126 - 150 of 733) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/ap/
H A Dvlan_init.c28 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
[all...]
H A Dieee802_1x.c65 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
2213 struct eapol_auth_config conf; local
[all...]
H A Dacs.c471 if (!iface->conf->acs_ch_list.num)
474 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
572 if (iface->conf->ieee80211n &&
573 iface->conf->secondary_channel == -1) {
578 if (iface->conf->ieee80211n &&
579 iface->conf->secondary_channel)
582 if (iface->conf->ieee80211ac &&
583 iface->conf->vht_oper_chwidth == 1)
608 iface->conf->ieee80211n &&
609 iface->conf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_init.c28 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
[all...]
H A Dieee802_1x.c65 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
2213 struct eapol_auth_config conf; local
[all...]
H A Dacs.c471 if (!iface->conf->acs_ch_list.num)
474 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
572 if (iface->conf->ieee80211n &&
573 iface->conf->secondary_channel == -1) {
578 if (iface->conf->ieee80211n &&
579 iface->conf->secondary_channel)
582 if (iface->conf->ieee80211ac &&
583 iface->conf->vht_oper_chwidth == 1)
608 iface->conf->ieee80211n &&
609 iface->conf
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c65 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
2213 struct eapol_auth_config conf; local
[all...]
H A Dacs.c471 if (!iface->conf->acs_ch_list.num)
474 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan);
572 if (iface->conf->ieee80211n &&
573 iface->conf->secondary_channel == -1) {
578 if (iface->conf->ieee80211n &&
579 iface->conf->secondary_channel)
582 if (iface->conf->ieee80211ac &&
583 iface->conf->vht_oper_chwidth == 1)
608 iface->conf->ieee80211n &&
609 iface->conf
[all...]
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-down.sh30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
/external/selinux/mcstrans/share/examples/nato/
H A Dsetrans.conf19 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/
H A Dtest.sh3 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/
H A Dhandle.c73 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
[all...]
/external/lisa/tests/lisa/
H A Dtest_wlgen_rtapp.py70 rtapp.conf(
77 conf = json.load(f, object_pairs_hook=OrderedDict)
80 phases = conf['tasks']['my_task']['phases'].values()
258 rtapp.conf(kind='custom', params=json_path, duration=5,
262 conf = json.load(f)
265 tasks = set([str(k) for k in conf['tasks'].keys()])
300 rtapp.conf(
312 conf = self._get_calib_conf(dict(zip(cpus, [c + 100 for c in cpus])))
313 self.assertEqual(conf, 100,
320 conf
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc168 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/
H A Dconfig_file.c219 struct hostapd_bss_config *conf)
228 os_free(conf->eap_user_sqlite);
229 conf->eap_user_sqlite = os_strdup(fname + 7);
520 hostapd_config_free_eap_users(conf->eap_user);
521 conf->eap_user = new_user;
815 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) argument
819 /* for backwards compatibility, translate ' ' in conf str to ',' */
826 if (freq_range_list_parse(&conf->acs_ch_list, val))
872 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) argument
879 all = os_realloc_array(conf
218 hostapd_config_read_eap_user(const char *fname, struct hostapd_bss_config *conf) argument
946 hostapd_config_tx_queue(struct hostapd_config *conf, const char *name, const char *val) argument
1122 hostapd_config_ht_capab(struct hostapd_config *conf, const char *capab) argument
1184 hostapd_config_vht_capab(struct hostapd_config *conf, const char *capab) argument
1974 hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, char *pos) argument
2088 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) argument
3828 struct hostapd_config *conf; local
3911 hostapd_set_iface(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *field, char *value) argument
[all...]
/external/scapy/scapy/arch/
H A Dlinux.py29 from scapy.config import conf namespace
95 with os.popen("%s -V 2> /dev/null" % conf.prog.tcpdump) as _f:
137 # XXX We generate the filter on the interface conf.iface
147 conf.prog.tcpdump,
148 conf.iface if iface is None else iface,
406 if conf.except_filter:
408 filter = "(%s) and not (%s)" % (filter, conf.except_filter)
410 filter = "not (%s)" % conf.except_filter
417 self.promisc = conf.promisc if promisc is None else promisc
439 if sa_ll[3] in conf
[all...]
/external/adhd/
H A DMakefile22 cras_init_upstart: $(ADHD_DIR)/init/cras.conf
24 $(INSTALL) --mode 644 -D $< $(DESTDIR)/etc/init/cras.conf
33 $(ADHD_DIR)/init/cras-directories.conf
40 $(INSTALL) --mode 644 -D $(ADHD_DIR)/init/cras-directories.conf \
41 $(DESTDIR)/$(SYSTEMD_TMPFILESD_DIR)/cras-directories.conf
57 optional_alsa_conf := $(wildcard $(ADHD_DIR)/alsa-module-config/alsa-$(BOARD).conf)
61 $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf: $(optional_alsa_conf)
65 install: $(DESTDIR)/etc/modprobe.d/alsa-$(BOARD).conf
/external/autotest/frontend/
H A Durls.py2 from django.conf import urls
3 from django.conf import settings
/external/autotest/utils/modelviz/
H A Dgenerate_schema_diagrams.py28 import django.conf namespace
30 reload(django.conf)
/external/boringssl/src/crypto/x509v3/
H A Dv3_akeya.c62 #include <openssl/conf.h>
/external/dhcpcd-6.8.2/
H A Dgenembedh7 CONF=${1:-dhcpcd-definitions.conf}
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
33 confidence = conf;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf3 // 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/testng/src/test/java/test/multiplelisteners/
H A DSimpleReporter.java26 final IConfiguration conf = (IConfiguration) field.get(iSuite);
27 ListenerAssert.assertListenerType(conf.getConfigurationListeners(), TestListenerAdapter.class);
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c30 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
32 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
38 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta)
39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
46 static void eapol_auth_conf_free(struct eapol_auth_config *conf);
55 eapol->cb.logger(eapol->conf.ctx, addr, level, txt);
99 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
128 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta,
234 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
292 sm->eapol->cb.finished(sm->eapol->conf
1260 eapol_auth_conf_free(struct eapol_auth_config *conf) argument
1275 eapol_auth_init(struct eapol_auth_config *conf, struct eapol_auth_cb *cb) argument
[all...]

Completed in 2409 milliseconds

1234567891011>>