nl80211: Include linux/rtnetlink.h explicitly
[libeap.git] / src / drivers / driver_nl80211.c
2010-09-30 Jouni Malinennl80211: Include linux/rtnetlink.h explicitly
2010-09-09 Jouni MalinenP2P: Initial support for SD fragmentation (GAS Comeback...
2010-09-09 Jouni Malinennl80211: Add P2P operations
2010-09-09 Jouni MalinenP2P: Add driver operations for P2P use
2010-08-27 Jouni MalinenAdd current signal strength into signal quality change...
2010-08-17 Jouni MalinenAdd more debug info on deauth/disassoc events and commands
2010-08-17 Samuel Ortizsme: Try all authentication algorithms when the first...
2010-08-16 Paul Stewartnl80211: Ignore "DEAUTH" messages from APs we are not...
2010-08-11 Johannes Bergnl80211: Don't pass ctx to wpa_driver_nl80211_init_nl
2010-08-11 Johannes Bergnl80211: Remove unused pending_send_action
2010-08-11 Jouni Malinennl80211: Show remain-on-channel duration in debug output
2010-08-11 Jouni Malinennl80211: Try mode changes multiple times to avoid some...
2010-07-18 Jouni Malinennl80211: show TX status (ack) in debug log
2010-05-31 Jouni Malinenrfkill: Use rtnetlink ifup/ifdown events
2010-05-25 Jouni MalinenFix memory leak on rfkill init error path
2010-05-23 Jouni MalinenAdd Linux rfkill support
2010-04-16 Jouni Malinennl80211: Fix wpa_supplicant build
2010-04-15 M. Braunnl80211: Fix initial add_ifidx() realloc to not forget...
2010-04-15 M. Braunnl80211: Add bridge interfaces to own ifindex list...
2010-04-15 Jouni Malinennl80211: Add more debug info on NL80211_ATTR_STA_VLAN...
2010-04-11 Jouni MalinenAdd BSSID and reason code (if available) to disconnect...
2010-04-11 Jouni Malinennl80211: Define set_freq for wpa_supplicant, too
2010-04-11 Jouni MalinenAllow driver wrappers to indicate maximum remain-on...
2010-04-11 Jouni Malinennl80211: Fix key configuration in wpa_supplicant AP...
2010-04-11 Jouni Malinennl80211: Remove forgotten Action frame registration...
2010-04-11 Jouni MalinenSimplify driver_ops for virtual interface add/remove
2010-04-11 Jouni Malinennl80211: Fix memory leak on send_action error path
2010-04-08 Jouni Malinennl80211: Start using NL80211_ATTR_LOCAL_STATE_CHANGE
2010-03-29 Jouni MalinenAdd test commands for sending deauth/disassoc without...
2010-03-28 Jouni MalinenAdd driver command and event for signal strength monitoring
2010-03-28 Jouni Malinennl80211: Parse CQM events
2010-03-28 Holger Schurignl80211: Fix WEP key configuration for prior to authent...
2010-03-27 Jouni Malinennl80211: Add more debug information about scan request...
2010-03-27 Jouni Malinennl80211: Silence set_key ENOLINK failure messages on...
2010-03-11 Jouni Malinennl80211: Fix FT Action send command
2010-03-07 Jouni Malinennl80211: Add preliminary implementation of FT Action...
2010-03-07 Jouni Malinennl80211: Fix driver context pointer for auth-failure...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter to sta_set_flags...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from sta_add()...
2010-03-07 Jouni MalinenRemove unneeded iface parameter from if_add() driver op
2010-03-07 Felix Fietkauhostapd: fix a segfault in the error path of the nl8021...
2010-03-06 Jouni Malinennl80211: Unregister forgotten eloop socket on init...
2010-03-06 Jouni MalinenRemove unnecessary ifname parameter from set_beacon()
2010-03-06 Felix Fietkauhostapd: Fix interface selection for the nl80211 driver
2010-03-06 Felix Fietkauhostapd: add ifname to the sta_set_flags callback
2010-03-05 Jouni MalinenAdd optional scan result filter based on SSID
2010-02-27 Jouni MalinenAdd suspend/resume notifications
2010-02-16 Jouni Malinennl80211: Add support for off-channel Action TX/RX commands
2010-02-16 Jouni MalinenAdd alloc_interface_addr() drv op option for specifying...
2010-02-10 Jouni Malinennl80211: Do not try to remove non-existing STA WDS...
2010-01-25 Jouni Malinennl80211: Dump scan results in debug log if association...
2010-01-25 Jouni Malinennl80211: Clear cfg80211 authentication data for old...
2010-01-16 Jouni MalinenFetch IEs from both Beacon and Probe Response frames...
2010-01-16 Jouni Malinenhostapd: Detect bridge interface automatically
2010-01-16 Jouni MalinenAdd deinit_ap driver op to help wpa_supplicant AP mode use
2010-01-16 Jouni MalinenAdd driver op for disabling 802.11b rates
2010-01-03 Jouni Malinennl80211: Fix a typo
2010-01-03 Jouni MalinenUse common driver code for Linux hwaddr get/set
2010-01-03 Jouni MalinenShare a single Linux ioctl helper fo setting interface...
2010-01-03 Jouni MalinenStandardize on a single definition of auth_alg bitfield...
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni MalinenAdd drv_event_eapol_rx() helper
2010-01-03 Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2010-01-03 Jouni MalinenAdd driver API functionality for off-channel Action...
2010-01-03 Jouni MalinenAdd driver ops for allocating interface addresses
2010-01-03 Jouni MalinenAdd a driver op for enabling Probe Request reporting...
2010-01-03 Jouni MalinenMove struct hostapd_frame_info definition away from...
2010-01-03 Jouni MalinenRemove struct ieee80211_hdr dependency from EVENT_RX_FR...
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-01 Jouni Malinennl80211/wext: Hardcode all auth_algs as supported
2009-12-28 Jouni Malinennl80211: Add more debug prints for mode changes and...
2009-12-28 Jouni MalinenAdd an option for driver wrappers to report operational...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-24 Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-21 Jouni Malinennl80211: Use couple more os_*() wrappers for allocation
2009-12-21 Jouni Malinennl80211: Use os_* allocation wrappers to avoid WPA_TRAC...
2009-12-18 Jouni Malinennetlink: Move more of the newlink/dellink parsing into...
2009-12-18 Jouni Malinennl80211/wext: Share netlink new/del link event receive...
2009-12-18 Jouni Malinendriver_nl80211/wext: Share netlink operstate send function
2009-12-18 Jouni MalinenFix netlink payload length calculation
2009-12-13 Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13 Jouni Malinennl80211: Remove some of the unnecessary conditional...
2009-12-13 Jouni MalinenAdd BSS ctx to if_add() driver op
2009-12-13 Jouni MalinenMap STA flags into values defined in driver.h
2009-12-09 Jouni MalinenRemove struct hostapd_rate_data from driver API
2009-12-09 Jouni MalinenRemove unused rate flags from driver use
2009-12-09 Jouni MalinenMerge bss_add/bss_remove drivers ops into if_add/if_remove
2009-12-09 Jouni MalinenRemove unused if_update() driver op
2009-12-06 Jouni MalinenRemove unused phytype RX info variable
2009-12-04 Jouni Malinennl80211: Add extra IEs into IBSS join request
2009-12-03 Jouni Malinennl80211: Add support for IBSS networks
2009-12-02 Jouni Malinennl80211: Clear BSS state mismatches with deauth as...
2009-12-02 Jouni Malinennl80211: Add debug prints for BSS status in scan results
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni Malinennl80211: Remove unneeded header file: ieee802_11_common.h
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-24 Jouni MalinenResolve some sparse warnings
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
next