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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dani.h67 u32 beacons; member in struct:ath9k_mib_stats
H A Dbeacon.c172 * beacons, then drain the cabq by dropping all the frames in
407 * and wait for the next. Missed beacons indicate
409 * many consecutive beacons reset the device.
427 "missed %u consecutive beacons\n",
478 * to whether we are bursting or staggering beacons. We
537 * For multi-bss ap support beacons are either staggered evenly over N slots or
626 bool beacons)
637 if (!beacons) {
650 cur_conf->enable_beacon = beacons;
674 !enabled && beacons
625 ath9k_beacon_config(struct ath_softc *sc, struct ieee80211_vif *main_vif, bool beacons) argument
[all...]
H A Dani.c124 stats->beacons += data[4];
H A Dath9k.h637 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
661 bool beacons; member in struct:ath9k_vif_iter_data
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;
1213 if (iter_data.beacons)
1233 if (iter_data.naps == 1 && iter_data.beacons)
1242 iter_data.beacons = true;
1257 iter_data.beacons);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dpcu.c253 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT);
686 * we 'll get no beacons */
702 /* Force a TSF reset if requested and enable beacons */
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 in struct:ath5k_statistics
1331 unsigned int bhalq, /* SW q for outgoing beacons */
1339 bool enable_beacon; /* true if beacons are on */
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c1459 struct ieee80211_ema_beacons *beacons; local
1467 beacons = ieee80211_beacon_get_template_ema_list(tx_arvif->ar->hw,
1469 if (!beacons || !beacons->cnt) {
1476 ath11k_mac_set_vif_params(tx_arvif, beacons->bcn[0].skb);
1480 for (i = 0; i < beacons->cnt; i++) {
1484 beacons->bcn[i].skb);
1486 params = beacons->cnt;
1489 params |= ((i + 1 == beacons->cnt ? 1 : 0) << WMI_EMA_LAST_TMPL_SHIFT);
1492 &beacons
[all...]

Completed in 242 milliseconds