Searched refs:beacons (Results 1 – 11 of 11) sorted by relevance
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
626 bool beacons) in ath9k_beacon_config() argument637 if (!beacons) { in ath9k_beacon_config()650 cur_conf->enable_beacon = beacons; in ath9k_beacon_config()674 !enabled && beacons && !main_vif->cfg.ibss_creator) { in ath9k_beacon_config()685 if (beacons && !skip_beacon) { in ath9k_beacon_config()
67 u32 beacons; member
124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
661 bool beacons; member719 bool beacons);
1014 iter_data->beacons = true; in ath9k_vif_iter_set_beacon()1213 if (iter_data.beacons) in ath9k_calculate_summary_state()1233 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()1242 iter_data.beacons = true; in ath9k_calculate_summary_state()1257 iter_data.beacons); in ath9k_calculate_summary_state()
253 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
1229 unsigned int beacons; member
1461 struct ieee80211_ema_beacons *beacons; in ath11k_mac_setup_bcn_tmpl_ema() local1469 beacons = ieee80211_beacon_get_template_ema_list(tx_arvif->ar->hw, in ath11k_mac_setup_bcn_tmpl_ema()1471 if (!beacons || !beacons->cnt) { in ath11k_mac_setup_bcn_tmpl_ema()1478 ath11k_mac_set_vif_params(tx_arvif, beacons->bcn[0].skb); in ath11k_mac_setup_bcn_tmpl_ema()1482 for (i = 0; i < beacons->cnt; i++) { in ath11k_mac_setup_bcn_tmpl_ema()1486 beacons->bcn[i].skb); in ath11k_mac_setup_bcn_tmpl_ema()1488 params = beacons->cnt; in ath11k_mac_setup_bcn_tmpl_ema()1491 params |= ((i + 1 == beacons->cnt ? 1 : 0) << WMI_EMA_LAST_TMPL_SHIFT); in ath11k_mac_setup_bcn_tmpl_ema()1494 &beacons->bcn[i].offs, in ath11k_mac_setup_bcn_tmpl_ema()1495 beacons->bcn[i].skb, params); in ath11k_mac_setup_bcn_tmpl_ema()[all …]
444 of consecutive missed beacons that will trigger handover, i.e. roaming
3354 int beacons = beacon_delay / (beacon_interval * 1000); in atmel_management_frame() local3355 if (beacons > 1) in atmel_management_frame()3356 priv->wstats.miss.beacon += beacons - 1; in atmel_management_frame()