index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-21
Fix D-Bus message reference leak when adding interface fails
Marcel Holtmann
1
-0
/
+2
2009-07-21
Handle the async notification of scan requests
Marcel Holtmann
1
-1
/
+36
2009-07-21
Remove broken and unused callback for joining networks
Marcel Holtmann
1
-21
/
+0
2009-07-21
Don't remove the network structure during inactive state
Marcel Holtmann
1
-2
/
+0
2009-07-21
Fix the problems with scan result from unknown triggers
Marcel Holtmann
1
-37
/
+32
2009-07-19
Ensure that all supplicant and Bluetooth D-Bus calls disable auto-start
Marcel Holtmann
2
-0
/
+36
2009-07-18
Revert supplicant change to always set scanning false after results
Marcel Holtmann
1
-2
/
+4
2009-07-18
If supplicant is already disconnecting return EALREADY error code
Marcel Holtmann
1
-1
/
+1
2009-07-17
Remove WiFi interface from supplicant when powering down
Marcel Holtmann
1
-0
/
+2
2009-07-17
Update the network address when connected
Marcel Holtmann
1
-22
/
+17
2009-07-17
Disable the get_bssid() function for now
Marcel Holtmann
1
-0
/
+2
2009-07-17
Remove the BSSID retrieval for hidden networks
Martin Xu
1
-29
/
+0
2009-07-17
Ensure that supplicant disconnects from the network
Marcel Holtmann
1
-0
/
+4
2009-07-16
Reset the scanning flag to indicate the end of a scan period
Marcel Holtmann
1
-4
/
+2
2009-07-16
Fix broken async return value for supplicant disconnect
Marcel Holtmann
1
-1
/
+1
2009-07-16
Fix issue with supplicant and async state notifications
Marcel Holtmann
1
-3
/
+3
2009-07-16
Fix stalled configuration issue with supplicant
Martin Xu
1
-0
/
+14
2009-07-16
Remove wrongly committed connection patch for supplicant
Marcel Holtmann
1
-6
/
+0
2009-07-16
Fix handling of strict-aliasing rules
Marcel Holtmann
2
-16
/
+23
2009-07-14
Do not set group name when network is hidden
Martin Xu
1
-1
/
+2
2009-07-14
If SSID starts with 0x00 value, then ignore it
Marcel Holtmann
1
-0
/
+3
2009-07-14
If the SSID is not provided then declare it as hidden network
Marcel Holtmann
1
-0
/
+5
2009-07-14
Fix potential invalid memory access of group name
Marcel Holtmann
1
-2
/
+4
2009-07-14
Fix memory leak with group name construction
Marcel Holtmann
1
-2
/
+2
2009-07-13
Fix some broken indentation
Marcel Holtmann
1
-3
/
+3
2009-07-12
Use provided control interface and set proper group name
Marcel Holtmann
1
-2
/
+7
2009-07-12
Add initial version of Ericsson MBM driver
Marcel Holtmann
1
-0
/
+312
2009-07-12
Store control interface for complex devices
Marcel Holtmann
1
-1
/
+1
2009-07-12
Use interface index to resolve interface name
Marcel Holtmann
1
-6
/
+18
2009-07-11
Fix dhclient probe/remove race condition
Marcel Holtmann
1
-22
/
+38
2009-07-11
Track killed status of dhclient tasks
Marcel Holtmann
1
-4
/
+9
2009-07-11
Minor code cleanups for supplicant handling
Marcel Holtmann
1
-68
/
+74
2009-07-11
Add support for storing SSID details of hidden services
Samuel Ortiz
1
-2
/
+5
2009-07-11
Use the scan_ssid supplicant attribute for all connections
Samuel Ortiz
1
-5
/
+5
2009-07-11
Set hidden network group name at time of association
Samuel Ortiz
1
-0
/
+63
2009-07-09
Fix disconnect race condition issue in WiFi supplicant
Martin Xu
1
-8
/
+30
2009-07-09
Add task_connect() function to WiFi supplicant
Martin Xu
1
-30
/
+34
2009-07-08
Fix some plugin build system details
Marcel Holtmann
1
-5
/
+1
2009-07-08
Simplify the SIOCGIWRANGE handling a little bit
Marcel Holtmann
1
-13
/
+9
2009-07-08
Set WiFi signal strength based on the reported ranges
Samuel Ortiz
1
-6
/
+58
2009-07-03
Add device type for Ericsson MBM hardware
Marcel Holtmann
1
-0
/
+1
2009-07-03
Fix to replace unprintable characters with a white space
Marcel Holtmann
1
-6
/
+5
2009-07-03
Fix handling of WEP shared key
Samuel Ortiz
1
-0
/
+4
2009-07-02
Use only printable characters for network name
Samuel Ortiz
1
-2
/
+8
2009-07-01
Fix handling of connect/disconnect for Ethernet devices
Marcel Holtmann
1
-6
/
+2
2009-06-30
Add skeleton for Ericsson MBM device plugin
Marcel Holtmann
2
-0
/
+53
2009-06-29
The device policy is a bad idea and so remove all support for it
Marcel Holtmann
1
-1
/
+0
2009-06-26
Add support for connect/disconnect on Ethernet devices
Marcel Holtmann
1
-0
/
+30
2009-06-12
Add hooks for domain details in dhclient
Marcel Holtmann
1
-0
/
+9
2009-06-02
Add default Motorola SSID to the mix
Marcel Holtmann
1
-0
/
+1
[next]