Home
last modified time | relevance | path

Searched refs:associd (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwnvar.h131 uint16_t associd; member
H A Dif_run.c2247 uint16_t base, associd; in run_key_set_cb() local
2256 associd = (ni != NULL) ? ni->ni_associd : 0; in run_key_set_cb()
2278 associd, k->wk_keyix, mode, in run_key_set_cb()
2288 1 : RUN_AID2WCID(associd); in run_key_set_cb()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_sta.c1595 uint16_t capinfo, associd; in sta_recv_mgmt() local
1627 associd = le16toh(*(uint16_t *)frm); in sta_recv_mgmt()
1688 ni->ni_associd = associd; in sta_recv_mgmt()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpireg.h385 uint16_t associd; member
H A Dif_wpi.c4350 sc->rxon.associd = 0; in wpi_auth()
4571 sc->rxon.associd = htole16(IEEE80211_NODE_AID(ni)); in wpi_run()
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwi.c1374 uint16_t capinfo, status, associd; in iwi_checkforqos() local
1396 associd = le16toh(*(const uint16_t *)frm); in iwi_checkforqos()
1413 ni->ni_associd = associd & 0x3fff; in iwi_checkforqos()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwnreg.h577 uint16_t associd; member
H A Dif_iwn.c2932 sc->rxon->associd = 0; in iwn_newstate()
6982 sc->rxon->associd && sc->rxon->chan > 14)
7245 sc->rxon->associd = htole16(IEEE80211_AID(ni->ni_associd));