Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopIdiomRecognition.cpp1528 Function *PMF = Intrinsic::getDeclaration(M, Intrinsic::hexagon_M4_pmpyw); in generate() local
1551 P = B.CreateCall(PMF, {P, QVI}); in generate()
1557 Value *R = B.CreateCall(PMF, {P, Q}); in generate()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDChangeLog66 - enable PMF automatically for network profiles created from
97 * added a RSN workaround for misbehaving PMF APs that advertise
172 * fixed WNM Sleep Mode processing when PMF is not enabled
201 - use ieee80211w profile parameter to enable/disable PMF and derive
202 a separate TX IGTK if PMF is enabled instead of using MGTK
240 * improved PMF behavior for cases where the AP and STA has different
406 EAPOL-Key descriptor version 3 when the station supports PMF even if
407 PMF is not enabled on the AP
600 * allow PMF to be enabled for AP mode operation with the ieee80211w
740 GAS/ANQP exchanges when associated with PMF
HDandroid.config276 # IEEE 802.11w (management frame protection), also known as PMF
HDdefconfig313 # IEEE 802.11w (management frame protection), also known as PMF
/freebsd-11-stable/contrib/wpa/hostapd/
HDChangeLog58 - reject release 2 or newer association without PMF
237 * removed optional fields from RSNE when using FT with PMF
356 * fixed PMF protection of Deauthentication frame when this is triggered
425 GAS/ANQP exchanges when PMF is enabled
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-199838 (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
5137 * decl2.c (build_expr_from_tree): Just return a PMF.
HDChangeLog-19993817 * ptree.c (print_lang_type): Print the real type of a PMF.
/freebsd-11-stable/contrib/gcc/doc/
HDextend.texi11052 pointer of sorts to handle all the possible call mechanisms; the PMF
11058 would be called for a given object/PMF pair and call it directly inside
11076 For PMF constants (i.e.@: expressions of the form @samp{&Klasse::Member}),
/freebsd-11-stable/contrib/gcc/
HDChangeLog.tree-ssa17890 Handle PMF's properly.