Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:bssid

47 			  sm->bssid, sm->pmk_r1_name,
318 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid)
341 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc,
369 NULL, sm->bssid, NULL, 0, mdie);
391 const u8 *bssid;
485 bssid = target_ap;
488 bssid, sm->pmk_r1_name,
495 sm->pmk_r1_name, sm->ptk.kck, bssid,
504 wpa_sm_mark_authenticated(sm, bssid);
505 ret = wpa_ft_install_ptk(sm, bssid);
525 os_memcpy(sm->bssid, target_ap, ETH_ALEN);