Home
last modified time | relevance | path

Searched refs:received_beacons (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dd3.h739 __le32 received_beacons; member
771 __le32 received_beacons; member
806 __le32 received_beacons; member
889 __le32 received_beacons; member
926 __le32 received_beacons; member
965 __le32 received_beacons; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c1399 u32 received_beacons; member
2161 status->received_beacons = le32_to_cpu(data->received_beacons); in iwl_mvm_parse_wowlan_info_notif()
2194 status->received_beacons = le32_to_cpu(data->received_beacons); in iwl_mvm_parse_wowlan_info_notif_v3()
2223 status->received_beacons = le32_to_cpu(data->received_beacons); in iwl_mvm_parse_wowlan_info_notif_v1()
2262 status->received_beacons = le32_to_cpu(data->received_beacons); \
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c278 struct rtw_vif *rtwvif, int received_beacons) in rtw_sw_beacon_loss_check() argument
289 rtwdev->beacon_loss = received_beacons < expected_beacons / 2; in rtw_sw_beacon_loss_check()
302 int received_beacons = rtwdev->dm_info.cur_pkt_count.num_bcn_pkt; in rtw_watch_dog_work() local
362 rtw_sw_beacon_loss_check(rtwdev, data.rtwvif, received_beacons); in rtw_watch_dog_work()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c552 notif->received_beacons = notif_v5->received_beacons; in iwl_mld_convert_wowlan_notif_v5()