Home
last modified time | relevance | path

Searched refs:beacons (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c172 * beacons, then drain the cabq by dropping all the frames in in ath9k_beacon_generate()
407 * and wait for the next. Missed beacons indicate in ath9k_beacon_tasklet()
409 * many consecutive beacons reset the device. in ath9k_beacon_tasklet()
427 "missed %u consecutive beacons\n", in ath9k_beacon_tasklet()
478 * to whether we are bursting or staggering beacons. We in ath9k_beacon_tasklet()
537 * For multi-bss ap support beacons are either staggered evenly over N slots or
625 bool beacons) in ath9k_beacon_config()
636 if (!beacons) { in ath9k_beacon_config()
649 cur_conf->enable_beacon = beacons; in ath9k_beacon_config()
673 !enabled && beacons in ath9k_beacon_config()
624 ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *main_vif, bool beacons) ath9k_beacon_config() argument
[all...]
H A Dani.h67 u32 beacons; member
H A Dath9k.h636 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
660 bool beacons; member
685 * Regardless of the number of beacons we stagger, (i.e. regardless of the
719 bool beacons);
H A Dmain.c1014 iter_data->beacons = true; in ath9k_vif_iter_set_beacon()
1216 if (iter_data.beacons) in ath9k_calculate_summary_state()
1238 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()
1247 iter_data.beacons = true; in ath9k_calculate_summary_state()
1262 iter_data.beacons); in ath9k_calculate_summary_state()
H A Dani.c124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c172 * beacons, then drain the cabq by dropping all the frames in in ath9k_beacon_generate()
407 * and wait for the next. Missed beacons indicate in ath9k_beacon_tasklet()
409 * many consecutive beacons reset the device. in ath9k_beacon_tasklet()
427 "missed %u consecutive beacons\n", in ath9k_beacon_tasklet()
478 * to whether we are bursting or staggering beacons. We in ath9k_beacon_tasklet()
537 * For multi-bss ap support beacons are either staggered evenly over N slots or
626 bool beacons) in ath9k_beacon_config()
637 if (!beacons) { in ath9k_beacon_config()
650 cur_conf->enable_beacon = beacons; in ath9k_beacon_config()
674 !enabled && beacons in ath9k_beacon_config()
625 ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *main_vif, bool beacons) ath9k_beacon_config() argument
[all...]
H A Dani.h67 u32 beacons; member
H A Dath9k.h637 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
661 bool beacons; member
685 * Regardless of the number of beacons we stagger, (i.e. regardless of the
719 bool beacons);
H A Dmain.c1014 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()
H A Dani.c124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dpcu.c253 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
686 * we 'll get no beacons */ in ath5k_hw_init_beacon_timers()
702 /* Force a TSF reset if requested and enable beacons */ in ath5k_hw_init_beacon_timers()
H A Dath5k.h978 * beacons from the AP have associated with, we should probably
980 * not received any beacons from any local stations. Note that
981 * every station in an IBSS schedules to send beacons at the
1229 unsigned int beacons; member
1331 unsigned int bhalq, /* SW q for outgoing beacons */
1339 bool enable_beacon; /* true if beacons are on */
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dpcu.c253 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
686 * we 'll get no beacons */ in ath5k_hw_init_beacon_timers()
702 /* Force a TSF reset if requested and enable beacons */ in ath5k_hw_init_beacon_timers()
H A Dath5k.h978 * beacons from the AP have associated with, we should probably
980 * not received any beacons from any local stations. Note that
981 * every station in an IBSS schedules to send beacons at the
1229 unsigned int beacons; member
1331 unsigned int bhalq, /* SW q for outgoing beacons */
1339 bool enable_beacon; /* true if beacons are on */
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c1461 struct ieee80211_ema_beacons *beacons; in ath11k_mac_setup_bcn_tmpl_ema() local
1469 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 in ath11k_mac_setup_bcn_tmpl_ema()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c1266 /* update the link quality here in case we are seeing no beacons in atmel_get_wireless_stats()
3359 int beacons = beacon_delay / (beacon_interval * 1000); in atmel_management_frame() local
3360 if (beacons > 1) in atmel_management_frame()
3361 priv->wstats.miss.beacon += beacons - 1; in atmel_management_frame()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c1265 /* update the link quality here in case we are seeing no beacons in atmel_get_wireless_stats()
3354 int beacons = beacon_delay / (beacon_interval * 1000); in atmel_management_frame() local
3355 if (beacons > 1) in atmel_management_frame()
3356 priv->wstats.miss.beacon += beacons - 1; in atmel_management_frame()

Completed in 44 milliseconds