Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
Dwps.h273 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
678 reg->new_psk_cb = cfg->new_psk_cb; in wps_registrar_init()
1232 if (reg->new_psk_cb == NULL) in wps_cb_new_psk()
1235 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, in wps_cb_new_psk()
/hostap-latest/src/ap/
Dhostapd.h309 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()
1298 cfg.new_psk_cb = hostapd_wps_new_psk_cb; in hostapd_init_wps()
/hostap-latest/wpa_supplicant/
Dap.c1140 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb; in wpa_supplicant_create_ap()
Dwps_supplicant.c1658 rcfg.new_psk_cb = wpas_wps_new_psk_cb; in wpas_wps_init()