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
/
src
/
network.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-30
Add method handling into function set_connected()
Martin Xu
1
-33
/
+71
2009-12-30
Add function connman_network_set_method()
Martin Xu
1
-0
/
+6
2009-12-30
Don't reset associating from function connman_network_set_error()
Martin Xu
1
-1
/
+0
2009-12-21
Add IEEE 802.1x related fields to network structure
Samuel Ortiz
1
-1
/
+50
2009-12-20
Rename IP configuration methods to match specification
Marcel Holtmann
1
-2
/
+1
2009-12-19
Make use of property changed helper for arrays
Marcel Holtmann
1
-11
/
+2
2009-12-19
Use D-Bus property helpers for network list details
Marcel Holtmann
1
-20
/
+7
2009-12-19
Rename D-Bus helper for basic dictionary types
Marcel Holtmann
1
-10
/
+10
2009-12-19
Use helper for basic property changed signals
Marcel Holtmann
1
-13
/
+3
2009-12-19
Ignore WiFi networks with IBSS (adhoc mode)
Marcel Holtmann
1
-0
/
+2
2009-12-19
Use new D-Bus helpers wherever possible
Marcel Holtmann
1
-15
/
+6
2009-12-19
Add helpers for appending flexible D-Bus arrays
Marcel Holtmann
1
-1
/
+1
2009-12-17
Handle static method at function set_connected
Martin Xu
1
-0
/
+13
2009-12-17
Clear associating and connecting state at connman_network_set_error
Martin Xu
1
-0
/
+3
2009-12-17
Add function connman_network_get_element
Martin Xu
1
-0
/
+12
2009-12-07
Remove unused secondary feature of devices and networks
Marcel Holtmann
1
-12
/
+2
2009-12-06
Remove unfinished and unneeded PPP support
Marcel Holtmann
1
-3
/
+0
2009-12-05
The network interface for informational purpose only
Marcel Holtmann
1
-54
/
+0
2009-11-30
Add function to get current network connecting state
Marcel Holtmann
1
-0
/
+5
2009-11-29
Use network details also for Ethernet devices
Marcel Holtmann
1
-6
/
+6
2009-11-29
Add network type for cable/carrier detection
Marcel Holtmann
1
-0
/
+6
2009-11-23
Add function connman_network_set_error
Martin Xu
1
-0
/
+29
2009-11-23
Add network type CONNMAN_NETWORK_TYPE_CELLULAR
Martin Xu
1
-0
/
+5
2009-09-19
Add support for network roaming property
Marcel Holtmann
1
-0
/
+56
2009-09-13
Move hidden counter variable to be global
Marcel Holtmann
1
-1
/
+2
2009-09-13
Fix issue with switching between hidden WiFi networks
Martin Xu
1
-1
/
+2
2009-08-07
Add initial steps for IPv4 monitoring via RTNL
Marcel Holtmann
1
-7
/
+7
2009-08-05
Add support for grouping Bluetooth networks into a service
Marcel Holtmann
1
-3
/
+3
2009-07-25
Fix missing update of signal strength from scan results
Marcel Holtmann
1
-3
/
+6
2009-07-22
Remove deprecated and unused network storage callbacks
Marcel Holtmann
1
-2
/
+0
2009-07-20
Remove support for network Connect and Disconnect methods
Marcel Holtmann
1
-62
/
+0
2009-07-17
Protect hidden and active networks during scanning
Marcel Holtmann
1
-2
/
+14
2009-07-17
If the signal strength is zero don't declare this as weak
Marcel Holtmann
1
-1
/
+1
2009-07-17
Use proper function to set association state
Marcel Holtmann
1
-6
/
+2
2009-07-17
If the WiFi signal strength is below 20 then don't show network
Marcel Holtmann
1
-0
/
+23
2009-07-17
Fix small coding style issue
Marcel Holtmann
1
-1
/
+1
2009-07-17
Set state to association if network driver doesn't fail
Marcel Holtmann
1
-3
/
+8
2009-07-16
Reset the connecting and associating variables properly
Marcel Holtmann
1
-3
/
+6
2009-07-16
Report a connected network as that and not as in progress
Marcel Holtmann
1
-2
/
+4
2009-07-16
If network is attempting to connect already, return an error
Marcel Holtmann
1
-1
/
+2
2009-07-16
Fix detection of association errors from supplicant
Marcel Holtmann
1
-3
/
+5
2009-07-16
Don't allow network connection attempts twice
Marcel Holtmann
1
-1
/
+1
2009-07-16
Allow cancelling of a network connection attempt
Marcel Holtmann
1
-1
/
+1
2009-07-16
Add function to retrieve network association state
Martin Xu
1
-0
/
+11
2009-07-16
Track connection attempts and report error if it fails
Marcel Holtmann
1
-1
/
+14
2009-07-12
Add MBM and HSO networks to the service list
Marcel Holtmann
1
-3
/
+3
2009-07-12
Add network type for Ericsson MBM devices
Marcel Holtmann
1
-0
/
+4
2009-07-11
Add missing comment for connman_network_get_group() function
Marcel Holtmann
1
-0
/
+6
2009-07-11
Set hidden network group name at time of association
Samuel Ortiz
1
-1
/
+1
[next]