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
14 struct ieee80211_vif pointer from the add_interface callback.
15
17 When beacon filtering is enabled with IEEE80211_HW_BEACON_FILTERING and
18 IEEE80211_CONF_PS is set, the driver needs to inform whenever the
19 hardware is not receiving beacons with this function.
20
22 Johannes Berg <johannes@sipsolutions.net>
23 Author.
24
26Kernel Hackers Manual 2.6. November 2011 IEEE80211_BEACON_LOS(9)