Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dhostapd.h261 void (*wps_event_cb)(void *ctx, enum wps_event event, member
H A Dwps_hostapd.c884 if (hapd->wps_event_cb) in hostapd_wps_event_cb()
885 hapd->wps_event_cb(hapd->wps_event_cb_ctx, event, data); in hostapd_wps_event_cb()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dap.c861 hapd_iface->bss[i]->wps_event_cb = ap_wps_event_cb; in wpa_supplicant_create_ap()