Home
last modified time | relevance | path

Searched refs:new_psk_cb (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.h280 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member
Dwps_hostapd.c130 if (hapd->new_psk_cb) { in hostapd_wps_new_psk_cb()
131 hapd->new_psk_cb(hapd->new_psk_cb_ctx, mac_addr, p2p_dev_addr, in hostapd_wps_new_psk_cb()
1295 cfg.new_psk_cb = hostapd_wps_new_psk_cb; in hostapd_init_wps()
/external/wpa_supplicant_8/src/wps/
Dwps.h268 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
Dwps_registrar.c148 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
679 reg->new_psk_cb = cfg->new_psk_cb; in wps_registrar_init()
1233 if (reg->new_psk_cb == NULL) in wps_cb_new_psk()
1236 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, in wps_cb_new_psk()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c997 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb; in wpa_supplicant_create_ap()
Dwps_supplicant.c1634 rcfg.new_psk_cb = wpas_wps_new_psk_cb; in wpas_wps_init()