Searched refs:an_radiotype (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/usr.sbin/ancontrol/
H A Dancontrol.c380 if (caps->an_radiotype & AN_RADIOTYPE_80211_FH)
382 else if (caps->an_radiotype & AN_RADIOTYPE_80211_DS)
384 else if (caps->an_radiotype & AN_RADIOTYPE_LM2000_DS)
387 printf("unknown (%x)", caps->an_radiotype);
800 if (cfg->an_radiotype & AN_RADIOTYPE_80211_FH)
802 else if (cfg->an_radiotype & AN_RADIOTYPE_80211_DS)
804 else if (cfg->an_radiotype & AN_RADIOTYPE_LM2000_DS)
807 printf("unknown (%x)", cfg->an_radiotype);
/freebsd-10.3-release/sys/dev/an/
H A Dif_aironet_ieee.h322 u_int16_t an_radiotype; /* 0x70 */ member in struct:an_ltv_genconfig
501 u_int16_t an_radiotype; /* 0x4C */ member in struct:an_ltv_caps

Completed in 105 milliseconds