aboutsummaryrefslogtreecommitdiffstats
path: root/cli/qmicli-wds.c
Commit message (Expand)AuthorAgeFilesLines
* cli,wds: print connection status string instead of integerAleksander Morgado2012-10-251-6/+4
* wds: implement "Verbose Call End Reason" typesAleksander Morgado2012-08-281-4/+6
* wds: implement "Call End Reason" typeAleksander Morgado2012-08-281-2/+4
* cli: avoid redeclaration of variablesAleksander Morgado2012-08-231-11/+11
* cli,qmi-network: `--start-network' now requires the APN passed as a stringAleksander Morgado2012-08-231-6/+16
* cli: new `--wds-reset' actionAleksander Morgado2012-07-231-0/+48
* wds: use the `sequence' type for struct TLVsAleksander Morgado2012-07-031-56/+65
* core: new types to handle the `Get Data Bearer Technology' responseAleksander Morgado2012-07-031-14/+12
* core: new types to handle the `Get Current Data Bearer Technology' responseAleksander Morgado2012-07-031-13/+45
* core: new `QmiWdsConnectionStatus' typeAleksander Morgado2012-07-031-2/+2
* core: use new autogenerated code for the WDS serviceAleksander Morgado2012-07-031-141/+96
* core: fix warning, remove unused variablesAleksander Morgado2012-07-031-2/+0
* core: fix warning, always provide a return value if returning non-voidAleksander Morgado2012-07-031-0/+1
* cli: new `--wds-noop' and `--dms-noop' which help to just allocate/release a CIDAleksander Morgado2012-07-031-1/+19
* cli,wds: fix reporting packet data handle on `--wds-stop-network'Aleksander Morgado2012-07-031-1/+1
* cli: ensure we release clients even on error conditionsAleksander Morgado2012-07-031-30/+58
* cli,wds: don't read the packet data handle as an integerAleksander Morgado2012-07-031-4/+5
* cli,wds: new `--wds-follow-network' switchAleksander Morgado2012-07-031-17/+63
* cli: allocate/release client logic common to all servicesAleksander Morgado2012-07-031-54/+12
* device: allow skipping cid allocation/releaseAleksander Morgado2012-07-031-0/+2
* cli: minor fix, include newlines when printing different itemsAleksander Morgado2012-07-031-6/+6
* wds: the info about the last access technology comes only if error was out-of...Aleksander Morgado2012-07-031-52/+65
* cli,wds: new `--wds-get-current-data-bearer-technology' actionAleksander Morgado2012-07-031-1/+136
* cli,wds: new `--wds-get-data-bearer-technology' actionAleksander Morgado2012-07-031-1/+53
* cli,wds: stop packet status check when cancelling the networkAleksander Morgado2012-07-031-0/+6
* cli,wds: plug memleakAleksander Morgado2012-07-031-0/+1
* cli,wds: fix context initializationAleksander Morgado2012-07-031-0/+2
* cli: new `--wds-get-packet-service-status' operationAleksander Morgado2012-07-031-1/+48
* cli: query packet status every 20s while connectedAleksander Morgado2012-07-031-0/+46
* wds: new types to handle all input and output arguments of Stop NetworkAleksander Morgado2012-07-031-3/+16
* wds: new types to handle all input and output arguments of Start NetworkAleksander Morgado2012-07-031-3/+26
* cli: add new `--wds-start-network' operationAleksander Morgado2012-07-031-0/+244