Home
last modified time | relevance | path

Searched defs:wps_registrar_config (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h174 struct wps_registrar_config { struct
185 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,
200 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len,
213 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
225 void (*reg_success_cb)(void *ctx, const u8 *mac_addr,
231 void *cb_ctx;
241 int skip_cred_build;
251 const u8 *extra_cred;
256 size_t extra_cred_len;
268 int disable_auto_conf;
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps.h251 struct wps_registrar_config { struct
262 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk,
276 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
289 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
301 void (*reg_success_cb)(void *ctx, const u8 *mac_addr,
319 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
333 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
341 void *cb_ctx;
351 int skip_cred_build;
361 const u8 *extra_cred;
[all …]