Searched refs:fast_provisioning (Results 1 – 10 of 10) sorted by relevance
9 … $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning)
9 …A_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
6 … $ENV{IDF_PATH}/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning
23 int fast_provisioning; member
114 .fast_provisioning = 2, in initialise_wifi()
1167 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()
12 …2. Setting the config `fast_provisioning` to methods 0 and 1 do not support saving the PAC credent…