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
661 bool beacons; member719 bool beacons);
124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
1013 iter_data->beacons = true; in ath9k_vif_iter_set_beacon()1212 if (iter_data.beacons) in ath9k_calculate_summary_state()1232 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()1241 iter_data.beacons = true; in ath9k_calculate_summary_state()1256 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
1454 struct ieee80211_ema_beacons *beacons; in ath11k_mac_setup_bcn_tmpl_ema() local1462 beacons = ieee80211_beacon_get_template_ema_list(tx_arvif->ar->hw, in ath11k_mac_setup_bcn_tmpl_ema()1464 if (!beacons || !beacons->cnt) { in ath11k_mac_setup_bcn_tmpl_ema()1471 ath11k_mac_set_vif_params(tx_arvif, beacons->bcn[0].skb); in ath11k_mac_setup_bcn_tmpl_ema()1475 for (i = 0; i < beacons->cnt; i++) { in ath11k_mac_setup_bcn_tmpl_ema()1479 beacons->bcn[i].skb); in ath11k_mac_setup_bcn_tmpl_ema()1481 params = beacons->cnt; in ath11k_mac_setup_bcn_tmpl_ema()1484 params |= ((i + 1 == beacons->cnt ? 1 : 0) << WMI_EMA_LAST_TMPL_SHIFT); in ath11k_mac_setup_bcn_tmpl_ema()1487 &beacons->bcn[i].offs, in ath11k_mac_setup_bcn_tmpl_ema()1488 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()