HomeSort by relevance Sort by last modified time
    Searched defs:new_psk_cb (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 176 * new_psk_cb - Callback for new PSK
185 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk, member in struct:wps_registrar_config
wps_registrar.c 87 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk, member in struct:wps_registrar
369 reg->new_psk_cb = cfg->new_psk_cb;
730 if (reg->new_psk_cb == NULL)
733 return reg->new_psk_cb(reg->cb_ctx, mac_addr, psk, psk_len);
    [all...]

Completed in 36 milliseconds