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
*
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
*
Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappers
Jouni Malinen
2009-11-23
2
-1
/
+10
*
Merge set_key and hapd_set_key driver_ops into a single function
Jouni Malinen
2009-11-23
17
-110
/
+74
*
Move HOSTAPD_MTU definition into driver_hostap.c
Jouni Malinen
2009-11-23
1
-0
/
+5
*
Remove unneeded set-MTU operation from drivers
Jouni Malinen
2009-11-23
3
-33
/
+0
*
Move definitions away from hostapd_defs.h
Jouni Malinen
2009-11-23
3
-6
/
+14
*
nl80211: Build some client functionality unconditionally
Jouni Malinen
2009-11-23
1
-23
/
+11
*
nl80211: Remove last remaining WEXT code
Jouni Malinen
2009-11-23
1
-37
/
+0
*
Merge set_beacon driver_ops into a single one
Jouni Malinen
2009-11-23
3
-86
/
+13
*
Add 'none' driver as an option for wpa_supplicant
Jouni Malinen
2009-11-20
2
-11
/
+47
*
nl80211/SME: Use reassociation when roaming within the ESS
Jouni Malinen
2009-11-17
2
-0
/
+15
*
hostapd: fix AP mode initialization for nl80211
Felix Fietkau
2009-11-11
1
-3
/
+3
*
driver_prism54: Use os_zalloc instead of malloc to clear memory
Jouni Malinen
2009-11-10
1
-8
/
+8
*
Fix MCS set field to be based on driver info
Jouni Malinen
2009-11-05
2
-0
/
+8
*
Work around some gcc 4.4 strict-aliasing warnings
Jouni Malinen
2009-11-04
2
-4
/
+6
*
DragonFly BSD: Fix driver_bsd.c build
Masashi Honma
2009-10-12
1
-0
/
+5
*
nl80211: Work around mac80211 limitation on (re)auth when authenticated
Jouni Malinen
2009-10-12
1
-0
/
+17
*
nl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into scan results
Jouni Malinen
2009-10-01
2
-0
/
+6
*
nl80211: Recognize NL80211_CMD_TRIGGER_SCAN events
Jouni Malinen
2009-10-01
1
-0
/
+3
*
nl80211: Fix a typo in set_sta_vlan()
Author: Johannes Berg
2009-09-30
1
-1
/
+1
*
DragonFly BSD: Fix wired IEEE 802.1X
Masashi Honma
2009-09-28
1
-4
/
+4
*
Mac OS X: Fix wired IEEE 802.1X
Masashi Honma
2009-09-26
1
-2
/
+2
*
nl80211: Use defines for NL80211_KEY_CIPHER values
Jouni Malinen
2009-09-15
1
-5
/
+8
[next]