Searched refs:pmf (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_template.conf6 pmf=1
H A Dconfig.h1148 * pmf - Whether to enable/require PMF by default
1151 * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
1155 enum mfp_options pmf; member in struct:wpa_config
H A Dgas_query.c526 int prot, pmf; local
541 pmf = pmf_in_use(gas->wpa_s, sa);
542 if (prot && !pmf) {
546 if (!prot && pmf) {
H A Dmesh.c93 conf->ieee80211w = wpa_s->conf->pmf;
H A Dconfig_file.c1376 if (config->pmf)
1377 fprintf(f, "pmf=%d\n", config->pmf);
H A Dinterworking.c950 key_mgmt = wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ?
957 key_mgmt = wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ?
H A Dwpa_supplicant.c6977 if (wpa_s->conf->pmf == MGMT_FRAME_PROTECTION_OPTIONAL &&
6980 * Driver does not support BIP -- ignore pmf=1 default
6993 * since PMF is available only with RSN and pmf=2
7000 return wpa_s->conf->pmf;
H A Dconfig.c4829 { INT(pmf), 0 },
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_stats.c278 if (!sc->port.pmf || !sc->port.port_stx) {
328 if (!sc->link_vars.link_up || !sc->port.pmf) {
585 if (sc->port.pmf) {
1157 if (sc->port.pmf) {
1314 if (sc->port.pmf) {
1411 if (sc->port.pmf) {
1420 if (sc->port.pmf) {
1483 if (!sc->port.pmf || !sc->port.port_stx) {
1618 /* pmf should retrieve port statistics from SP on a non-init*/
1619 if (!sc->stats_init && sc->port.pmf
[all...]
H A Dbxe.c3844 if (!sc->port.pmf) {
4355 sc->port.pmf = 0;
6878 * Barrier here for ordering between the writing to sc->port.pmf here
6881 sc->port.pmf = 1;
6884 sc->port.pmf = 0;
6887 BLOGD(sc, DBG_LOAD, "pmf %d\n", sc->port.pmf);
7663 * called due to MCP event (on pmf):
7808 sc->port.pmf = 1;
7809 BLOGD(sc, DBG_INTR, "pmf
[all...]
H A Dbxe.h984 uint32_t pmf; member in struct:bxe_port
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.c473 int prot, pmf; local
488 pmf = pmf_in_use(gas->hapd, sa);
489 if (prot && !pmf) {
493 if (!prot && pmf) {
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp639 __fake_bind(void (locale::id::* pmf)(), locale::id* id) argument
640 : id_(id), pmf_(pmf) {}

Completed in 229 milliseconds