Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h178 uint32_t connid; /* tx connection id */ member
323 uint32_t connid; member
350 uint32_t connid; member
H A Dif_uath.c1350 desc->connid = htobe32(0); in uath_dataflush()
1599 desc->connid = htobe32(UATH_ID_BSS); in uath_tx_start()
1601 desc->connid = htobe32(UATH_ID_INVALID); in uath_tx_start()
1608 desc->msgid, framelen, msglen, be32toh(desc->connid), in uath_tx_start()
1887 uath_create_connection(struct uath_softc *sc, uint32_t connid) in uath_create_connection() argument
1897 create.connid = htobe32(connid); in uath_create_connection()
1926 rates.connid = htobe32(UATH_ID_BSS); /* XXX */ in uath_set_rates()
/freebsd/crypto/heimdal/kdc/
H A Drx.h63 uint32_t connid; /* And channel ID */ member