Searched refs:beacons (Results 1 – 14 of 14) sorted by relevance
151 for (i = 0; i < ARRAY_SIZE(dev->beacons); i++) { in mt76x2_mac_set_beacon()153 force_update = !!dev->beacons[i] ^ !!skb; in mt76x2_mac_set_beacon()155 if (dev->beacons[i]) in mt76x2_mac_set_beacon()156 dev_kfree_skb(dev->beacons[i]); in mt76x2_mac_set_beacon()158 dev->beacons[i] = skb; in mt76x2_mac_set_beacon()160 } else if (force_update && dev->beacons[i]) { in mt76x2_mac_set_beacon()161 __mt76x2_mac_set_beacon(dev, bcn_idx, dev->beacons[i]); in mt76x2_mac_set_beacon()164 bcn_idx += !!dev->beacons[i]; in mt76x2_mac_set_beacon()167 for (i = bcn_idx; i < ARRAY_SIZE(dev->beacons); i++) { in mt76x2_mac_set_beacon()
125 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()
124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
666 bool beacons; member725 bool beacons);
44 3. On the air: beacons and enumerating the radio neighborhood74 many devices are present and the length of their beacons.77 bit address) and send periodic beacons to advertise themselves and pass212 On the air: beacons and enumerating the radio neighborhood230 the BEACON CACHE (/uwb_beca/). If he receives a number of beacons from232 [/drivers/uwb/lc-dev.c:uwbd_dev_onair()/]. Similarly, when no beacons
16 If no beacons are received from a device for at least
252 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
1229 unsigned int beacons; member
392 of consecutive missed beacons that will trigger handover, i.e. roaming
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()