Searched refs:beacons (Results 1 – 12 of 12) sorted by relevance
77 for (i = 0; i < ARRAY_SIZE(dev->beacons); i++) { in mt76x02_mac_set_beacon()79 force_update = !!dev->beacons[i] ^ !!skb; in mt76x02_mac_set_beacon()81 if (dev->beacons[i]) in mt76x02_mac_set_beacon()82 dev_kfree_skb(dev->beacons[i]); in mt76x02_mac_set_beacon()84 dev->beacons[i] = skb; in mt76x02_mac_set_beacon()86 } else if (force_update && dev->beacons[i]) { in mt76x02_mac_set_beacon()88 dev->beacons[i]); in mt76x02_mac_set_beacon()91 bcn_idx += !!dev->beacons[i]; in mt76x02_mac_set_beacon()94 for (i = bcn_idx; i < ARRAY_SIZE(dev->beacons); i++) { in mt76x02_mac_set_beacon()
97 struct sk_buff *beacons[8]; member
135 Value field specifies the number of consecutive missing beacons which149 This event is generated when the average received RSSI in beacons goes153 This event is generated when the average received RSSI in beacons goes157 This event is generated when the average received SNR in beacons goes161 This event is generated when the average received SNR in beacons goes
625 bool beacons) in ath9k_beacon_config() argument636 if (!beacons) { in ath9k_beacon_config()649 cur_conf->enable_beacon = beacons; in ath9k_beacon_config()673 !enabled && beacons && !main_vif->bss_conf.ibss_creator) { in ath9k_beacon_config()684 if (beacons && !skip_beacon) { in ath9k_beacon_config()
67 u32 beacons; member
927 iter_data->beacons = true; in ath9k_vif_iter_set_beacon()1129 if (iter_data.beacons) in ath9k_calculate_summary_state()1151 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()1160 iter_data.beacons = true; in ath9k_calculate_summary_state()1175 iter_data.beacons); in ath9k_calculate_summary_state()
659 bool beacons; member718 bool beacons);
124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
47 3. On the air: beacons and enumerating the radio neighborhood78 many devices are present and the length of their beacons.81 bit address) and send periodic beacons to advertise themselves and pass222 On the air: beacons and enumerating the radio neighborhood241 the BEACON CACHE (/uwb_beca/). If he receives a number of beacons from243 [/drivers/uwb/lc-dev.c:uwbd_dev_onair()/]. Similarly, when no beacons
252 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
1229 unsigned int beacons; member
3360 int beacons = beacon_delay / (beacon_interval * 1000); in atmel_management_frame() local3361 if (beacons > 1) in atmel_management_frame()3362 priv->wstats.miss.beacon += beacons - 1; in atmel_management_frame()