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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
P2P: Resolve frequency conflicts between STA and P2P (BRCM)
Eyal Shapira
2012-08-02
5
-1
/
+83
*
Prep work to configure a prioritized interface (BRCM)
Eyal Shapira
2012-08-02
4
-0
/
+25
*
nl80211: Use native cfg80211 sta events (BRCM)
Dmitry Shmidt
2012-08-02
1
-90
/
+15
*
Fix p2p service discovery
Irfan Sheriff
2012-08-02
3
-3
/
+100
*
Fix null pointer access for SSID printing.
andy2_kuo
2012-08-02
2
-2
/
+4
*
Fix SSID printing in events
Irfan Sheriff
2012-08-02
2
-2
/
+4
*
Add SSID in supplicant change event
Irfan Sheriff
2012-08-02
2
-4
/
+8
*
Allow immediate scan request even if another scan was scheduled later
Dmitry Shmidt
2012-08-02
1
-1
/
+2
*
Android.mk: Define ANDROID_P2P
Eyal Shapira
2012-08-02
2
-0
/
+4
*
wpa_supplicant: Fix compilation without BOARD_WPA_SUPPLICANT_DRIVER
Dmitry Shmidt
2012-08-02
1
-6
/
+2
*
Use keystore ENGINE for private key operations
Kenny Root
2012-08-02
1
-0
/
+9
*
Restore OpenSSL ENGINE support
Kenny Root
2012-08-02
2
-6
/
+0
*
Add network connection event for status
Irfan Sheriff
2012-08-02
1
-0
/
+9
*
Add state message sent after 'status' command
Dmitry Shmidt
2012-08-02
1
-0
/
+7
*
Moving keystore to system/security
Kenny Root
2012-08-02
2
-2
/
+2
*
wpa_supplicant: delay scans only for android builds (INTERNAL)
Eliad Peller
2012-08-02
1
-0
/
+4
*
android: Delay scan after startup to prevent race with framework (INTERNAL)
Eyal Shapira
2012-08-02
1
-1
/
+1
*
Use normal scan on first scan after init
Eyal Shapira
2012-08-02
1
-4
/
+1
*
wpa_supplicant: reduce wps2 IE in conf template (INTERNAL)
Ido Reis
2012-08-02
1
-0
/
+5
*
wpa_supplicant: VERSION_STR_POSTFIX is now defined to 'git describe'
Ido Reis
2012-08-02
1
-1
/
+1
*
print ctrl_iface commands
Eliad Peller
2012-08-02
1
-0
/
+1
*
Use exact interface as socket parameter for init
Irfan Sheriff
2012-08-02
1
-1
/
+1
*
Android: wpa_s: changes to default build config
Eyal Shapira
2012-08-02
1
-1
/
+7
*
Android: hostapd: enable N rates in build config
Ido Reis
2012-08-02
1
-1
/
+1
*
config: enable NL80211
Luciano Coelho
2012-08-02
2
-2
/
+2
*
nl80211_driver: add private commands to use dropbcast
Luciano Coelho
2012-08-02
1
-2
/
+76
*
nl80211: Implement some private cmds
Yotam Rubin
2012-08-02
1
-27
/
+29
*
nl80211: add support for drop rx filters
Eyal Shapira
2012-08-02
1
-0
/
+34
*
driver_nl80211: Enable only unicast RXFILTER by default
Pontus Fuchs
2012-08-02
1
-1
/
+10
*
driver_nl80211: Add and align rx filters IDs
Eyal Shapira
2012-08-02
1
-11
/
+33
*
driver_nl80211: rx filters - add support for longer patterns
Eyal Shapira
2012-08-02
1
-63
/
+138
*
driver_nl80211: Add support for DRIVER RXFILTER command
Pontus Fuchs
2012-08-02
1
-0
/
+174
*
hostapd: add support for android created sockets (/dev/socket/)
Yotam Rubin
2012-08-02
3
-6
/
+48
*
wpa_s: make SETBAND take immediate effect
Vishal Mahaveer
2012-08-02
3
-0
/
+20
*
Android: Implement SETBAND for scan requests
Jouni Malinen
2012-08-02
3
-1
/
+82
*
nl80211: Add get_noa() support for WFD certification (BRCM)
Dmitry Shmidt
2012-08-02
1
-1
/
+22
*
nl80211: Special send_mlme rules (BRCM)
Dmitry Shmidt
2012-08-02
1
-0
/
+14
*
nl80211: Add MLME events (BRCM)
Dmitry Shmidt
2012-08-02
1
-0
/
+13
*
nl80211: Add set_noa, set_p2p_powersave, set_ap_wps_ie
Dmitry Shmidt
2012-08-02
2
-0
/
+81
*
Broadcom: nl80211: Register assoc/disassoc/deauth frames with Probe Request
Dmitry Shmidt
2012-08-02
1
-0
/
+30
*
Add P2P support for BRCM CFG80211 driver (nl80211)
Dmitry Shmidt
2012-08-02
1
-0
/
+39
*
Android: Add private commands support for nl80211
Dmitry Shmidt
2012-08-02
1
-3
/
+29
*
Android: nl80211: Add driver_cmd POWERMODE and GETPOWER
Dmitry Shmidt
2012-08-02
1
-0
/
+71
*
nl80211: Add private function support
Dmitry Shmidt
2012-08-02
1
-0
/
+36
*
Android: Do not use separate private lib
Jouni Malinen
2012-08-02
2
-2
/
+4
*
Set buffer length the same as in wpa_supplicant_ctrl_iface_process()
Dmitry Shmidt
2012-08-02
1
-2
/
+2
*
Fix reporting hidden APs during scan
Dmitry Shmidt
2012-08-02
1
-0
/
+2
*
Add P2P support for BRCM CFG80211 driver (P2P invite running-GO check)
Dmitry Shmidt
2012-08-02
1
-0
/
+19
*
Android: Define ANDROID_BRCM_P2P_PATCH for Broadcom specific builds
Dmitry Shmidt
2012-08-02
2
-0
/
+8
*
Add WPA_UNICODE_SSID support
Dmitry Shmidt
2012-08-02
2
-0
/
+47
[prev]
[next]