Searched refs:lookup_pskfile_cb (Results 1 – 3 of 3) sorted by relevance
353 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member
163 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member685 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()
1300 cfg.lookup_pskfile_cb = hostapd_wps_lookup_pskfile_cb; in hostapd_init_wps()