Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp211 using PMF = void (S::*)(long) const; typedef
221 static_assert(is_same<typename result_of<PMF(unique_ptr<S>, int)>::type, void>::value, "Error!");
/external/clang/test/SemaCXX/
Dnullptr.cpp78 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog4 * fixed WNM Sleep Mode processing when PMF is not enabled
33 - use ieee80211w profile parameter to enable/disable PMF and derive
34 a separate TX IGTK if PMF is enabled instead of using MGTK
72 * improved PMF behavior for cases where the AP and STA has different
238 EAPOL-Key descriptor version 3 when the station supports PMF even if
239 PMF is not enabled on the AP
432 * allow PMF to be enabled for AP mode operation with the ieee80211w
572 GAS/ANQP exchanges when associated with PMF
Ddefconfig294 # IEEE 802.11w (management frame protection), also known as PMF
Dandroid.config282 # IEEE 802.11w (management frame protection), also known as PMF
/external/wpa_supplicant_8/hostapd/
DChangeLog103 * removed optional fields from RSNE when using FT with PMF
222 * fixed PMF protection of Deauthentication frame when this is triggered
291 GAS/ANQP exchanges when PMF is enabled