Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:mdie

869 		struct rsn_mdie *mdie;
870 /* TODO: verify that full MDIE matches with the one from scan
872 mdie = (struct rsn_mdie *) (ie->mdie + 2);
873 if (ie->mdie == NULL || ie->mdie_len < 2 + sizeof(*mdie) ||
874 os_memcmp(mdie->mobility_domain, sm->mobility_domain,
876 wpa_printf(MSG_DEBUG, "FT: MDIE in msg 3/4 did not "