Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog19 * improve mitigation against DoS attacks when PMF is used
71 * fixed PMF disconnection protection bypass in AP mode
169 - enable PMF automatically for network profiles created from
200 * added a RSN workaround for misbehaving PMF APs that advertise
275 * fixed WNM Sleep Mode processing when PMF is not enabled
304 - use ieee80211w profile parameter to enable/disable PMF and derive
305 a separate TX IGTK if PMF is enabled instead of using MGTK
343 * improved PMF behavior for cases where the AP and STA has different
510 PMF is not enabled on the AP
703 * allow PMF to be enabled for AP mode operation with the ieee80211w
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1541 Function *PMF = Intrinsic::getDeclaration(M, Intrinsic::hexagon_M4_pmpyw); in generate() local
1564 P = B.CreateCall(PMF, {P, QVI}); in generate()
1570 Value *R = B.CreateCall(PMF, {P, Q}); in generate()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog55 * fixed PMF disconnection protection bypass
138 - reject release 2 or newer association without PMF
317 * removed optional fields from RSNE when using FT with PMF
436 * fixed PMF protection of Deauthentication frame when this is triggered
505 GAS/ANQP exchanges when PMF is enabled
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c554 FTM_PUT_FLAG(PMF); in iwl_mvm_ftm_put_target()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3062 if (auto PMF = Primary->getPrivateModuleFragment()) { in EmitModuleInitializers() local
3063 for (Decl *D : getContext().getModuleInitializers(PMF)) { in EmitModuleInitializers()