Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.4.0/components/nghttp/
Dnghttp.rst32 If you are following TLS related RFC, you know that NPN is not the standardized way to negotiate HT…
34 The standard way to negotiate HTTP/2 is ALPN, Application-Layer Protocol Negotiation Extension, def…
/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth_phy.h110 esp_err_t (*negotiate)(esp_eth_phy_t *phy); member
/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_phy_ksz80xx.c396 ksz8041->parent.negotiate = ksz80xx_negotiate; in esp_eth_phy_new_ksz8041()
426 ksz8081->parent.negotiate = ksz80xx_negotiate; in esp_eth_phy_new_ksz8081()
Desp_eth_phy_w5500.c244 w5500->parent.negotiate = w5500_negotiate; in esp_eth_phy_new_w5500()
Desp_eth_phy_ksz8851snl.c291 ksz8851->parent.negotiate = phy_ksz8851_negotiate; in esp_eth_phy_new_ksz8851snl()
Desp_eth_phy_rtl8201.c374 rtl8201->parent.negotiate = rtl8201_negotiate; in esp_eth_phy_new_rtl8201()
Desp_eth_phy_dm9051.c388 dm9051->parent.negotiate = dm9051_negotiate; in esp_eth_phy_new_dm9051()
Desp_eth_phy_dp83848.c382 dp83848->parent.negotiate = dp83848_negotiate; in esp_eth_phy_new_dp83848()
Desp_eth_phy_ip101.c421 ip101->parent.negotiate = ip101_negotiate; in esp_eth_phy_new_ip101()
Desp_eth.c269 ESP_GOTO_ON_ERROR(phy->negotiate(phy), err, TAG, "phy negotiation failed"); in esp_eth_start()
Desp_eth_phy_lan87xx.c539 lan87xx->parent.negotiate = lan87xx_negotiate; in esp_eth_phy_new_lan87xx()
/hal_espressif-3.4.0/examples/ethernet/enc28j60/components/eth_enc28j60/
Desp_eth_phy_enc28j60.c343 enc28j60->parent.negotiate = enc28j60_negotiate; in esp_eth_phy_new_enc28j60()
/hal_espressif-3.4.0/docs/en/api-guides/
Dblufi.rst422 …fore using symmetric encryption algorithms, the devices are required to negotiate (or generate) a …
436 …oes not process it, you can use the DH encryption algorithm provided by BluFi to negotiate the key.
Dwifi.rst1419 For establishing a secure connection, AP and Station negotiate and agree on the best possible ciphe…
/hal_espressif-3.4.0/components/freertos/
DHistory.txt2189 EMAC longer to auto negotiate.