Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDwpa_supplicant_template.conf6 pmf=1
HDgas_query.c526 int prot, pmf; in gas_query_rx() local
541 pmf = pmf_in_use(gas->wpa_s, sa); in gas_query_rx()
542 if (prot && !pmf) { in gas_query_rx()
546 if (!prot && pmf) { in gas_query_rx()
HDREADME-DPP58 pmf=2
186 pmf=2
HDconfig.h1155 enum mfp_options pmf; member
HDmesh.c93 conf->ieee80211w = wpa_s->conf->pmf; in mesh_config_create()
HDconfig_file.c1376 if (config->pmf) in wpa_config_write_global()
1377 fprintf(f, "pmf=%d\n", config->pmf); in wpa_config_write_global()
HDinterworking.c950 key_mgmt = wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ? in interworking_set_hs20_params()
957 key_mgmt = wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ? in interworking_set_hs20_params()
HDwpa_supplicant.c6977 if (wpa_s->conf->pmf == MGMT_FRAME_PROTECTION_OPTIONAL && in wpas_get_ssid_pmf()
7000 return wpa_s->conf->pmf; in wpas_get_ssid_pmf()
HDconfig.c4829 { INT(pmf), 0 },
HDChangeLog305 * started to ignore pmf=1/2 parameter for non-RSN networks
/freebsd-11-stable/sys/dev/bxe/
HDbxe_stats.c276 if (!sc->port.pmf || !sc->port.port_stx) { in bxe_stats_pmf_update()
326 if (!sc->link_vars.link_up || !sc->port.pmf) { in bxe_port_stats_init()
583 if (sc->port.pmf) { in bxe_stats_start()
1155 if (sc->port.pmf) { in bxe_storm_stats_update()
1312 if (sc->port.pmf) { in bxe_stats_update()
1409 if (sc->port.pmf) { in bxe_stats_stop()
1418 if (sc->port.pmf) { in bxe_stats_stop()
1481 if (!sc->port.pmf || !sc->port.port_stx) { in bxe_port_stats_base_init()
1617 if (!sc->stats_init && sc->port.pmf && sc->port.port_stx) { in bxe_stats_init()
1669 if (sc->port.pmf && sc->port.port_stx) { in bxe_stats_init()
[all …]
HDbxe.c3851 if (!sc->port.pmf) { in bxe_func_wait_started()
4362 sc->port.pmf = 0; in bxe_nic_unload()
6917 sc->port.pmf = 1; in bxe_nic_load_pmf()
6920 sc->port.pmf = 0; in bxe_nic_load_pmf()
6923 BLOGD(sc, DBG_LOAD, "pmf %d\n", sc->port.pmf); in bxe_nic_load_pmf()
7844 sc->port.pmf = 1; in bxe_pmf_update()
7845 BLOGD(sc, DBG_INTR, "pmf %d\n", sc->port.pmf); in bxe_pmf_update()
7998 if ((sc->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bxe_attn_int_deasserted3()
8230 if ((attn & sc->link_vars.aeu_int_mask) && sc->port.pmf) { in bxe_attn_int_deasserted0()
10153 if (sc->port.pmf) { in bxe_cmng_fns_init()
[all …]
HDbxe.h1011 uint32_t pmf; member
/freebsd-11-stable/contrib/wpa/src/ap/
HDgas_query_ap.c473 int prot, pmf; in gas_query_ap_rx() local
488 pmf = pmf_in_use(gas->hapd, sa); in gas_query_ap_rx()
489 if (prot && !pmf) { in gas_query_ap_rx()
493 if (!prot && pmf) { in gas_query_ap_rx()
/freebsd-11-stable/contrib/gcc/cp/
HDNEWS314 + New warning -Wno-pmf-conversion (don't warn about
HDChangeLog-1994942 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
1963 * typeck2.c (digest_init): Handle initializing a pmf with an
2784 * class.c (instantiate_type): Deal with pmf's.
2898 * class.c (finish_struct): Resolve yet another class/pmf confusion.
4525 * decl.c (build_ptrmemfunc_type): Make sure that the pmf type
5166 * typeck.c (build_modify_expr): Don't treat pmf's as class objects.
HDChangeLog-1996354 * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
622 * typeck2.c (store_init_value): Check for initializing pmf with { }
1227 (standard_conversion): Fix pmf convs.
HDChangeLog-19952112 * typeck.c (build_conditional_expr): Handle pmf's better.
2331 (convert_for_assignment): Fix pmf support.
2477 pmf to another.
HDChangeLog-19993867 * cvt.c (cp_convert_to_pointer): Don't force pmf conversions.
4953 same_type_p for pmf bits. Don't use build_binary_op to compare
6568 * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
HDChangeLog-19972310 * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
HDChangeLog-200033 * typeck.c (build_binary_op): Fix pmf comparison logic.
1595 * typeck.c (build_ptrmemfunc): Save the input pmf.
HDChangeLog-20013064 a pmf.
HDChangeLog-20024509 * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
HDlocale.cpp639 __fake_bind(void (locale::id::* pmf)(), locale::id* id) in __fake_bind() argument
640 : id_(id), pmf_(pmf) {} in __fake_bind()
/freebsd-11-stable/contrib/gcc/doc/
HDextend.texi11047 @cindex pmf
11084 @opindex Wno-pmf-conversions
11085 You must specify @option{-Wno-pmf-conversions} to use this extension.

12