Select one of the symbols to view example projects that use it.
 
Outline
#define ESP_OWE_H
#include "esp_wifi_driver.h"
#define OWE_PMK_LEN
#define OWE_PMKID_LEN
#define OWE_DH_GRP19
#define OWE_PRIME_LEN
owe_deinit();
esp_wifi_register_owe_cb(struct wpa_funcs *);
Files
loading (1/5)...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/wpa_supplicant/esp_supplicant/src/esp_owe_i.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #ifndef ESP_OWE_H #define ESP_OWE_H #ifdef CONFIG_OWE_STA #include "esp_wifi_driver.h" #define OWE_PMK_LEN 32 #define OWE_PMKID_LEN 16 #define OWE_DH_GRP19 19 #define OWE_PRIME_LEN 32 void owe_deinit(void); void esp_wifi_register_owe_cb(struct wpa_funcs *wpa_cb); /* ... */ #endif /* CONFIG_OWE_STA *//* ... */ #endif /* ESP_OWE_H */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.