1IEEE80211_BEACON_LOS(9) Advanced driver interface IEEE80211_BEACON_LOS(9)
2
3
4
6 ieee80211_beacon_loss - inform hardware does not receive beacons
7
9 void ieee80211_beacon_loss(struct ieee80211_vif * vif);
10
12 vif
13 struct ieee80211_vif pointer from the add_interface callback.
14
16 When beacon filtering is enabled with IEEE80211_VIF_BEACON_FILTER and
17 IEEE80211_CONF_PS is set, the driver needs to inform whenever the
18 hardware is not receiving beacons with this function.
19
21 Johannes Berg <johannes@sipsolutions.net>
22 Author.
23
25Kernel Hackers Manual 3.10 June 2019 IEEE80211_BEACON_LOS(9)