nRF Connect SDK API 2.8.99
|
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. |