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

/freebsd-12-stable/sys/dev/an/
H A Dif_aironet_ieee.h72 u_int16_t an_type; member in struct:an_req
158 u_int16_t an_type; member in struct:an_ltv_key
168 u_int16_t an_type; /* 0xXX */ member in struct:an_ltv_stats
275 u_int16_t an_type; /* XXXX */ member in struct:an_ltv_genconfig
414 u_int16_t an_type; member in struct:an_ltv_ssidlist
431 u_int16_t an_type; member in struct:an_ltv_ssidlist_new
440 u_int16_t an_type; member in struct:an_ltv_aplist
452 u_int16_t an_type; member in struct:an_ltv_drvname
461 u_int16_t an_type; member in struct:an_rid_encap
494 u_int16_t an_type; /* XXX member in struct:an_ltv_caps
527 u_int16_t an_type; member in struct:an_ltv_apinfo
537 u_int16_t an_type; member in struct:an_ltv_radioinfo
547 u_int16_t an_type; member in struct:an_ltv_rssi_map
564 u_int16_t an_type; /* 0xXX */ member in struct:an_ltv_status
614 u_int16_t an_type; /* 0xXX */ member in struct:an_ltv_wepkey
655 u_int16_t an_type; /* 0xXX */ member in struct:an_ltv_leap_username
665 u_int16_t an_type; /* 0xXX */ member in struct:an_ltv_leap_password
[all...]
H A Dif_an.c337 ssid.an_type = AN_RID_SSIDLIST;
691 sc->an_config.an_type = AN_RID_GENCONFIG;
699 sc->an_caps.an_type = AN_RID_CAPABILITIES;
707 sc->an_ssidlist.an_type = AN_RID_SSIDLIST;
715 sc->an_aplist.an_type = AN_RID_APLIST;
726 sc->an_rssimap.an_type = AN_RID_RSSI_MAP;
1161 sc->an_status.an_type = AN_RID_STATUS;
1178 sc->an_stats.an_type = AN_RID_32BITS_CUM;
1388 if (ltv->an_len < 4 || ltv->an_type == 0)
1394 if (an_cmd(sc, AN_CMD_ACCESS|AN_ACCESS_READ, ltv->an_type)) {
[all...]
H A Dif_an_pci.c91 struct an_type { struct
106 static struct an_type an_devs[] = {
123 struct an_type *t;
H A Dif_anreg.h315 u_int16_t an_type; member in struct:an_ltv_gen
/freebsd-12-stable/usr.sbin/ancontrol/
H A Dancontrol.c260 an_rssimap.an_type = AN_RID_RSSI_MAP;
269 areq.an_type = AN_RID_STATUS;
360 areq.an_type = AN_RID_CAPABILITIES;
444 areq.an_type = AN_RID_32BITS_CUM;
606 areq.an_type = AN_RID_APLIST;
632 areq.an_type = AN_RID_SSIDLIST;
659 areq.an_type = AN_RID_ACTUALCFG;
864 areq.an_type = AN_RID_RSSI_MAP;
935 areq.an_type = AN_RID_GENCONFIG;
940 areq_caps.an_type
[all...]

Completed in 145 milliseconds