Zero struct ifreq data before use in l2_packet_init()
[wpasupplicant] / src / drivers /
2009-03-09 Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-03-07 Jouni Malinendriver_ndis: Detect Native 802.11 drivers (NDIS 6,...
2009-03-07 Jouni Malinendriver_ndis: Add PAE group address to the multicast...
2009-03-07 Jouni MalinenDeterminer whether driver is wired at runtime based...
2009-02-18 Jouni MalinenAdd BSS flags to scan results to indicate signal qualit...
2009-02-18 Jouni Malinennl80211: Use per-scan request WPS IE
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-15 Daniel MierswaAllow the privsep driver to pass the set_country to...
2009-02-14 Jouni MalinenRename "broadcast SSID" to "wildcard SSID"
2009-02-14 Jouni Malinendriver_nl80211: Add support for multi-SSID scan requests
2009-02-14 Jouni Malinendriver_test: Implement scan2() handler
2009-02-14 Jouni MalinenAdd extended driver scan request command: driver_ops...
2009-02-14 Jouni MalinenAllow multiple driver wrappers to be specified on comma...
2009-02-12 Jouni Malinennl80211: Remove one second sleep after iface up
2009-02-12 Jouni MalinenNew driver capability info: max number of scan SSIDs
2009-02-12 Jouni Malinennl80211: Replace WEXT scan event with nl80211
2009-02-12 Jouni Malinennl80211: Replace SIOCGIWSCAN with NL80211_CMD_GET_SCAN
2009-02-12 Jouni Malinennl80211: Replace SIOCSIWSCAN with NL80211_CMD_TRIGGER_SCAN
2009-02-10 Helmut SchaaUse signal quality if level is not available for compar...
2009-02-10 Jouni Malinenwext: Force disconnect on deauthenticate()
2009-02-10 Dan Williamswext: really disassociate (set random SSID)
2009-02-08 Jeremy C. ReedAllow driver_bsd.c to be built for NetBSD
2009-02-07 Jouni MalinenFix privsep build with CONFIG_CLIENT_MLME=y
2009-02-07 Jouni MalinenRemoved printf size_t format warning on 64-bit
2009-02-05 Masashi HonmaSetting probe request ie with madwifi driver
2009-02-05 Jouni MalinenFixed scan buffer increasing with WEXT
2009-02-04 Jouke WitteveenBetter support in RoboSwitch driver
2009-02-03 Jouke WitteveenBetter support in RoboSwitch driver
2009-01-30 Jouni MalinenAdd comments on the new Broadcom driver not using drive...
2009-01-20 Jouni MalinenImplement set_probe_req_ie() for nl80211 drivers
2009-01-17 Jouni MalinenAdded support for IBSS scanning into driver_test
2009-01-14 Jouni MalinenAdded initial step for IBSS RSN support
2009-01-13 Dan Williamsdriver_wext: Add IW_ENCODE_TEMP into SIOCSIWENCODE...
2009-01-11 Jouni MalinenSilenced some sparse warnings
2009-01-09 Jouni MalinenShare the same radiotap helper implementation
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-02 Jouni MalinenMove addr_un definitions to avoid using out-of-scope...
2008-12-31 Jouni MalinenInclude pending MFP defines in nl80211_copy.h
2008-12-24 Jouni MalinenAdded get_interfaces() handler to list all NDIS adapters
2008-12-24 Jouni MalinenAdded a mechanism for quering driver wrappers for avail...
2008-12-22 Jouni MalinenMark local functions static.
2008-12-22 Jouni MalinenAdded support for global driver data (shared by multipl...
2008-12-21 Jouni MalinenFixed NDIS AuthMode configuration for WPS connection
2008-12-12 Jouni MalinenPorted driver_test to Windows (only UDP socket available)
2008-12-12 Jouni Malinendriver_test: Optional support for using UDP socket
2008-12-10 Jouni MalinenWorkaround number of compiler warnings with newer MinGW...
2008-12-10 Jouni MalinenResolved number of signed/unsigned mismatches and ntddn...
2008-12-09 Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-12-08 Jouni Malinennl80211: Include copy of linux/nl80211.h with hostapd...
2008-11-29 Jouni MalinenWPS: Added support for fragmented WPS IE in Beacon...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-19 Jouni MalinenFixed size_t printf format for 64-bit builds
2008-11-19 Jouke WitteveenFixed a bug in read -> _read cleanup; one missed change
2008-11-18 Jouni Malinenroboswitch: Minor coding style cleanup
2008-11-18 Jouke WitteveenAdd RoboSwitch driver interface for wpa_supplicant
2008-11-18 Jouni MalinenUpdated userspace MLME instructions for current mac80211
2008-11-05 Jouni Malinendriver_ndis: Added a workaround for a driver that remov...
2008-10-29 Jouni MalinenMoved ieee802_11_parse_elems() into common code
2008-10-29 Jouni Malinennl80211: Finish dumps properly (ported from iw.git)
2008-10-02 Jouni MalinenNDIS: Set authMode=WPA2, if needed, when flushing PMKID...
2008-09-30 Jouni Malinennl80211: clean up netlink code
2008-09-29 Jouni MalinenAdded set_mode() handler for privsep
2008-09-29 Jouni MalinenFixed build without CONFIG_CLIENT_MLME
2008-09-29 Dan WilliamsAdd an optional set_mode() driver_ops handler for setti...
2008-09-27 Jouni MalinenValidate WEXT event iwe->u.data.length before using...
2008-09-27 Jouni MalinenSilenced compiler warnings on size_t printf format...
2008-08-27 Jouni MalinenFixed WEXT scan result parser to not crash on invalid...
2008-08-18 Jouni MalinenAdded mlme_{add,remove}_sta() for userspace MLME
2008-08-15 Jouni Malinennl80211: Preliminary code for usermode MLME support
2008-08-15 Jouni Malinennl80211: Fixed re-initialization of removed and re...
2008-08-15 Jouni Malinennl80211: Fixed set_mode() to actually use adhoc/station...
2008-08-10 Jouni MalinenFixed MinGW build without CONFIG_NDIS_EVENTS_INTEGRATED...
2008-07-24 Jouni MalinenWEXT: Fixed re-initialization of removed and re-inserte...
2008-07-15 Dan Williamswext: fix maxrate calculation
2008-07-15 Jouni MalinenFixed wpa_scan_get_max_rate() to clear the basicrate...
2008-06-18 Jouni MalinenAdded temporary #ifdef WEXT_MFP_PENDING around the...
2008-06-18 Jouni MalinenWEXT: IEEE 802.11w/MFP configuration
2008-06-18 Masakazu MokunoAdd support for the driver which do 4-way handshake
2008-06-06 Jouni MalinenAdded a preliminary nl80211/cfg80211 driver interface...
2008-06-06 Pavel RoskinFix compile warnings on 64-bit systems
2008-06-04 Dan Williamswext: handle mode switches correctly for mac80211
2008-06-03 Jouni MalinenIntroduced new helper function is_zero_ether_addr()
2008-06-02 Dan Williamswext: don't overwrite BSS frequency
2008-04-07 Pavel Roskindriver_wext: Fix missing bracket in [DORMANT]
2008-03-13 Jouni MalinenSome cleanup for the new driver wrapper for PS3
2008-03-13 Masakazu MokunoAdd support for PS3 Linux wireless driver
2008-02-28 Jouni Malinendriver_ralink: Make sure assoc_{req,resp}_ies do not...
2008-02-28 Jouni Malinendriver_ralink: Use os_strlcpy instead of os_strncpy...
2008-02-28 Jouni Malinendriver_ralink: Fixed couple of memory leaks on error...
2008-02-28 Jouni MalinenSilence SIOCSIWAUTH ioctl failure message.
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...