nRF Connect SDK API 0.1.0
|
int pdn_ctx_auth_set | ( | uint8_t | cid, |
enum pdn_auth | method, | ||
const char * | user, | ||
const char * | password | ||
) |
#include <include/modem/pdn.h>
Set PDN connection authentication parameters.
cid | The PDP context to set authentication parameters for. |
method | The desired authentication method. |
user | The username to use for authentication. |
password | The password to use for authentication. |