Searched defs:roc_acquire_tlv (Results 1 – 2 of 2) sorted by relevance
785 struct roc_acquire_tlv { in mt7921_mcu_set_roc() struct786 __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 …]
581 struct roc_acquire_tlv { struct582 __le16 tag;583 __le16 len;584 u8 bss_idx;585 u8 tokenid;586 u8 control_channel;587 u8 sco;588 u8 band;589 u8 bw;590 u8 center_chan;[all …]