Home
last modified time | relevance | path

Searched refs:new_psk_cb (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps.h257 * new_psk_cb - Callback for new PSK
267 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
H A Dwps_registrar.c147 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.h282 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member
H A 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()
1297 cfg.new_psk_cb = hostapd_wps_new_psk_cb; in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.h258 * new_psk_cb - Callback for new PSK
268 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h272 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member
H A 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()
1203 cfg.new_psk_cb = hostapd_wps_new_psk_cb; in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.c866 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb; in wpa_supplicant_create_ap()
H A Dwps_supplicant.c1611 rcfg.new_psk_cb = wpas_wps_new_psk_cb; in wpas_wps_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.c1110 hapd_iface->bss[i]->new_psk_cb = ap_new_psk_cb; in wpa_supplicant_create_ap()
H A Dwps_supplicant.c1654 rcfg.new_psk_cb = wpas_wps_new_psk_cb; in wpas_wps_init()

Completed in 33 milliseconds