Searched refs:beacon_ops (Results 1 – 4 of 4) sorted by relevance
16 for (i = 0; i < dev->beacon_ops->nslots; i++) { in mt76x02_set_beacon_offsets()17 val = i * dev->beacon_ops->slot_size; in mt76x02_set_beacon_offsets()28 int beacon_len = dev->beacon_ops->slot_size; in mt76x02_write_beacon()57 int bcn_len = dev->beacon_ops->slot_size; in mt76x02_mac_set_beacon()
71 (dev)->beacon_ops->beacon_enable(dev, enable)73 (dev)->beacon_ops->pre_tbtt_enable(dev, enable)99 const struct mt76x02_beacon_ops *beacon_ops; member
255 static const struct mt76x02_beacon_ops beacon_ops = { in mt76x02u_init_beacon_config() local261 dev->beacon_ops = &beacon_ops; in mt76x02u_init_beacon_config()
86 static const struct mt76x02_beacon_ops beacon_ops = { in mt76x02e_init_beacon_config() local93 dev->beacon_ops = &beacon_ops; in mt76x02e_init_beacon_config()
Completed in 7 milliseconds