HomeSort by: relevance | last modified time | path
    Searched defs:lookup_pskfile_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps.h 353 * lookup_pskfile_cb - Callback for searching for PSK in wpa_psk_file
358 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member in struct:wps_registrar_config
wps_registrar.c 163 int (*lookup_pskfile_cb)(void *ctx, const u8 *mac_addr, const u8 **psk); member in struct:wps_registrar
684 reg->lookup_pskfile_cb = cfg->lookup_pskfile_cb;
1296 if (!reg->lookup_pskfile_cb)
1298 return reg->lookup_pskfile_cb(reg->cb_ctx, mac_addr, psk);

Completed in 17 milliseconds