Home
last modified time | relevance | path

Searched defs:wps_data (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_i.h24 struct wps_data { struct
28 struct wps_context *wps;
33 int registrar;
38 int er;
40 enum {
49 } state;
51 u8 uuid_e[WPS_UUID_LEN];
52 u8 uuid_r[WPS_UUID_LEN];
53 u8 mac_addr_e[ETH_ALEN];
54 u8 nonce_e[WPS_NONCE_LEN];
[all …]
Dwps_registrar.c1150 const struct wpabuf *wps_data, in wps_registrar_probe_req_rx()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.h36 static inline int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps… in hostapd_init_wps()
Dwps_hostapd.c281 int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps_context *wps) in hostapd_init_wps()
508 int hostapd_wps_config_ap(struct hostapd_data *hapd, struct wps_data *wps_data) in hostapd_wps_config_ap()