Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ancontrol/
Dancontrol.c278 if (sts->an_opmode & AN_STATUS_OPMODE_CONFIGURED) in an_dumpstatus()
280 if (sts->an_opmode & AN_STATUS_OPMODE_MAC_ENABLED) in an_dumpstatus()
282 if (sts->an_opmode & AN_STATUS_OPMODE_RX_ENABLED) in an_dumpstatus()
284 if (sts->an_opmode & AN_STATUS_OPMODE_IN_SYNC) in an_dumpstatus()
286 if (sts->an_opmode & AN_STATUS_OPMODE_ASSOCIATED) in an_dumpstatus()
288 if (sts->an_opmode & AN_STATUS_OPMODE_LEAP) in an_dumpstatus()
290 if (sts->an_opmode & AN_STATUS_OPMODE_ERROR) in an_dumpstatus()
666 if ((cfg->an_opmode & 0x7) == AN_OPMODE_IBSS_ADHOC) in an_dumpconfig()
668 if ((cfg->an_opmode & 0x7) == AN_OPMODE_INFRASTRUCTURE_STATION) in an_dumpconfig()
670 if ((cfg->an_opmode & 0x7) == AN_OPMODE_AP) in an_dumpconfig()
[all …]
/freebsd-12-stable/sys/dev/an/
Dif_aironet_ieee.h276 u_int16_t an_opmode; /* 0x02 */ member
566 u_int16_t an_opmode; /* 0x08 */ member
Dif_an.c760 sc->an_config.an_opmode = in an_attach()
1166 if (sc->an_status.an_opmode & AN_STATUS_OPMODE_IN_SYNC) in an_stats_update()
3227 int otype = sc->an_config.an_opmode; in an_media_change()
3253 sc->an_config.an_opmode &= ~AN_OPMODE_INFRASTRUCTURE_STATION; in an_media_change()
3255 sc->an_config.an_opmode |= AN_OPMODE_INFRASTRUCTURE_STATION; in an_media_change()
3257 if (otype != sc->an_config.an_opmode || in an_media_change()
3286 if (sc->an_config.an_opmode == AN_OPMODE_IBSS_ADHOC) in an_media_status()
3291 if (status.an_opmode & AN_STATUS_OPMODE_ASSOCIATED) in an_media_status()