Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.h348 * lookup_pskfile_cb - Callback for searching for PSK in wpa_psk_file
353 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c1302 cfg.lookup_pskfile_cb = hostapd_wps_lookup_pskfile_cb; in hostapd_init_wps()

Completed in 9 milliseconds