Lines Matching full:mfp
16 bool sta, mfp, decrypted, unicast, assoc; member
40 .desc = "public action: accept unicast without MFP",
49 .desc = "public action: accept multicast without MFP",
58 .desc = "public action: drop unicast with MFP",
64 .mfp = true,
68 .desc = "public action: accept multicast with MFP",
74 .mfp = true,
95 .desc = "protected dual: drop unicast without MFP",
104 .desc = "protected dual: drop multicast without MFP",
113 .desc = "protected dual: drop undecrypted unicast with MFP",
119 .mfp = true,
123 .desc = "protected dual: drop undecrypted multicast with MFP",
129 .mfp = true,
133 .desc = "protected dual: accept unicast with MFP",
140 .mfp = true,
144 .desc = "protected dual: accept multicast with MFP",
151 .mfp = true,
156 .desc = "deauth: accept unicast with MFP but w/o key",
159 .mfp = true,
164 .desc = "disassoc: accept unicast with MFP but w/o key",
167 .mfp = true,
186 .mfp = true,
190 .desc = "BA action: accept unprotected without MFP",
196 .mfp = false,
200 .desc = "BA action: drop unprotected with MFP",
205 .mfp = true,
231 KUNIT_ASSERT_FALSE(test, params->mfp); in accept_mfp()
235 if (params->mfp) in accept_mfp()
281 static struct kunit_suite mfp = { variable
282 .name = "mac80211-mfp",
286 kunit_test_suite(mfp);