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.h219 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member
Dwps_hostapd.c129 if (hapd->new_psk_cb) { in hostapd_wps_new_psk_cb()
130 hapd->new_psk_cb(hapd->new_psk_cb_ctx, mac_addr, p2p_dev_addr, in hostapd_wps_new_psk_cb()
1143 cfg.new_psk_cb = hostapd_wps_new_psk_cb; in hostapd_init_wps()
/external/wpa_supplicant_8/src/wps/
Dwps.h260 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
Dwps_registrar.c147 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
647 reg->new_psk_cb = cfg->new_psk_cb; in wps_registrar_init()
1181 if (reg->new_psk_cb == NULL) in wps_cb_new_psk()
1184 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.c736 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb; in wpa_supplicant_create_ap()
Dwps_supplicant.c1569 rcfg.new_psk_cb = wpas_wps_new_psk_cb; in wpas_wps_init()