wpa_priv: Clear extended_capa pointers
[mech_eap.git] / src / drivers / driver_privsep.c
2015-09-05 Jouni Malinenwpa_priv: Clear extended_capa pointers
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-22 Jouni MalinenUse SSID_MAX_LEN define instead of value 32 when compar...
2014-12-26 Jouni MalinenClean up debug prints to use wpa_printf()
2014-12-25 Jouni Malinenprivsep: Fix compilation due to associate() parameter...
2012-11-14 Jouni MalinenRemove unused disassociate() driver_ops
2012-08-13 Jouni MalinenConvert os_zalloc() for an array to use os_calloc()
2012-04-06 Ben GreearMake bind failure messages unique
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
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 MalinenReplace wpa_supplicant_sta_rx() call with driver event
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-23 Jouni MalinenRemove deprecated scan and set_probe_req_ie driver_ops
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...
2009-04-17 Jouni MalinenUse C99 designated initializers to cleanup driver_ops...
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-09 Jouni MalinenShare driver beacon configuration handlers
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenShare same set_country driver op for hostapd and wpa_su...
2009-04-09 Jouni MalinenShare management frame send driver op for hostapd and...
2009-04-09 Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-02 Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-03-20 Jouni MalinenAdd SME support (separate authentication and association)
2009-02-15 Daniel MierswaAllow the privsep driver to pass the set_country to...
2009-02-14 Jouni MalinenAdd extended driver scan request command: driver_ops...
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
2008-12-24 Jouni MalinenAdded a mechanism for quering driver wrappers for avail...
2008-12-22 Jouni MalinenAdded support for global driver data (shared by multipl...
2008-12-09 Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-09-29 Jouni MalinenAdded set_mode() handler for privsep
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...