summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_output.c
AgeCommit message (Expand)Author
2006-01-11Disable shared key mode until we have a way for the user to specifyTodd C. Miller
2005-09-08mostly knfReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter
2005-03-11Make sure we associate an interface with the m_pkthdr inJonathan Gray
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2005-02-26Fix a problem introduced with the recent lru cache change.Jonathan Gray
2005-02-17derived from NetBSD:Reyk Floeter
2004-12-28Sync with recent NetBSD ieee80211_compute_duration() changes.Jonathan Gray
2004-12-23From dyoung@NetBSD:Jonathan Gray
2004-12-23From dyoung@NetBSD:Jonathan Gray
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller