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

/freebsd-11-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-11-stable/sys/dev/bxe/
H A Dbxe_stats.c276 if (!sc->port.pmf || !sc->port.port_stx) {
326 if (!sc->link_vars.link_up || !sc->port.pmf) {
583 if (sc->port.pmf) {
1155 if (sc->port.pmf) {
1312 if (sc->port.pmf) {
1409 if (sc->port.pmf) {
1418 if (sc->port.pmf) {
1481 if (!sc->port.pmf || !sc->port.port_stx) {
1616 /* pmf should retrieve port statistics from SP on a non-init*/
1617 if (!sc->stats_init && sc->port.pmf
[all...]
H A Dbxe.c3851 if (!sc->port.pmf) {
4362 sc->port.pmf = 0;
6914 * Barrier here for ordering between the writing to sc->port.pmf here
6917 sc->port.pmf = 1;
6920 sc->port.pmf = 0;
6923 BLOGD(sc, DBG_LOAD, "pmf %d\n", sc->port.pmf);
7699 * called due to MCP event (on pmf):
7844 sc->port.pmf = 1;
7845 BLOGD(sc, DBG_INTR, "pmf
[all...]
H A Dbxe.h1011 uint32_t pmf; member in struct:bxe_port
/freebsd-11-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-11-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 392 milliseconds