Home
last modified time | relevance | path

Searched refs:UATH_ID_BSS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/usb/wlan/
HDif_uathvar.h31 #define UATH_ID_BSS 2 /* Connection ID */ macro
HDif_uath.c1598 desc->connid = htobe32(UATH_ID_BSS); in uath_tx_start()
1923 rates.connid = htobe32(UATH_ID_BSS); /* XXX */ in uath_set_rates()
2030 if (uath_create_connection(sc, UATH_ID_BSS) != 0) { in uath_newstate()