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
/
wpa_supplicant
/
wpa_supplicant.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
P2P: Allow driver wrapper to indicate how many stations are supported
Jouni Malinen
2010-09-09
1
-0
/
+1
*
P2P: Add mechanism for configuring UAPSD parameters for group
Jouni Malinen
2010-09-09
1
-0
/
+5
*
P2P: Add support for cross connection
Jouni Malinen
2010-09-09
1
-0
/
+16
*
P2P: Include P2P IE in (Re)AssocReq to infra AP if it uses P2P IE
Jouni Malinen
2010-09-09
1
-2
/
+1
*
Trigger scan on reload-config only if there are enabled networks
Jouni Malinen
2010-09-09
1
-2
/
+4
*
P2P: Add P2P IE into (Re)Association Request frames
Jouni Malinen
2010-09-09
1
-1
/
+17
*
P2P: Let the driver wrapper know if association is for P2P group
Jouni Malinen
2010-09-09
1
-0
/
+6
*
P2P: Add initial version of P2P Module
Jouni Malinen
2010-09-09
1
-1
/
+29
*
P2P: Do not register l2_packet on dedicated P2P device interface
Jouni Malinen
2010-09-09
1
-1
/
+6
*
P2P: Use config block with disabled==2 to store persistent groups
Jouni Malinen
2010-09-09
1
-14
/
+16
*
P2P: Add dynamic network config block parameters for P2P
Jouni Malinen
2010-09-09
1
-1
/
+2
*
Allow ctrl_iface SET command to change global config parameters
Jouni Malinen
2010-09-09
1
-0
/
+13
*
NDIS: Fix association for WPS provisioning with protected AP
Jouni Malinen
2010-09-04
1
-1
/
+5
*
Share common code in wpa_supplicant_{disassociate,deauthenticate}()
Jouni Malinen
2010-08-26
1
-22
/
+22
*
Cancel authentication timeout on local deauth/disassoc request
Jouni Malinen
2010-08-26
1
-0
/
+2
*
Add Linux rfkill support
Jouni Malinen
2010-05-23
1
-1
/
+4
*
Fix enabling of networks while another network is being used
Kel Modderman
2010-05-02
1
-7
/
+9
*
Do not trigger initial scan if there are no enabled networks
Jouni Malinen
2010-04-16
1
-2
/
+5
*
Add more wpa_supplicant AP mode parameters for the driver wrapper
Jouni Malinen
2010-04-11
1
-2
/
+2
*
Allow driver wrappers to indicate maximum remain-on-channel duration
Jouni Malinen
2010-04-11
1
-9
/
+12
*
Optimize post-WPS scan based on channel used during provisioning
Jouni Malinen
2010-04-11
1
-0
/
+1
*
FT: Clean up wpa_sm_set_ft_params() by using common parse
Jouni Malinen
2010-04-10
1
-1
/
+1
*
FT: Copy FT Capability and Policy to MDIE from target AP
Jouni Malinen
2010-04-09
1
-1
/
+1
*
MFP: Add MFPR flag into station RSN IE if 802.11w is mandatory
Jouni Malinen
2010-03-29
1
-0
/
+1
*
Preparations for v0.7.1 release
Jouni Malinen
2010-01-16
1
-2
/
+2
*
dbus: Replace StateChanged with PropertiesChanged signal
Marcel Holtmann
2010-01-04
1
-3
/
+9
*
Standardize on a single definition of auth_alg bitfield values
Jouni Malinen
2010-01-03
1
-10
/
+4
*
Share the same enum for MFP configuration
Jouni Malinen
2010-01-03
1
-15
/
+5
*
Move wpa_supplicant specific scan code away from src/drivers
Jouni Malinen
2010-01-03
1
-50
/
+1
*
Use driver event, EVENT_EAPOL_RX, for EAPOL frame indication
Jouni Malinen
2010-01-03
1
-0
/
+14
*
Replace wpa_supplicant_sta_rx() call with driver event
Jouni Malinen
2010-01-03
1
-8
/
+0
*
Maintain a pointer to the current BSS table entry
Jouni Malinen
2010-01-02
1
-0
/
+4
*
Do not store raw scan results
Jouni Malinen
2010-01-02
1
-14
/
+26
*
Use BSS table entry instead of raw scan result for connection
Jouni Malinen
2010-01-02
1
-15
/
+12
*
Only expire scanned BSSes based on new scan results
Jouni Malinen
2010-01-02
1
-2
/
+5
*
dbus: Divide DebugParams property to three separate properties
Witold Sowa
2010-01-01
1
-4
/
+6
*
dbus: Fix D-Bus network and BSS object registration/unregistration
Jouni Malinen
2009-12-29
1
-2
/
+9
*
Define struct wpa_ssid::mode as an enum with more readable values
Jouni Malinen
2009-12-28
1
-8
/
+9
*
Include BSS table unconditionally in the wpa_supplicant build
Jouni Malinen
2009-12-28
1
-14
/
+6
*
Add BSS table to track scan results without dropping information
Jouni Malinen
2009-12-27
1
-58
/
+25
*
Indicate interface removal only if the interface was added successfully
Jouni Malinen
2009-12-26
1
-5
/
+7
*
Get rid of unnecessary typedefs for enums.
Jouni Malinen
2009-12-26
1
-7
/
+8
*
Avoid NULL dereference on error path when default driver is used
Jouni Malinen
2009-12-23
1
-1
/
+1
*
WPS ER: Delay wpa_supplicant termination to allow unsubscription
Jouni Malinen
2009-12-19
1
-2
/
+19
*
eloop: Remove global user data pointer
Jouni Malinen
2009-12-19
1
-9
/
+7
*
Initialize new_connection = 1 to fix wpa_supplicant AP mode operstate
Jouni Malinen
2009-12-15
1
-0
/
+1
*
Move EAP method registration away from src/eap_{peer,server}
Jouni Malinen
2009-12-06
1
-12
/
+1
*
IBSS RSN: Wait for connection event and do not use auth timeout
Jouni Malinen
2009-12-04
1
-2
/
+3
*
nl80211: Add support for IBSS networks
Jouni Malinen
2009-12-04
1
-2
/
+3
*
Fix driver initialization not to crash if driver does not use init2()
Jouni Malinen
2009-12-02
1
-2
/
+2
[next]