Searched refs:ml_key_info (Results 1 – 1 of 1) sorted by relevance
4318 struct wpa_auth_ml_key_info ml_key_info; local4323 os_memset(&ml_key_info, 0, sizeof(ml_key_info));4324 ml_key_info.n_mld_links = sm->n_mld_affiliated_links + 1;4330 ml_key_info.mgmt_frame_prot = sm->mgmt_frame_prot;4331 ml_key_info.beacon_prot = sm->wpa_auth->conf.beacon_prot;4337 ml_key_info.links[i++].link_id = link_id;4340 wpa_auth_get_ml_key_info(sm->wpa_auth, &ml_key_info);4345 !ml_key_info.links[i].gtk_len)4350 ml_key_info.links[i].gtk,4351 ml_key_info.links[i].gtk_len);[all …]