Home
last modified time | relevance | path

Searched refs:set_ie_cb (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/
Dwps_registrar.c145 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member
651 reg->set_ie_cb = cfg->set_ie_cb; in wps_registrar_init()
1202 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1242 if (reg->set_ie_cb == NULL) in wps_set_ie()
Dwps.h282 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member