Searched refs:qop (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/esp_http_client/lib/ |
D | http_auth.c | 102 if (auth_data->qop && strcasecmp(auth_data->qop, "auth-int") == 0) { in http_auth_digest() 108 if (auth_data->qop) { in http_auth_digest() 110 …16llx:%s:%s", ha1, auth_data->nonce, auth_data->nc, auth_data->cnonce, auth_data->qop, ha2) <= 0) { in http_auth_digest() 121 …username, auth_data->realm, auth_data->nonce, auth_data->uri, digest, auth_data->qop, auth_data->n… in http_auth_digest()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | app_hf_msg_set.c | 298 qop, /*query current operator name*/ enumerator 385 .help = hf_cmd_explain[qop], in register_hfp_hf() 387 .func = hf_cmd_tbl[qop].handler, in register_hfp_hf()
|
/hal_espressif-3.6.0/components/esp_http_client/lib/include/ |
D | http_auth.h | 20 char *qop; /*!< Authentication qop */ member
|
/hal_espressif-3.6.0/components/esp_http_client/ |
D | esp_http_client.c | 511 free(client->auth_data->qop); in _clear_auth_data() 1547 client->auth_data->qop = http_utils_get_string_between(auth_header, "qop=\"", "\"");
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/ |
D | README.md | 276 You can type `qop` to query the current operator name and log prints like:
|