diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-13 19:06:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-13 19:06:12 +0000 |
commit | 091c2890a5a926eb94ecb4ff5b8116b11e53e2fb (patch) | |
tree | d3ecaaa5d57898f1ff932c16c30e01c0b55e5d98 /usr.sbin/hostapd | |
parent | f44a72b5e24e3adc4f72db2b443fa9942ea7979b (diff) |
spaces
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r-- | usr.sbin/hostapd/apme.c | 4 | ||||
-rw-r--r-- | usr.sbin/hostapd/hostapd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 4 | ||||
-rw-r--r-- | usr.sbin/hostapd/privsep.c | 7 |
4 files changed, 10 insertions, 11 deletions
diff --git a/usr.sbin/hostapd/apme.c b/usr.sbin/hostapd/apme.c index b36da8fd5ed..a2287d0cb53 100644 --- a/usr.sbin/hostapd/apme.c +++ b/usr.sbin/hostapd/apme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apme.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */ +/* $OpenBSD: apme.c,v 1.3 2005/04/13 19:06:11 deraadt Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -102,7 +102,7 @@ hostapd_apme_frame(struct hostapd_config *cfg, u_int8_t *buf, u_int len) IEEE80211_FC0_SUBTYPE_ASSOC_RESP)) return; - /* + /* * ...sent by the Host AP (addr2) to our BSSID (addr3) */ if (bcmp(wh->i_addr2, cfg->c_apme_bssid, IEEE80211_ADDR_LEN) != 0 || diff --git a/usr.sbin/hostapd/hostapd.8 b/usr.sbin/hostapd/hostapd.8 index b4c3d91806a..104276f59d2 100644 --- a/usr.sbin/hostapd/hostapd.8 +++ b/usr.sbin/hostapd/hostapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.8,v 1.3 2005/04/13 18:27:31 reyk Exp $ +.\" $OpenBSD: hostapd.8,v 1.4 2005/04/13 19:06:11 deraadt Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -43,7 +43,7 @@ points in large wireless networks. IAPP has been designed to speed up roaming between different access points in the same .Pa BSS . -IAPP is described in the +IAPP is described in the .Pa IEEE 802.11f standard. .Pp @@ -75,7 +75,7 @@ IAPP message if a new station has been associated successfully to the .Pa Host AP . If the .Nm -receives +receives .Pa ADD.notify messages it will request the .Pa Host AP diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 6e3b1c9ba26..5a97b513903 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.1 2005/04/13 18:12:23 reyk Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.2 2005/04/13 19:06:11 deraadt Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -76,7 +76,7 @@ messages. .It Ic set iapp interface Ar interface Specify the mandatory Inter-Access-Point (IAPP) interface. .It Ic set iapp mode Ar mode -Specify the IAPP mode, if not using the default one. +Specify the IAPP mode, if not using the default one. IAPP could be used in multicast (default) or in broadcast mode. The used multicast group is 224.0.1.178. .Pp diff --git a/usr.sbin/hostapd/privsep.c b/usr.sbin/hostapd/privsep.c index dd8eec9e81c..aebc78382b2 100644 --- a/usr.sbin/hostapd/privsep.c +++ b/usr.sbin/hostapd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */ +/* $OpenBSD: privsep.c,v 1.3 2005/04/13 19:06:11 deraadt Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -164,7 +164,6 @@ hostapd_priv_init(struct hostapd_config *cfg) /* Executed after the event loop has been terminated */ hostapd_cleanup(cfg); - _exit(EXIT_SUCCESS); } @@ -434,9 +433,9 @@ hostapd_may_read(int fd, void *buf, size_t n) return (0); } -/* +/* * Read data with the assertion that it all must come through, or - * else abort the process. Based on atomicio() from openssh. + * else abort the process. Based on atomicio() from openssh. */ void hostapd_must_read(int fd, void *buf, size_t n) |