Home
last modified time | relevance | path

Searched refs:fast_provisioning (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/
DMakefile9 … $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
DCMakeLists.txt6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning)
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/
DMakefile9 … $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
DCMakeLists.txt6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning)
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/
DMakefile9 …A_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
DCMakeLists.txt6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/include/
Desp_wpa2.h23 int fast_provisioning; member
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/main/
Dwifi_eap_fast_main.c114 .fast_provisioning = 2, in initialise_wifi()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c1167 if ((config.fast_provisioning > -1) && (config.fast_provisioning <= 2)) { in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1168 … os_sprintf((char *) &config_for_supplicant, "fast_provisioning=%d ", config.fast_provisioning); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/
DREADME.md12 …2. Setting the config `fast_provisioning` to methods 0 and 1 do not support saving the PAC credent…