index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ap
/
drv_callbacks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8
/
+2
*
Lower RX_MGMT driver event debug level for Beacon frames
Jouni Malinen
2011-12-18
1
-1
/
+15
*
hostapd: Show driver event names in debug log
Jouni Malinen
2011-12-03
1
-0
/
+3
*
AP: Add explicit EAPOL TX status event
Johannes Berg
2011-11-19
1
-0
/
+6
*
P2P: Verify that assoc req IEs are available for group update
Jouni Malinen
2011-11-13
1
-2
/
+4
*
Remove unnecessary include file inclusion
Jouni Malinen
2011-11-13
1
-3
/
+0
*
Move AP events for STA connected/disconnected into one function
Jouni Malinen
2011-11-03
1
-2
/
+1
*
AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWN
Johannes Berg
2011-10-20
1
-9
/
+7
*
Move get_hdr_bssid() to make it easier to share for other uses
Johannes Berg
2011-10-20
1
-40
/
+0
*
AP: Do station poll in driver wrapper
Johannes Berg
2011-10-20
1
-0
/
+3
*
Use a common error handler in hostapd_notif_assoc()
Jouni Malinen
2011-10-16
1
-14
/
+15
*
Clean up IE processing in hostapd_notif_assoc()
Jouni Malinen
2011-10-16
1
-10
/
+8
*
WPS: Fix WPS IE processing
Jouni Malinen
2011-10-16
1
-16
/
+15
*
Fix double free with CONFIG_WPS_STRICT=y
Jouni Malinen
2011-10-16
1
-1
/
+0
*
Fix AP build without CONFIG_WPS=y
Jouni Malinen
2011-09-12
1
-0
/
+8
*
WPS: Wait for EAPOL-Start unless WPS 2.0 station as workaround
Jouni Malinen
2011-08-28
1
-4
/
+21
*
P2P: Filter Probe Request frames based on DA and BSSID in Listen state
Jouni Malinen
2011-07-15
1
-3
/
+5
*
Fix hostapd build without NEED_AP_MLME=y
Jouni Malinen
2011-06-22
1
-0
/
+2
*
Add EVENT_RX_ACTION handler for hostapd
Jouni Malinen
2011-06-21
1
-0
/
+46
*
WPS: Use strict validation of (Re)AssocReq only if IEs are known
Jouni Malinen
2011-04-14
1
-9
/
+12
*
Add sanity checks to EVENT_RX_PROBE_REQ event data
Jouni Malinen
2011-04-14
1
-2
/
+7
*
Indicate assoc vs. reassoc in association event
Shan Palanisamy
2011-03-06
1
-2
/
+3
*
wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processing
Jouni Malinen
2011-02-08
1
-19
/
+19
*
P2P: Allow WPS_PBC command on GO to select on P2P Device Address
Jouni Malinen
2011-02-07
1
-1
/
+1
*
Allow AP mode to disconnect STAs based on low ACK condition
Johannes Berg
2010-12-28
1
-0
/
+21
*
hostapd_driver_ops reduction
Jouni Malinen
2010-11-24
1
-3
/
+4
*
Maintain internal entropy pool for augmenting random number generation
Jouni Malinen
2010-11-24
1
-0
/
+6
*
hostapd: Fix compiler warning
Jouni Malinen
2010-10-25
1
-1
/
+1
*
hostapd: Avoid crashing on station mode disassoc event
Jouni Malinen
2010-10-22
1
-0
/
+13
*
P2P: Track non-P2P members in the group and set Group Limit bit
Jouni Malinen
2010-10-19
1
-4
/
+2
*
P2P: Add group notification from (re)association request
Jouni Malinen
2010-09-09
1
-0
/
+8
*
P2P: Save a copy of P2P IE(s) data from (Re)Association Request
Jouni Malinen
2010-09-09
1
-0
/
+12
*
WPS 2.0: Validate WPS attributes in management frames and WSC messages
Jouni Malinen
2010-09-09
1
-0
/
+14
*
Avoid hostapd segfault on invalid driver association event
Jouni Malinen
2010-04-07
1
-0
/
+13
*
Add AP-STA-DISCONNECT event for driver-based MLME
Jouni Malinen
2010-04-04
1
-0
/
+3
*
Allow hostapd_notif_assoc() to be called with all IEs
Jouni Malinen
2010-04-04
1
-0
/
+22
*
Use generic driver event notification for AP mode assoc/disassoc
Jouni Malinen
2010-01-03
1
-0
/
+13
*
Use driver event, EVENT_EAPOL_RX, for EAPOL frame indication
Jouni Malinen
2010-01-03
1
-45
/
+45
*
Replace hostapd_notif_new_sta() with new driver event, EVENT_NEW_STA
Jouni Malinen
2010-01-03
1
-1
/
+3
*
Remove unnecessary wpa_event_type typedef
Jouni Malinen
2010-01-03
1
-1
/
+1
*
Move struct hostapd_frame_info definition away from driver API
Jouni Malinen
2010-01-03
1
-8
/
+12
*
Remove struct ieee80211_hdr dependency from EVENT_RX_FROM_UNKNOWN
Jouni Malinen
2010-01-03
1
-3
/
+3
*
Replace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ driver event
Jouni Malinen
2010-01-03
1
-17
/
+22
*
Allow Probe Request callbacks to terminate iteration
Jouni Malinen
2009-12-28
1
-4
/
+10
*
Include header files explicitly in *.c, not via header files
Jouni Malinen
2009-12-26
1
-0
/
+1
*
Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.c
Jouni Malinen
2009-12-26
1
-1
/
+1
*
Remove ap_config.h dependency from driver_i.h
Jouni Malinen
2009-12-26
1
-0
/
+1
*
Rename some src/ap files to avoid duplicate file names
Jouni Malinen
2009-12-26
1
-12
/
+12
*
Move rest of the generic AP mode functionality into src/ap
Jouni Malinen
2009-12-25
1
-0
/
+387