Home
last modified time | relevance | path

Searched defs:wps_sm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps_i.h62 struct wps_sm { struct
63 u8 state;
64 struct wps_config *wps_cfg;
65 struct wps_context *wps_ctx;
66 struct wps_data *wps;
67 char identity[32];
68 u8 identity_len;
69 u8 ownaddr[ETH_ALEN];
70 u8 bssid[ETH_ALEN];
71 struct wps_credential creds[MAX_CRED_COUNT];
[all …]
Desp_wps.c1966 struct wps_sm *wps_sm = gWpsSm; in esp_wifi_wps_disable() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c87 struct wps_sm *wps_sm = wps_sm_get(); in eap_wsc_init() local