Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps.h353 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member
Dwps_registrar.c163 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member
685 reg->lookup_pskfile_cb = cfg->lookup_pskfile_cb; in wps_registrar_init()
1297 if (!reg->lookup_pskfile_cb) in wps_cp_lookup_pskfile()
1299 return reg->lookup_pskfile_cb(reg->cb_ctx, mac_addr, psk); in wps_cp_lookup_pskfile()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1300 cfg.lookup_pskfile_cb = hostapd_wps_lookup_pskfile_cb; in hostapd_init_wps()