Home
last modified time | relevance | path

Searched refs:apn (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/main/
Dnull_dce.c34 …rr_t null_dce_define_pdp_context(modem_dce_t *dce, uint32_t cid, const char *type, const char *apn) in null_dce_define_pdp_context() argument
/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/include/
Desp_modem_dce_service.h139 …sp_modem_dce_define_pdp_context(modem_dce_t *dce, uint32_t cid, const char *type, const char *apn);
Desp_modem_dce.h94 const char *type, const char *apn); /*!< Set PDP Contex */
/hal_espressif-3.6.0/examples/protocols/pppos_client/components/modem/src/
Desp_modem_dce_service.c278 …esp_modem_dce_define_pdp_context(modem_dce_t *dce, uint32_t cid, const char *type, const char *apn) in esp_modem_dce_define_pdp_context() argument
282 int len = snprintf(command, sizeof(command), "AT+CGDCONT=%d,\"%s\",\"%s\"\r", cid, type, apn); in esp_modem_dce_define_pdp_context()