Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c4288 struct wpa_auth_ml_key_info ml_key_info; local
4293 os_memset(&ml_key_info, 0, sizeof(ml_key_info));
4294 ml_key_info.n_mld_links = sm->n_mld_affiliated_links + 1;
4300 ml_key_info.mgmt_frame_prot = sm->mgmt_frame_prot;
4301 ml_key_info.beacon_prot = sm->wpa_auth->conf.beacon_prot;
4307 ml_key_info.links[i++].link_id = link_id;
4310 wpa_auth_get_ml_key_info(sm->wpa_auth, &ml_key_info);
4315 !ml_key_info.links[i].gtk_len)
4320 ml_key_info.links[i].gtk,
4321 ml_key_info.links[i].gtk_len);
[all …]