Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dani.h67 u32 beacons; member
Dmain.c947 iter_data->beacons = true; in ath9k_vif_iter()
952 iter_data->beacons = true; in ath9k_vif_iter()
1111 iter_data.beacons = true; in ath9k_calculate_summary_state()
1134 if (iter_data.naps == 1 && iter_data.beacons) in ath9k_calculate_summary_state()
1143 iter_data.beacons = true; in ath9k_calculate_summary_state()
1155 } else if (iter_data.beacons) { in ath9k_calculate_summary_state()
1160 if (iter_data.beacons) in ath9k_calculate_summary_state()
Dani.c124 stats->beacons += data[4]; in ath9k_hw_update_mibstats()
Dath9k.h631 bool beacons; member
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt44 3. On the air: beacons and enumerating the radio neighborhood
74 many devices are present and the length of their beacons.
77 bit address) and send periodic beacons to advertise themselves and pass
212 On the air: beacons and enumerating the radio neighborhood
230 the BEACON CACHE (/uwb_beca/). If he receives a number of beacons from
232 [/drivers/uwb/lc-dev.c:uwbd_dev_onair()/]. Similarly, when no beacons
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-uwb_rc16 If no beacons are received from a device for at least
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dpcu.c252 stats->beacons += ath5k_hw_reg_read(ah, AR5K_BEACON_CNT); in ath5k_hw_update_mib_counters()
Dath5k.h1229 unsigned int beacons; member
/linux-4.4.14/Documentation/networking/
DREADME.ipw2200392 of consecutive missed beacons that will trigger handover, i.e. roaming
/linux-4.4.14/drivers/net/wireless/
Datmel.c3383 int beacons = beacon_delay / (beacon_interval * 1000); in atmel_management_frame() local
3384 if (beacons > 1) in atmel_management_frame()
3385 priv->wstats.miss.beacon += beacons - 1; in atmel_management_frame()