summaryrefslogtreecommitdiff
path: root/src/network.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-07Upstream: network: Replace network_change() with __connman_network_disconnect()Saurav Babu1-23/+2
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-5/+5
2016-06-17[SPIN] Indicate auth-failed error.Niraj Kumar Goit1-0/+5
2016-06-17[SPIN] Fix wireless issues in connman.Niraj Kumar Goit1-0/+9
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit1-0/+20
2016-06-17[SPIN] add keymgmt property for bss.Niraj Kumar Goit1-0/+21
2016-06-14[SPIN] network: enable DHCP failure.Niraj Kumar Goit1-0/+20
2016-06-13Merge "Add support for WPS2-PSK security type in Security property of service...submit/tizen/20160614.053635accepted/tizen/wearable/20160614.103626accepted/tizen/tv/20160614.103619accepted/tizen/mobile/20160614.103642accepted/tizen/ivi/20160614.103653accepted/tizen/common/20160614.144019taesub kim1-0/+17
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim1-0/+17
2016-06-09[SPIN] network: connman_network_clear_associating rather than IDLE stateNiraj Kumar Goit1-9/+2
2015-10-06Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002taesub.kim1-1/+2
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-189/+151
2015-07-08Fix MMS connection failureJaehyun Kim1-3/+144
2015-05-27Add support for ipv6taesub.kim1-0/+11
2014-10-31Tizen: Export network proxy API for telephony pluginArron Wang1-0/+18
2014-10-31Tizen: Export more wifi info in ConnMan network APIArron Wang1-0/+73
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-23/+37
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-238/+261
2013-04-26network: Replace connman_uint16_t with uint16_tPatrik Flykt1-5/+5
2013-04-26network: Replace connman_uint8_t with uint8_tPatrik Flykt1-3/+3
2013-01-30network: Allow more than one network driver register the same typePatrik Flykt1-10/+0
2013-01-30network: Unset driver on failed matchPatrik Flykt1-1/+3
2013-01-16network: Do not report any error when removing a connecting networkTomasz Bursztyka1-1/+2
2013-01-16network: Move up code about set_connected() and set_disconnectedTomasz Bursztyka1-625/+627
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-11/+0
2012-10-19network: Fix typo in debug printJukka Rissanen1-1/+1
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-08-15service: Allow setting path when sending pending dbus replyJukka Rissanen1-1/+1
2012-08-14network: Enable IPv6 on network interfaceElena Tebesoi1-0/+2
2012-08-14network: Only set index in connman_network_set_index()Daniel Wagner1-22/+5
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner1-25/+25
2012-08-14service: Allow plugins access to connman_service_create_ip4/6configDaniel Wagner1-1/+1
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-6/+30
2012-05-22resolver: Send RS before RDNSS lifetime expiresElena Tebesoi1-0/+66
2012-05-04network: Mark service as hidden after successfull connectJukka Rissanen1-0/+1
2012-05-04network: Set service as a userconnect when connecting a hidden networkTomasz Bursztyka1-1/+3
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-17network: Remove unused functionDaniel Wagner1-8/+0
2012-04-17network: Avoid connection to a network with invalid keyJulien Massot1-2/+8
2012-01-24network: Add caller information to ref/unref debug prints.Jukka Rissanen1-6/+9
2012-01-24network: Avoid double network disconnect.Jukka Rissanen1-1/+2
2012-01-24network: Refactor set_connected() function.Jukka Rissanen1-116/+139
2012-01-20network: Do not start IPv6 autoconfiguration if already pendingJukka Rissanen1-0/+10
2012-01-20network: Add more debug printsJukka Rissanen1-1/+3
2012-01-20network: Verify we are connected before starting DHCPv6Jukka Rissanen1-0/+9
2012-01-20dhcpv6: Do not wait answer to RELEASE messageJukka Rissanen1-3/+2
2012-01-13ipconfig: Rename previously public functionsDaniel Wagner1-3/+3
2012-01-05dhcpv6: Allow address setting in IPv6 auto mode.Jukka Rissanen1-1/+3
2012-01-05dhcpv6: Release message implemented.Jukka Rissanen1-1/+16
2012-01-05dhcpv6: Handle address expiration by restarting the stack.Jukka Rissanen1-3/+25