]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: implement ieee80211_beacon_loss()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 22 Mar 2022 15:02:45 +0000 (15:02 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 27 Mar 2022 18:08:58 +0000 (18:08 +0000)
commit24c2117bafdba3c6998ddd407d643e142c5deda5
tree5428b768c3898b3ec1c3b2e3fb7d84036fbb5707
parent32d1d7fee61328e65ae944836d1027335ccb979c
LinuxKPI: 802.11: implement ieee80211_beacon_loss()

Implement ieee80211_beacon_loss() similar to
ieee80211_connection_loss() with different state handling.
While here leave a comment in connection_loss() about the state
change argument.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit bb81db90f7e00f56df9ea14132a54ee983e7177f)
sys/compat/linuxkpi/common/include/net/mac80211.h
sys/compat/linuxkpi/common/src/linux_80211.c