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

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h793 * pmf - Whether to enable/require PMF by default
796 * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
799 enum mfp_options pmf; member in struct:wpa_config
H A Dconfig_file.c971 if (config->pmf)
972 fprintf(f, "pmf=%d\n", config->pmf);
H A Dsme.c269 wpa_s->conf->pmf : ssid->ieee80211w;
1192 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION)
H A Dwpa_supplicant.c933 wpa_s->conf->pmf : ssid->ieee80211w) ==
1131 wpa_s->conf->pmf : ssid->ieee80211w) == NO_MGMT_FRAME_PROTECTION ||
1146 wpa_s->conf->pmf : ssid->ieee80211w));
1595 wpa_s->conf->pmf : ssid->ieee80211w;
H A Dinterworking.c739 wpa_s->conf->pmf != NO_MGMT_FRAME_PROTECTION ?
H A Dconfig.c3072 { INT(pmf), 0 },
H A Devents.c430 wpa_s->conf->pmf : ssid->ieee80211w) ==
/freebsd-10.0-release/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) {
1156 if (sc->port.pmf) {
1310 if (sc->port.pmf) {
1402 if (sc->port.pmf) {
1411 if (sc->port.pmf) {
1474 if (!sc->port.pmf || !sc->port.port_stx) {
1645 /* pmf should retrieve port statistics from SP on a non-init*/
1646 if (!sc->stats_init && sc->port.pmf
[all...]
H A Dbxe.c4006 if (!sc->port.pmf) {
4501 sc->port.pmf = 0;
7205 * Barrier here for ordering between the writing to sc->port.pmf here
7208 sc->port.pmf = 1;
7211 sc->port.pmf = 0;
7214 BLOGD(sc, DBG_LOAD, "pmf %d\n", sc->port.pmf);
7956 * called due to MCP event (on pmf):
8101 sc->port.pmf = 1;
8102 BLOGD(sc, DBG_INTR, "pmf
[all...]
H A Dbxe.h1051 uint32_t pmf; member in struct:bxe_port
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp606 __fake_bind(void (locale::id::* pmf)(), locale::id* id) argument
607 : id_(id), pmf_(pmf) {}

Completed in 182 milliseconds