Home
last modified time | relevance | path

Searched refs:multi_ap_backhaul_network_key (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/ap/
Dwps_hostapd.c1278 cfg.multi_ap_backhaul_network_key = (const u8 *) in hostapd_init_wps()
1290 cfg.multi_ap_backhaul_network_key = multi_ap_netw_key; in hostapd_init_wps()
1391 u8 *multi_ap_backhaul_network_key = NULL; in hostapd_wps_update_multi_ap() local
1400 multi_ap_backhaul_network_key = in hostapd_wps_update_multi_ap()
1403 if (!multi_ap_backhaul_network_key) in hostapd_wps_update_multi_ap()
1408 multi_ap_backhaul_network_key = os_malloc(2 * PMK_LEN + 1); in hostapd_wps_update_multi_ap()
1409 if (!multi_ap_backhaul_network_key) in hostapd_wps_update_multi_ap()
1411 wpa_snprintf_hex((char *) multi_ap_backhaul_network_key, in hostapd_wps_update_multi_ap()
1421 multi_ap_backhaul_network_key, in hostapd_wps_update_multi_ap()
1423 os_free(multi_ap_backhaul_network_key); in hostapd_wps_update_multi_ap()
/hostap-3.6.0/src/wps/
Dwps_registrar.c216 u8 *multi_ap_backhaul_network_key; member
709 if (cfg->multi_ap_backhaul_network_key) { in wps_registrar_init()
710 reg->multi_ap_backhaul_network_key = in wps_registrar_init()
711 os_memdup(cfg->multi_ap_backhaul_network_key, in wps_registrar_init()
713 if (reg->multi_ap_backhaul_network_key) in wps_registrar_init()
755 bin_clear_free(reg->multi_ap_backhaul_network_key, in wps_registrar_deinit()
1649 if (reg->multi_ap_backhaul_network_key) { in wps_build_cred()
1651 reg->multi_ap_backhaul_network_key, in wps_build_cred()
3665 const u8 *multi_ap_backhaul_network_key, in wps_registrar_update_multi_ap() argument
3674 os_free(reg->multi_ap_backhaul_network_key); in wps_registrar_update_multi_ap()
[all …]
Dwps.h433 const u8 *multi_ap_backhaul_network_key; member
883 const u8 *multi_ap_backhaul_network_key,