summaryrefslogtreecommitdiff
path: root/include/network.h
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28Modify to get rsn mode using pairwisesubmit/tizen/20160628.112647accepted/tizen/wearable/20160629.021326accepted/tizen/tv/20160629.021220accepted/tizen/mobile/20160629.021329accepted/tizen/ivi/20160629.021304accepted/tizen/common/20160628.141818hyunuktak1-2/+2
Change-Id: Icb3942835130528c4d61d427ee1891d88cc1ac3b Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-17[SPIN] Fix wireless issues in connman.Niraj Kumar Goit1-0/+3
desc: Set connection error when AP is removed. Change ASSOC_RETRY_COUNT(3 -> 4). send the scan request after connecting - check the ap availability fix the too much scan in associating Change-Id: Ia1d0367a2f792f6c2f92a6ef498b37511840135d Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit1-0/+3
Change-Id: I11fd7baa7d00fa3f3a12bdafda7ff7aa6943d020 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] add keymgmt property for bss.Niraj Kumar Goit1-0/+4
Change-Id: Id436db5828febaabd8273c2e0aab91f9ee9572ff Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] network: enable DHCP failure.Niraj Kumar Goit1-0/+3
When DHCP is failed, most of normal users cannot understand auto-generated IP (IPV4 link local). So set error CONNMAN_NETWORK_ERROR_DHCP_FAIL. Change-Id: Ic80eb0436e41cff3a4bfb11dfef722b3029b0399 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim1-0/+3
Change-Id: I5531a2e3e45da6b3d4caa6d5df15f54ebc2700d8
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+6
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2015-07-08Fix MMS connection failureJaehyun Kim1-0/+2
Change-Id: Id3847d1d8233c2177cfbd65ba42ead8ff44a06a8
2014-10-31Tizen: Export network proxy API for telephony pluginArron Wang1-0/+3
Telephony plug-in requires manual PROXY setting function Telephony stack provides proxy address (3G profile). Change-Id: Iaa02f59465a687961c303667ee09051b419507d2
2014-10-31Tizen: Export more wifi info in ConnMan network APIArron Wang1-0/+17
Network client requires additional wifi specific info Export the BSSID property Export the MaxRate property Export the detailed info for encryption mode(mixed,aes,tkip,wep,none) Export the connman_network get/set method for bssid, maxrate, encryption_mode property Change-Id: Ic5744978282e49cb2f70165aaadc7822dc718dfb
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+0
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-12/+12
2013-04-26network: Replace connman_uint16_t with uint16_tPatrik Flykt1-4/+4
2013-04-26network: Replace connman_uint8_t with uint8_tPatrik Flykt1-2/+4
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-1/+0
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-1/+2
If the user is connecting to hidden network, then we delay the return of the reply to caller until the real service has connected. This way the user connect to hidden and non-hidden networks works the same way from caller point of view.
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-01-24network: Add caller information to ref/unref debug prints.Jukka Rissanen1-2/+12
2011-12-12network: Remove connman_network_set_roamingDaniel Wagner1-2/+0
The current code uses connman_network_set_bool(network, "Roaming", value).
2011-12-12network: Add functionality to connect a hidden networkPatrik Flykt1-0/+3
When given a struct connman_network, look up a corresponding service. Set the earlier supplied identity and passphrase for this service and try to connect it.
2011-07-28network: Remove connman_network_set_pac()Samuel Ortiz1-2/+0
This routine is not used.
2011-07-26network: Remove connman_network_register/unregister()Daniel Wagner1-3/+0
Since the service object doesn't take a reference the intermediate step of having a connman_network_register/unregister is not needed. This function are only there to have an additional step where probe()/remove() will be called. This is the job of connman_device_add_network()/connman_device_remove_network().
2011-07-12network: Remove unused functionDaniel Wagner1-2/+0
2011-06-16element: Remove network codeDaniel Wagner1-0/+3
2011-06-16network: Remove element code from connman_network_[set|get]_blob()Daniel Wagner1-1/+0
2011-06-16network: Use setter/getters for connman_network_set/get_uint16()Daniel Wagner1-4/+6
2011-06-16network: Use setter/getters for connman_network_set/get_uint8()Daniel Wagner1-4/+2
2011-06-16network: Remove element code from connman_network_[set|get]_bool()Daniel Wagner1-0/+1
2011-06-16network: Remove unused network_driver->setup()Daniel Wagner1-1/+0
2011-05-31network: Use __connman_service_indicate_error for connetion failedDaniel Wagner1-0/+1
2011-03-02network: Export connman_network_get_connecting() to pluginsHenri Bragge1-0/+1
2011-02-23network: Add IP settersDaniel Wagner1-1/+8
2011-02-23network: Remove address fieldSamuel Ortiz1-2/+0
The address network field holds the WiFi BSSID but is unused.
2011-02-08network: Add CONNMAN_NETWORK_ERROR_INVALID_KEY for a networkPatrik Flykt1-0/+1
Add invalid key/passphrase definition for a network and propagate it to the associated service.
2011-01-27network: Add connman_network_clear_error()Pekka Pessi1-0/+1
Clear the error on corresponding service (and set reconnect) in order to retry autoconnecting.
2010-12-23network: Remove unused network_set_passphrase routineSamuel Ortiz1-2/+0
2010-12-14ipconfig: Define 2 separate pointers for IPv4 and IPv6Jukka Rissanen1-1/+3
This patch does not yet enable IPv6 only network support but it is required for later work.
2010-11-05Remove unused connman_network_get_path functionMarcel Holtmann1-2/+0
2010-11-04Remove unneeded enum connman_network_protocolMarcel Holtmann1-7/+0
2010-09-29Define connman_network_set_passphraseSamuel Ortiz1-0/+2
This is needed for the supplicant plugin to reset a service passphrase when authentication fails.
2010-09-20Prioritize wifi pluginsSamuel Ortiz1-0/+4
The legacy one as the default wifi plugin.
2010-06-16Add helper for network updateSamuel Ortiz1-0/+2
This is cleaner and more readable than going through the network_set_group() routine.
2010-03-07Remove unneeded plugin for Ericsson MBM supportMarcel Holtmann1-1/+0
2010-03-07Remove unneeded plugin for Option HSO supportMarcel Holtmann1-1/+0
2010-02-11Add static IP supportMartin Xu1-0/+1
The IP adress setting is now based on the selected ipconfig method. It is set after a service reconnection though.
2010-01-29Add network->driver->setup() callback functionMartin Xu1-0/+1
After string value has been set in function connman_network_set_string() call network->driver->setup() to let network driver handle the value. ofono network driver setup call back function handles "Cellular.APN" to set up APN.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Add function connman_network_set_method()Martin Xu1-0/+4
2009-12-17Add function connman_network_get_elementMartin Xu1-0/+3
2009-12-06Remove unfinished and unneeded PPP supportMarcel Holtmann1-1/+0