Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dftm-initiator.c170 FTM_SET_FLAG(PMF); in iwl_mld_ftm_set_sta()
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog51 * improve mitigation against DoS attacks when PMF is used
103 * fixed PMF disconnection protection bypass in AP mode
201 - enable PMF automatically for network profiles created from
232 * added a RSN workaround for misbehaving PMF APs that advertise
307 * fixed WNM Sleep Mode processing when PMF is not enabled
336 - use ieee80211w profile parameter to enable/disable PMF and derive
337 a separate TX IGTK if PMF is enabled instead of using MGTK
375 * improved PMF behavior for cases where the AP and STA has different
541 EAPOL-Key descriptor version 3 when the station supports PMF even if
542 PMF is not enabled on the AP
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1520 Function *PMF = in generate() local
1544 P = B.CreateCall(PMF, {P, QVI}); in generate()
1550 Value *R = B.CreateCall(PMF, {P, Q}); in generate()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog85 * fixed PMF disconnection protection bypass
168 - reject release 2 or newer association without PMF
347 * removed optional fields from RSNE when using FT with PMF
466 * fixed PMF protection of Deauthentication frame when this is triggered
535 GAS/ANQP exchanges when PMF is enabled
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c458 FTM_SET_FLAG(PMF); in iwl_mvm_ftm_set_sta()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3325 if (auto PMF = Primary->getPrivateModuleFragment()) { in EmitModuleInitializers() local
3326 for (Decl *D : getContext().getModuleInitializers(PMF)) { in EmitModuleInitializers()