HomeSort by relevance Sort by last modified time
    Searched refs:new_psk_cb (Results 1 - 7 of 7) 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...]
  /external/wpa_supplicant_8/src/wps/
wps.h 255 * new_psk_cb - Callback for new PSK
264 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk, member in struct:wps_registrar_config
wps_registrar.c 145 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk, member in struct:wps_registrar
649 reg->new_psk_cb = cfg->new_psk_cb;
1127 if (reg->new_psk_cb == NULL)
1130 return reg->new_psk_cb(reg->cb_ctx, mac_addr, psk, psk_len);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 710 rcfg.new_psk_cb = wpas_wps_new_psk_cb;
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 948 cfg.new_psk_cb = hostapd_wps_new_psk_cb;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]

Completed in 37 milliseconds