Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/wps/
Dwps.h282 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member
Dwps_registrar.c150 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member
680 reg->set_ie_cb = cfg->set_ie_cb; in wps_registrar_init()
1265 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1312 if (reg->set_ie_cb == NULL) in wps_set_ie()
/freebsd-12-stable/contrib/wpa/src/ap/
Dwps_hostapd.c1298 cfg.set_ie_cb = hostapd_wps_set_ie_cb; in hostapd_init_wps()