![]() |
nRF Connect SDK API 3.3.99
|
| int lte_lc_pdn_ctx_auth_set | ( | uint8_t | cid, |
| enum lte_lc_pdn_auth | method, | ||
| const char * | user, | ||
| const char * | password ) |
#include <include/modem/lte_lc.h>
Set PDP context authentication parameters.
CONFIG_LTE_LC_PDN_MODULE to be enabled.| [in] | cid | The context ID. |
| [in] | method | The desired authentication method. |
| [in] | user | The username to use for authentication. |
| [in] | password | The password to use for authentication. |
| 0 | On success. |