Go to file
mycroft 88a8480ea3 Implement passive scanning for APs in station and host-AP mode:
ieee80211_input():
  * Do not discard management frames in station mode just because they have
    the wrong BSSID.
  * Do not discard beacons in station and host-AP mode when not scanning.
  * Some minor rearrangement.  Update node statistics even if the packet is
    rejected.
  ieee80211_recv_mgmt():
  * Accept probe responses and beacons in station and host-AP even when not
    scanning.
  * Do not immediately free the node created by a beacon or probe response.
XXX Should I check BSSIDs more carefully in ieee80211_recv_mgmt() --
specifically for ASSOC_RESP, REASSOC_RESP, AUTH, DEAUTH and DISASSOC?

Fix a problem with APs that advertise multiple SSIDs:
Change the footprint of ieee80211_find_node_with_channel() to take a SSID as
well, and, if not empty, compared it with the existing nodes.  This causes
us to allocate multiple nodes for the same AP.  Without this we were only
leaving one SSID in the node table, which might not be the desired one, and
so the interface would fail to fully initialize.  (Reported by he@ with a
Cisco 350 AP.)
2004-07-29 22:28:05 +00:00
bin For the "lid" keyword, change ULONG to INT32 since it's a 32bit type. 2004-07-28 07:48:22 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto Sync with Heimdal: krb5_set_password.3,v 1.7 (except for a reference to 2004-07-18 15:08:50 +00:00
dist Sync with official IPF 2004-07-23 07:18:14 +00:00
distrib Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also 2004-07-28 09:17:31 +00:00
doc ACPI-CA 20040715 2004-07-29 04:27:18 +00:00
etc Now that one can choose boot image for i386 to produce a slightly 2004-07-28 11:35:44 +00:00
games Grammar fix, from ray at raylai org via jmc@openbsd. 2004-06-01 10:10:06 +00:00
gnu Add rwlock support to "thread sync" command, and clean up some 2004-07-29 17:57:40 +00:00
include Add support for dynamically loading nsswitch modules on ELF platforms. 2004-07-24 18:42:51 +00:00
lib In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the 2004-07-27 21:44:48 +00:00
libexec Newly built binary from netbsd-1-4 sources + arch/sparc/mdprologue.S, rev 1.8. 2004-07-20 10:17:50 +00:00
regress pthread_kill test. 2004-07-27 22:01:51 +00:00
rescue no need to list gnu/usr.bin any more. 2004-04-01 14:41:09 +00:00
sbin Implement support to dynamically change wscons console and kernel colors. 2004-07-28 12:34:02 +00:00
share Assign STOBJS the value of OBJS, and use that when referring to static 2004-07-29 03:14:04 +00:00
sys Implement passive scanning for APs in station and host-AP mode: 2004-07-29 22:28:05 +00:00
tools Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also 2004-07-28 09:17:31 +00:00
usr.bin Some improvements from jmc@openbsd. 2004-07-26 16:05:33 +00:00
usr.sbin include <sys/statvfs.h> if HAVE_STRUCT_STATVFS_F_IOSIZE 2004-07-24 16:30:50 +00:00
x11 Remove duplicate .PATH definition. 2004-07-23 16:28:18 +00:00
BUILDING regen (Document -h. From Karsten Kruse in PR 25974. 2004-06-25 15:04:20 +00:00
Makefile Move '${MAKEDIRTARGET} x11 distribution' from Makefile::distribution to 2004-05-17 07:00:16 +00:00
Makefile.inc
UPDATING Note the sendmail auto-start change, add a note about the ath 2004-07-22 03:55:33 +00:00
build.sh Add a change requested in PR#15548 and append the args passed to build.sh 2004-07-02 04:25:24 +00:00