Searched refs:an_opmode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.sbin/ancontrol/
H A Dancontrol.c276 if (sts->an_opmode & AN_STATUS_OPMODE_CONFIGURED)
278 if (sts->an_opmode & AN_STATUS_OPMODE_MAC_ENABLED)
280 if (sts->an_opmode & AN_STATUS_OPMODE_RX_ENABLED)
282 if (sts->an_opmode & AN_STATUS_OPMODE_IN_SYNC)
284 if (sts->an_opmode & AN_STATUS_OPMODE_ASSOCIATED)
286 if (sts->an_opmode & AN_STATUS_OPMODE_LEAP)
288 if (sts->an_opmode & AN_STATUS_OPMODE_ERROR)
664 if ((cfg->an_opmode & 0x7) == AN_OPMODE_IBSS_ADHOC)
666 if ((cfg->an_opmode & 0x7) == AN_OPMODE_INFRASTRUCTURE_STATION)
668 if ((cfg->an_opmode
[all...]
/freebsd-11.0-release/sys/dev/an/
H A Dif_aironet_ieee.h274 u_int16_t an_opmode; /* 0x02 */ member in struct:an_ltv_genconfig
564 u_int16_t an_opmode; /* 0x08 */ member in struct:an_ltv_status
H A Dif_an.c758 sc->an_config.an_opmode =
1164 if (sc->an_status.an_opmode & AN_STATUS_OPMODE_IN_SYNC)
3212 int otype = sc->an_config.an_opmode;
3238 sc->an_config.an_opmode &= ~AN_OPMODE_INFRASTRUCTURE_STATION;
3240 sc->an_config.an_opmode |= AN_OPMODE_INFRASTRUCTURE_STATION;
3242 if (otype != sc->an_config.an_opmode ||
3271 if (sc->an_config.an_opmode == AN_OPMODE_IBSS_ADHOC)
3276 if (status.an_opmode & AN_STATUS_OPMODE_ASSOCIATED)

Completed in 86 milliseconds