summaryrefslogtreecommitdiff
path: root/include/network.h
AgeCommit message (Collapse)AuthorFilesLines
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
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-1/+1
2009-11-29Add network type for cable/carrier detectionMarcel Holtmann1-2/+3
2009-11-23Add function connman_network_set_errorMartin Xu1-0/+7
2009-11-23Add network type CONNMAN_NETWORK_TYPE_CELLULARMartin Xu1-0/+1
2009-09-19Add support for network roaming propertyMarcel Holtmann1-0/+6
2009-07-16Add function to retrieve network association stateMartin Xu1-0/+2
2009-07-12Add network type for Ericsson MBM devicesMarcel Holtmann1-0/+1
2009-07-11Set hidden network group name at time of associationSamuel Ortiz1-0/+1
We want to keep hidden network's group as hidden_BSSID_mode_security in order to store them with this name and match them properly against our initial scan results. To achieve that we need to set a joined network group at associated time since we don't know its BSSID before that.
2009-06-29Remove the useless extern declaration for public functionsMarcel Holtmann1-34/+33
2009-05-21Add helper for setting network address and use itMarcel Holtmann1-0/+2
2009-05-21Add helpers for setting network name and signal strength valuesMarcel Holtmann1-0/+5
2009-05-20Make network connect function private for nowMarcel Holtmann1-2/+0