Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_mwx.c5130 struct sta_rec_wtbl *wtbl; in mt7921_mac_sta_update() local
5145 wtbl = mt7921_append_tlv(m, &tlvnum, STA_REC_WTBL, in mt7921_mac_sta_update()
5146 sizeof(*wtbl)); in mt7921_mac_sta_update()
5147 wtbl->wlan_idx_lo = mw ? mw->wcid & 0xff : 0, in mt7921_mac_sta_update()
5148 wtbl->wlan_idx_hi = mw ? mw->wcid >> 8 : 0, in mt7921_mac_sta_update()
5149 wtbl->operation = WTBL_RESET_AND_SET; in mt7921_mac_sta_update()
5159 wtbl->tlv_num = htole16(wnum); in mt7921_mac_sta_update()
5160 wtbl->len = htole16(le16toh(wtbl->len) + wlen); in mt7921_mac_sta_update()