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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 245 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data
wps_hostapd.c 129 if (hapd->new_psk_cb) {
130 hapd->new_psk_cb(hapd->new_psk_cb_ctx, mac_addr, p2p_dev_addr,
1137 cfg.new_psk_cb = hostapd_wps_new_psk_cb;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 250 * new_psk_cb - Callback for new PSK
260 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar_config
wps_registrar.c 147 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar
647 reg->new_psk_cb = cfg->new_psk_cb;
1183 if (reg->new_psk_cb == NULL)
1186 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 795 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb;
    [all...]
wps_supplicant.c     [all...]

Completed in 383 milliseconds