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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver_nl80211/wext: Share netlink operstate send function
Jouni Malinen
2009-12-18
5
-137
/
+129
*
Fix netlink payload length calculation
Jouni Malinen
2009-12-18
7
-10
/
+13
*
driver_test: Fix AP mode to initialize bss_ctx for first interface
Jouni Malinen
2009-12-16
1
-0
/
+1
*
Fix driver_nl80211.c build without CONFIG_CLIENT_MLME
Jouni Malinen
2009-12-14
1
-5
/
+0
*
Mark management frame processing functions to use const buffer
Jouni Malinen
2009-12-13
1
-1
/
+1
*
Use generic driver events for TX status and RX reporting
Jouni Malinen
2009-12-13
4
-107
/
+103
*
nl80211: Remove some of the unnecessary conditional compilation
Jouni Malinen
2009-12-13
1
-59
/
+14
*
Replace hostapd_button_pushed() with generic driver event
Jouni Malinen
2009-12-13
2
-3
/
+7
*
Replace hostapd_michael_mic_failure() with generic driver event
Jouni Malinen
2009-12-13
5
-6
/
+24
*
driver_test: Merge drv->hapd into drv->ctx
Jouni Malinen
2009-12-13
1
-8
/
+7
*
Add BSS ctx to if_add() driver op
Jouni Malinen
2009-12-13
3
-66
/
+17
*
Map STA flags into values defined in driver.h
Jouni Malinen
2009-12-13
6
-25
/
+29
*
Remove usused flags parameter from sta_add() driver op
Jouni Malinen
2009-12-13
2
-4
/
+2
*
driver_bsd: Fix build after previous commit
Jouni Malinen
2009-12-12
1
-1
/
+1
*
Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver op
Jouni Malinen
2009-12-12
4
-90
/
+81
*
driver_bsd: Fix build (eapol_sm.h is not needed anymore)
Jouni Malinen
2009-12-12
1
-1
/
+0
*
Change set_ieee8021x driver op to use parameters structure
Jouni Malinen
2009-12-12
5
-9
/
+22
*
Replace direct driver call to wpa_ft_rrb_rx() with driver event
Jouni Malinen
2009-12-12
2
-6
/
+20
*
driver_wired: Share multicast membership add/drop function
Jouni Malinen
2009-12-12
1
-40
/
+38
*
driver_wired: Remove unneeded conditional building blocks
Jouni Malinen
2009-12-12
1
-36
/
+22
*
Remove obsolete Prism54.org driver support (driver_prism54.c)
Jouni Malinen
2009-12-12
4
-1638
/
+0
*
driver_wired: Move STA entry processing away from driver wrapper
Jouni Malinen
2009-12-12
2
-24
/
+4
*
Merge get_seqnum_igtk() driver op with get_seqnum()
Jouni Malinen
2009-12-11
2
-17
/
+3
*
Add Doxygen comments for rest of struct wpa_driver_ops members
Jouni Malinen
2009-12-10
1
-0
/
+201
*
Move vendor-specific IE type defines away from driver.h
Jouni Malinen
2009-12-10
1
-2
/
+0
*
Add more documentation for driver ops
Jouni Malinen
2009-12-10
1
-12
/
+153
*
hostapd: Remove unused bridge_packets configuration option
Jouni Malinen
2009-12-09
2
-7
/
+0
*
Remove struct hostapd_rate_data from driver API
Jouni Malinen
2009-12-09
4
-27
/
+18
*
Remove unused rate flags from driver use
Jouni Malinen
2009-12-09
4
-23
/
+5
*
Merge bss_add/bss_remove drivers ops into if_add/if_remove
Jouni Malinen
2009-12-09
4
-95
/
+142
*
Remove unused if_update() driver op
Jouni Malinen
2009-12-09
4
-21
/
+0
*
Fix driver_bsd.c build
Masashi Honma
2009-12-07
1
-17
/
+17
*
Remove unused phytype RX info variable
Jouni Malinen
2009-12-06
2
-2
/
+0
*
nl80211: Add extra IEs into IBSS join request
Jouni Malinen
2009-12-04
1
-0
/
+8
*
nl80211: Add support for IBSS networks
Jouni Malinen
2009-12-04
1
-1
/
+119
*
nl80211: Clear BSS state mismatches with deauth as a workaround
Jouni Malinen
2009-12-02
1
-1
/
+19
*
nl80211: Add debug prints for BSS status in scan results
Jouni Malinen
2009-12-02
2
-0
/
+69
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
2
-2
/
+2
*
Add driver wrapper callback for WPS push button pressed
Jouni Malinen
2009-11-29
2
-3
/
+2
*
driver_prism54: Use hostapd_notif_disassoc() instead of private copy
Jouni Malinen
2009-11-29
1
-13
/
+1
*
Remove some unneeded header file inclusions
Jouni Malinen
2009-11-29
2
-4
/
+3
*
Include sta_flags.h explicitly, not via sta_info.h
Jouni Malinen
2009-11-29
1
-0
/
+1
*
Remove src/common from default header file path
Jouni Malinen
2009-11-29
16
-16
/
+2508
*
nl80211: Remove unneeded header file: ieee802_11_common.h
Jouni Malinen
2009-11-29
1
-4
/
+0
*
HT: Remove unneeded struct ht_cap_ie wrapper
Jouni Malinen
2009-11-29
2
-6
/
+3
*
Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driver
Jouni Malinen
2009-11-29
2
-0
/
+13
*
Resolve some sparse warnings
Jouni Malinen
2009-11-25
1
-1
/
+1
*
Remove obsoleted get_scan_results() driver_ops
Jouni Malinen
2009-11-23
4
-147
/
+61
*
Remove deprecated scan and set_probe_req_ie driver_ops
Jouni Malinen
2009-11-23
16
-93
/
+80
*
Remove deprecated driver_ops handlers
Jouni Malinen
2009-11-23
14
-196
/
+90
[next]