Searched refs:conf (Results 251 - 275 of 1636) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_ht.c30 hapd->conf->disable_11n)
87 if (!hapd->iconf->ieee80211n || hapd->conf->disable_11n)
150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed)
180 else if (iface->conf->secondary_channel && iface->num_sta_ht_20mhz)
210 pri_freq = hostapd_hw_get_freq(iface->bss[0], iface->conf->channel);
212 if (iface->conf->secondary_channel > 0)
249 if (!(iface->conf->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET)) {
335 if (chan == iface->conf->channel)
354 if (iface->conf
[all...]
H A Dap_drv_ops.c121 if (hapd->conf->p2p & P2P_MANAGE) {
139 if (hapd->conf->wps_state) {
147 if (hapd->conf->p2p & P2P_MANAGE) {
179 if (hapd->conf->mbo_enabled ||
196 add_buf(&beacon, hapd->conf->vendor_elements);
197 add_buf(&proberesp, hapd->conf->vendor_elements);
198 add_buf(&assocresp, hapd->conf->assocresp_elements);
276 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
295 params.wpa = hapd->conf
[all...]
H A Deap_user_db.c180 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) {
182 hapd->conf->eap_user_sqlite, sqlite3_errmsg(db));
198 sqlite3_errmsg(db), hapd->conf->eap_user_sqlite);
211 hapd->conf->eap_user_sqlite);
235 const struct hostapd_bss_config *conf = hapd->conf; local
236 struct hostapd_eap_user *user = conf->eap_user;
239 if (conf->wps_state && identity_len == WSC_ID_ENROLLEE_LEN &&
248 if (conf->wps_state && identity_len == WSC_ID_REGISTRAR_LEN &&
254 wsc_registrar.password = (u8 *) conf
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_mountroot.c44 #include <sys/conf.h>
413 parse_peek(char **conf) argument
416 return (**conf);
420 parse_poke(char **conf, int c) argument
423 **conf = c;
427 parse_advance(char **conf) argument
430 (*conf)++;
434 parse_skipto(char **conf, int mc) argument
439 c = parse_peek(conf);
457 parse_advance(conf);
463 parse_token(char **conf, char **tok) argument
494 parse_dir_ask(char **conf) argument
546 parse_dir_md(char **conf) argument
624 parse_dir_onfail(char **conf) argument
651 parse_dir_timeout(char **conf) argument
670 parse_directive(char **conf) argument
713 parse_mount(char **conf) argument
805 char *conf; local
[all...]
/freebsd-11-stable/release/tools/
H A Darm.subr117 echo "hostname=\"${hostname}\"" > ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
118 echo 'ifconfig_DEFAULT="DHCP"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
119 echo 'sshd_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
120 echo 'sendmail_enable="NONE"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
121 echo 'sendmail_submit_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
122 echo 'sendmail_outbound_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
123 echo 'sendmail_msp_queue_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
124 echo 'growfs_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
125 echo 'kldxref_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
167 # Override in the arm/KERNEL.conf fil
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c39 #include <sys/conf.h>
732 strncpy(dinfo->conf.pd_name, name,
733 sizeof(dinfo->conf.pd_name));
734 dinfo->conf.pd_name[PCI_MAXNAMELEN] = 0;
735 dinfo->conf.pd_unit =
738 dinfo->conf.pd_name[0] = '\0';
739 dinfo->conf.pd_unit = 0;
748 num_patterns, &dinfo->conf) == 0)) ||
753 &dinfo->conf) == 0)) ||
757 &dinfo->conf)
[all...]
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c691 struct gconfig *conf; local
705 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
706 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val);
714 struct gconfig *conf; local
734 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
735 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val);
744 struct gconfig *conf; local
748 LIST_FOREACH(conf,
842 struct gconfig *conf; local
865 struct gconfig *conf; local
900 struct gconfig *conf; local
930 struct gconfig *conf; local
964 struct gconfig *conf; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c55 hdr->version = wpa_s->conf->eapol_version;
169 wpa_config_set_blob(wpa_s->conf, blob);
177 return wpa_config_get_blob(wpa_s->conf, name);
191 wpa_config_free(wpa_s->conf);
291 printf("usage: preauth_test <conf> <target MAC address> "
312 wpa_s.conf = wpa_config_read(argv[1], NULL);
313 if (wpa_s.conf == NULL) {
317 if (wpa_s.conf->ssid == NULL) {
332 wpa_s.conf->ctrl_interface);
335 if (wpa_supplicant_scard_init(&wpa_s, wpa_s.conf
[all...]
H A Dmesh_mpm.c215 struct mesh_conf *conf = ifmsh->mconf; local
220 int ampe = conf->security & MESH_CONF_SEC_AMPE;
259 buf_len += conf->rsn_ie_len; /* RSN IE */
262 if (type != PLINK_CLOSE && conf->ocv)
290 wpabuf_put_data(buf, conf->rsn_ie, conf->rsn_ie_len);
294 wpabuf_put_u8(buf, conf->meshid_len);
295 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
297 /* IE: mesh conf */
471 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
522 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
588 struct mesh_conf *conf; local
696 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
803 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
869 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
927 struct mesh_conf *conf = wpa_s->ifmsh->mconf; local
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dvlan_rotate.c136 ATF_TC_HEAD(basic, conf)
138 atf_tc_set_md_var(conf, "require.user", "root");
147 ATF_TC_HEAD(reverse, conf)
149 atf_tc_set_md_var(conf, "require.user", "root");
236 ATF_TC_HEAD(ethertype, conf)
238 atf_tc_set_md_var(conf, "require.user", "root");
247 ATF_TC_HEAD(typeether, conf)
249 atf_tc_set_md_var(conf, "require.user", "root");
258 ATF_TC_HEAD(minmax, conf)
260 atf_tc_set_md_var(conf, "requir
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dmain.c58 if (hapd && hapd->conf) {
59 conf_syslog_level = hapd->conf->logger_syslog_level;
60 conf_stdout_level = hapd->conf->logger_stdout_level;
61 conf_syslog = hapd->conf->logger_syslog;
62 conf_stdout = hapd->conf->logger_stdout;
95 if (hapd && hapd->conf && addr)
97 hapd->conf->iface, MAC2STR(addr),
100 else if (hapd && hapd->conf)
102 hapd->conf->iface, module_str ? " " : "",
160 struct hostapd_bss_config *conf local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c140 static void openlogs(config_t *conf);
141 static int read_loginfo(config_t *conf);
142 static void initconfig(config_t *conf);
638 static void print_natlog(conf, buf, blen)
639 config_t *conf;
662 (void) fprintf(conf->log,
822 else if (conf->log != NULL)
823 (void) fprintf(conf->log, "%s", line);
827 static void print_statelog(conf, buf, blen)
828 config_t *conf;
1532 initconfig(config_t *conf) argument
1744 openlogs(config_t *conf) argument
1784 read_loginfo(config_t *conf) argument
[all...]
/freebsd-11-stable/contrib/dma/
H A Dconf.c153 FILE *conf; local
157 conf = fopen(config_path, "r");
158 if (conf == NULL) {
166 while (!feof(conf)) {
167 if (fgets(line, sizeof(line), conf) == NULL)
244 fclose(conf);
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_thermal.c107 struct aw_thermal_sensor_config *conf; member in struct:aw_thermal_softc
193 sc->conf = THS_CONF(dev);
203 for (i = 0; sc->conf[i].sensor != THS_SENSOR_END; i++)
206 OID_AUTO, sc->conf[i].name,
208 sc, sc->conf[i].sensor, aw_thermal_sysctl, "IK0",
209 sc->conf[i].desc);
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh41 BKFILES="/etc/rc.conf /boot/loader.conf"
217 # Merge the loader.conf with old
218 cp ${FSMNT}/boot/loader.conf ${FSMNT}/boot/loader.conf.new
219 merge_config "${FSMNT}/boot/loader.conf.preUpgrade" "${FSMNT}/boot/loader.conf.new" "${FSMNT}/boot/loader.conf"
220 rm ${FSMNT}/boot/loader.conf.new
222 # Merge the rc.conf wit
[all...]
/freebsd-11-stable/etc/
H A Drc.initdiskless33 # We use the contents of /conf to create and populate memory filesystems
38 # The hierarchy in /conf has the form /conf/T/M/ where M are directories
58 # help keep the top level /conf manageable in large installations.
60 # The existence of a directory /conf/T/M causes this script to create a
63 # Some files in /conf have special meaning, namely:
67 # /conf/T/M/remount
69 # /conf/1.2.3.4/foo/remount contains "mount -o ro /dev/ad0s3",
70 # then /dev/ad0s3 will be be mounted on /conf/1.2.3.4/foo/
72 # /conf/
[all...]
/freebsd-11-stable/contrib/gdb/gdb/config/
H A Dnm-lynx.h28 #include <sys/conf.h>
/freebsd-11-stable/sys/dev/digi/
H A DCX.c32 #include <sys/conf.h>
H A DCX_PCI.c32 #include <sys/conf.h>
H A DEPCX.c32 #include <sys/conf.h>
H A DEPCX_PCI.c32 #include <sys/conf.h>
H A DXe.c32 #include <sys/conf.h>
H A DXem.c32 #include <sys/conf.h>
H A DXr.c32 #include <sys/conf.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Ddump_machdep.c36 #include <sys/conf.h>

Completed in 158 milliseconds

<<11121314151617181920>>