Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1085 u8 *multi_ap_netw_key = NULL; in hostapd_init_wps() local
1280 multi_ap_netw_key = os_malloc(2 * PMK_LEN + 1); in hostapd_init_wps()
1281 if (!multi_ap_netw_key) in hostapd_init_wps()
1283 wpa_snprintf_hex((char *) multi_ap_netw_key, in hostapd_init_wps()
1287 cfg.multi_ap_backhaul_network_key = multi_ap_netw_key; in hostapd_init_wps()
1332 bin_clear_free(multi_ap_netw_key, 2 * PMK_LEN); in hostapd_init_wps()
1337 bin_clear_free(multi_ap_netw_key, 2 * PMK_LEN); in hostapd_init_wps()