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
*
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
*
Revert "nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setup"
Jouni Malinen
2009-09-15
1
-37
/
+44
*
nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setup
Jouni Malinen
2009-09-15
1
-44
/
+37
*
driver_nl80211: Fix MLME key settings for static WEP
Johannes Berg
2009-09-15
2
-3
/
+65
*
Fix driver_test for hostapd
Jouni Malinen
2009-09-11
1
-0
/
+1
*
driver_test: Update BSS data when using wpa_supplicant AP mode
Jouni Malinen
2009-09-11
1
-9
/
+39
*
driver_test: Implement set_mode for wpa_supplicant AP deinit
Jouni Malinen
2009-09-11
1
-9
/
+25
*
driver_test: Preliminary support for wpa_supplicant AP functionality
Jouni Malinen
2009-09-10
1
-11
/
+69
*
driver_test: Share the same deinit() for hostapd and wpa_supplicant
Jouni Malinen
2009-09-10
1
-53
/
+33
*
driver_test: Merge socket_dir into test_dir
Jouni Malinen
2009-09-10
1
-14
/
+13
*
driver_test: Some additional merging of send_mlme
Jouni Malinen
2009-09-10
1
-49
/
+40
*
driver_test: Claim AP mode capability for wpa_supplicant
Jouni Malinen
2009-09-10
1
-0
/
+1
[next]