summaryrefslogtreecommitdiff
path: root/src/wispr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17service: request_input_cb handle wps settingJulien Massot1-0/+1
2012-03-19wispr: do not take care about http_proxyTomasz Bursztyka1-3/+0
2012-03-19wispr: do not lookup for proxy if service does not provide anyTomasz Bursztyka1-6/+23
2012-02-14wispr: Provide a callback for agent browser request to handle the resultTomasz Bursztyka1-2/+22
2012-02-14wispr: Request a browser action through agent apiTomasz Bursztyka1-1/+13
2012-01-05service: Return all system defined nameservers when askedJukka Rissanen1-1/+3
The connman_service_get_nameservers() is changed to return all system defined nameservers. This means that the function now returns an allocated array of all nameservers and caller must deallocate the returned array. The change is needed so that we can combine the nameservers that are set by DHCP code and the IPv6 nameservers that are set by router advertisements.
2012-01-05wispr: Retry online check for IPv6Jukka Rissanen1-1/+3
Because IPv6 RA messages can come at any point when connection is established, we might do wispr check before possible IPv6 DNS RA is received so in that case wispr check could fail. If wispr check fails for IPv6 we try to do the check once (after waiting one second timeout) in a hope that system is configured properly during that period.
2012-01-05wispr: using only the nameservers from requested serviceTomasz Bursztyka1-0/+11
2012-01-05wispr: fixing a possible memory leak if interface index cannot be retrievedTomasz Bursztyka1-2/+4
2012-01-05service: Remove LoginRequired propertyPatrik Flykt1-4/+0
Remove LoginRequired property and associated functions
2011-12-12wispr: Add SSID and length variables to callbackPatrik Flykt1-0/+1
SSID and lenght variables are not used in wispr callback.
2011-12-12wispr: Add authentication_cb_t boolean to callbackPatrik Flykt1-0/+1
2011-11-28wispr: Use the right interface index with gwebTomasz Bursztyka1-1/+6
2011-10-21wispr: Reference count service properly according to contextsTomasz Bursztyka1-0/+4
2011-10-21wispr: wispr_start will always re-start a new contextTomasz Bursztyka1-13/+13
2011-10-11wispr: Set LoginRequired when wispr login is requestedTomasz Bursztyka1-2/+2
Setting it while handling redirection is not bullet proof in case of AP which does not implement well wispr and sends wispr content with no redirection at first place. Fixes BMC#23424
2011-10-05wispr: Setting the relevant service property when a login is requiredTomasz Bursztyka1-2/+6
When a wispr redirect occurs we set login required to the service Fixes BMC#23424
2011-09-13wispr: Add magic "wispr" keyword to user agentMarcel Holtmann1-1/+1
Without the "wispr" keyword in the user agent string, some WISPr 1.0 hotspots (like T-Mobile and Telekom) are not responding with the proper WISPr XML properties.
2011-09-13wispr: Use different status requests for IPv4 and IPv6Marcel Holtmann1-6/+14
2011-09-12wispr: Requesting login input through the agentTomasz Bursztyka1-0/+76
2011-09-12wispr: Handle WISPr messages and apply relevant statesTomasz Bursztyka1-18/+139
2011-09-12wispr: Added WISPr XML content parserTomasz Bursztyka1-0/+220
2011-09-12wispr: Added portal web request and result handling logicTomasz Bursztyka1-0/+91
2011-09-12wispr: Proxy lookup and web context setupTomasz Bursztyka1-0/+97
2011-09-12wispr: Adding structures and start/stop functionsTomasz Bursztyka1-0/+113
2010-11-06Add skeleton for integration of WISPr supportMarcel Holtmann1-0/+38