Home
last modified time | relevance | path

Searched refs:an_type (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/an/
HDif_aironet_ieee.h70 u_int16_t an_type; member
156 u_int16_t an_type; member
166 u_int16_t an_type; /* 0xXX */ member
273 u_int16_t an_type; /* XXXX */ member
412 u_int16_t an_type; member
429 u_int16_t an_type; member
438 u_int16_t an_type; member
450 u_int16_t an_type; member
459 u_int16_t an_type; member
492 u_int16_t an_type; /* XXXX */ member
[all …]
HDif_an.c352 ssid.an_type = AN_RID_SSIDLIST; in an_probe()
706 sc->an_config.an_type = AN_RID_GENCONFIG; in an_attach()
714 sc->an_caps.an_type = AN_RID_CAPABILITIES; in an_attach()
722 sc->an_ssidlist.an_type = AN_RID_SSIDLIST; in an_attach()
730 sc->an_aplist.an_type = AN_RID_APLIST; in an_attach()
741 sc->an_rssimap.an_type = AN_RID_RSSI_MAP; in an_attach()
1176 sc->an_status.an_type = AN_RID_STATUS; in an_stats_update()
1193 sc->an_stats.an_type = AN_RID_32BITS_CUM; in an_stats_update()
1403 if (ltv->an_len < 4 || ltv->an_type == 0) in an_read_record()
1409 if (an_cmd(sc, AN_CMD_ACCESS|AN_ACCESS_READ, ltv->an_type)) { in an_read_record()
[all …]
HDif_an_pci.c89 struct an_type { struct
104 static struct an_type an_devs[] = { argument
121 struct an_type *t; in an_probe_pci()
HDif_anreg.h313 u_int16_t an_type; member
/NextBSD/usr.sbin/ancontrol/
HDancontrol.c258 an_rssimap.an_type = AN_RID_RSSI_MAP; in an_dumpstatus()
267 areq.an_type = AN_RID_STATUS; in an_dumpstatus()
358 areq.an_type = AN_RID_CAPABILITIES; in an_dumpcaps()
442 areq.an_type = AN_RID_32BITS_CUM; in an_dumpstats()
604 areq.an_type = AN_RID_APLIST; in an_dumpap()
630 areq.an_type = AN_RID_SSIDLIST; in an_dumpssid()
657 areq.an_type = AN_RID_ACTUALCFG; in an_dumpconfig()
862 areq.an_type = AN_RID_RSSI_MAP; in an_dumprssimap()
933 areq.an_type = AN_RID_GENCONFIG; in an_setconfig()
938 areq_caps.an_type = AN_RID_CAPABILITIES; in an_setconfig()
[all …]