diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-14 21:24:15 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-15 10:31:21 -0700 |
commit | 3bfbb59beb35e01876284aa5bc9ed38ada64fbf1 (patch) | |
tree | 961488378a32bf68aef665d948903f3239df0a41 /src | |
parent | b774e58dd060a5797f80e5b92a951443cd2b4106 (diff) |
ublox: check which auth methods are supported
Don't assume the 'auto' auth method is supported for APN
authentication, query the modem first:
checking supported authentication methods...
(ttyACM2): --> 'AT+UAUTHREQ=?<CR>'
(ttyACM2): <-- '<CR><LF>+UAUTHREQ: (1-4),(0-2),,<CR><LF>'
(ttyACM2): <-- '<CR><LF>OK<CR><LF>'
Using automatic authentication method
setting up authentication preferences in PDP context #2...
(ttyACM2): --> 'AT+UAUTHREQ=2,1,"vodafone","vodafone"<CR>'
(ttyACM2): <-- '<CR><LF>OK<CR><LF>'
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions