Home
last modified time | relevance | path

Searched defs:roc_acquire_tlv (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmcu.h572 struct roc_acquire_tlv { struct
573 __le16 tag;
574 __le16 len;
575 u8 bss_idx;
576 u8 tokenid;
577 u8 control_channel;
578 u8 sco;
579 u8 band;
580 u8 bw;
581 u8 center_chan;
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c785 struct roc_acquire_tlv { in mt7921_mcu_set_roc() struct
786 __le16 tag; in mt7921_mcu_set_roc()
787 __le16 len; in mt7921_mcu_set_roc()
788 u8 bss_idx; in mt7921_mcu_set_roc()
789 u8 tokenid; in mt7921_mcu_set_roc()
790 u8 control_channel; in mt7921_mcu_set_roc()
791 u8 sco; in mt7921_mcu_set_roc()
792 u8 band; in mt7921_mcu_set_roc()
793 u8 bw; in mt7921_mcu_set_roc()
794 u8 center_chan; in mt7921_mcu_set_roc()
[all …]