Fix couple of forgotten wpa_hw_modes -> hostapd_hw_modes
[wpasupplicant] / hostapd / driver_nl80211.c
2009-04-03 Jouni Malinennl80211: Add bridge interfaces from secondary BSSes...
2009-04-03 Jouni Malinennl80211: Fix EAPOL frame RX for secondary BSSes
2009-04-03 Jouni Malinennl80211: Remove dead code
2009-04-03 Jouni Malinennl80211: Remove unuset set_privacy() and set_internal_b...
2009-04-03 Jouni MalinenMark STA authorized if IEEE 802.1X and WPA is not used
2009-04-03 Jouni MalinenRemove unused driver_ops
2009-04-03 Jouni MalinenMerge wireless_event_{,de}init() into {,de}init() driver op
2009-04-02 Jouni MalinenMerge set_dtim_period() into set_beacon()
2009-03-26 Jouni MalinenRename struct wpa_driver_ops to hapd_driver_ops
2009-03-26 Jouni MalinenGet rid of couple of shadowed variable warnings
2009-03-25 Jouni MalinenMove hostapd driver_ops to use similar set_key with...
2009-03-25 Jouni MalinenReplace deprecated add_sta() with add_sta2()
2009-03-25 Jouni MalinenRemove deprecated version of set_freq() and rename...
2009-03-25 Jouni MalinenInclude config.h explicitly into files that actually...
2009-03-12 Jouni Malinennl80211: Add per-BSS data structure and enable BSS...
2009-03-05 Jouni Malinennl80211: Add verbose result debugging for NL80211_CMD_N...
2009-03-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-02-18 Jouni Malinennl80211: Add TX/RX packet counts into accounting inform...
2009-02-16 Jouni Malinendriver_nl80211: Fix STA accounting data collection
2009-02-05 Jouni MalinenFixed scan buffer increasing with WEXT
2009-02-04 Jouni Malinen802.11n: scan for overlapping BSSes before starting...
2009-02-04 Jouni MalinenVerify that driver supports configured HT capabilities
2009-01-27 Jouni Malinendriver_nl80211: Fixed inactivity poll status processing
2009-01-27 Johannes Bergdriver_nl80211: use Linux socket filter to improve...
2009-01-13 Jouni MalinenRemoved dead code
2009-01-13 Jouni MalinenFixed copy-paste error in retry configuration (incorrec...
2009-01-13 Jouni MalinenRemoved unused set_regulatory_domain driver function
2009-01-12 Jouni MalinenFixed build without CONFIG_IEEE80211N
2009-01-09 Jouni MalinenAdd wrapper functions for IEEE 802.11 driver calls...
2009-01-09 Jouni MalinenUse a wrapper function for ieee802_1x_receive() to...
2009-01-09 Jouni MalinenMove RX-from-unknown-STA processing away from driver_*.c
2009-01-09 Jouni MalinenMoved TX status processing for STA entries away from...
2009-01-09 Jouni MalinenMoved rfc1042_header into driver_*.c that use it
2009-01-08 Jouni MalinenMove generic definitions away from hostapd.h
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2008-12-31 Jouni MalinenInclude pending MFP defines in nl80211_copy.h
2008-12-31 Jouni MalinenRenamed nl80211 HT channel parameters to match with...
2008-12-31 Jouni MalinenMFP: Remove mac80211 workaround of IGTK in monitor...
2008-12-08 Jouni MalinenAdded libnl 2.0 compatibility code (CONFIG_LIBNL20...
2008-12-08 Jouni Malinennl80211: Include copy of linux/nl80211.h with hostapd...
2008-12-04 Jouni Malinennl80211: Remove the debug print from data frame processing
2008-12-04 Jouni MalinenFixed WEP authentication (both Open System and Shared...
2008-12-03 Jouni Malinennl80211: Generate 802.11b mode based on 802.11g information
2008-11-26 Jouni MalinenChanged NL80211_ATTR_WIPHY_SEC_CHAN_OFFSET to use U32
2008-11-26 Jouni Malinennl80211: Fixed a merge issue in an earlier commit for...
2008-11-26 Jouni Malinennl80211: Clear HT flags from the channel when exiting
2008-11-26 Jouni MalinenAdded option to distinguish non-HT and HT20 in set_freq
2008-11-25 Jouni Malinennl80211: Add support for setting channel frequency...
2008-11-25 Jouni Malinendriver_nl80211: Added set_country() handler
2008-11-25 Jouni MalinenGet maximum TX power for each allowed channel from...
2008-11-18 Jouni Malinendriver_nl80211: Remove monitor interface if AP initiali...
2008-11-18 Jouni MalinenChanged channel flags configuration to read the informa...
2008-11-01 Johannes Bergdriver_nl80211: Remove set_ssid from nl80211 driver
2008-10-29 Jouni Malinendriver_nl80211: Added TX queue parameter configuration
2008-10-29 Jouni Malinendriver_nl80211: Added basic rate configuration
2008-10-29 Jouni Malinennl80211: Finish dumps properly (ported from iw.git)
2008-09-29 Johannes Bergnl80211 hostapd driver: clean up netlink code
2008-09-29 Johannes Bergnl80211 driver: correctly set the encrypt bit for eapol...
2008-08-31 Jouni MalinenCleaned up TX callback request processing
2008-08-25 Jouni MalinenSend HT parameters for new STAs
2008-08-25 Jouni MalinenSwitched driver_nl80211 to use the new sta_add2()
2008-08-07 Jouni MalinenAdded support for setting BSS parameters with NL80211_C...
2008-06-18 Jouni MalinenAdd IGTK/MFP configuration (disabled by default)
2008-06-16 Jouni MalinenAdded support for configuring IGTK
2008-06-06 Jouni MalinenFixed a buffer overflow in nla_parse call
2008-06-03 Jouni MalinenInclude wireless_copy.h instead of linux/wireless.h...
2008-04-13 Jouni MalinenSmall whitespace cleanup
2008-04-13 Michael Bernharddriver_nl80211: Do not send nl80211 message if beacon...
2008-04-13 Michael Bernharddriver_nl80211: Return correct value
2008-04-13 Michael Bernharddriver_nl80211: Initialize local variable
2008-04-13 Michael Bernharddriver_nl80211: Clone netlink callbacks instead of...
2008-04-13 Bernhard Michaeldriver_nl80211: Use customizable netlink callbacks
2008-04-13 Michael Bernharddriver_nl80211: Use the correct nl80211 command to...
2008-04-09 Johannes Bergnl80211 driver: fix beacon interval setting
2008-04-08 Artem AntonovFix nl80211 driver to receive EAPOL response
2008-03-31 Daniel WagnerRename NL80211_[ATTR]_STA_STAT_* to NL80211_[ATTR_...
2008-02-28 Jouni MalinenAdded listen interval to hostapd sta_add() driver function
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...