Home
last modified time | relevance | path

Searched refs:beacons (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
DREADME135 Value field specifies the number of consecutive missing beacons which
149 This event is generated when the average received RSSI in beacons goes
153 This event is generated when the average received RSSI in beacons goes
157 This event is generated when the average received SNR in beacons goes
161 This event is generated when the average received SNR in beacons goes
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dbeacon.c625 bool beacons) in ath9k_beacon_config() argument
636 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()
Dani.h67 u32 beacons; member
Dani.c124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
Dath9k.h660 bool beacons; member
719 bool beacons);
Dmain.c1013 iter_data->beacons = true; in ath9k_vif_iter_set_beacon()
1215 if (iter_data.beacons) in ath9k_calculate_summary_state()
1237 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()
1246 iter_data.beacons = true; in ath9k_calculate_summary_state()
1261 iter_data.beacons); in ath9k_calculate_summary_state()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-uwb_rc16 If no beacons are received from a device for at least
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Dpcu.c253 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
Dath5k.h1229 unsigned int beacons; member
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/intel/
Dipw2200.rst444 of consecutive missed beacons that will trigger handover, i.e. roaming
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
Datmel.c3359 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()