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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c1016 u8 *multi_ap_netw_key = NULL; local
1188 multi_ap_netw_key = os_malloc(2 * PMK_LEN + 1);
1189 if (!multi_ap_netw_key)
1191 wpa_snprintf_hex((char *) multi_ap_netw_key,
1195 cfg.multi_ap_backhaul_network_key = multi_ap_netw_key;
1241 bin_clear_free(multi_ap_netw_key, 2 * PMK_LEN);
1246 bin_clear_free(multi_ap_netw_key, 2 * PMK_LEN);

Completed in 101 milliseconds