1. NAME

ieee80211_beacon_loss - inform hardware does not receive beacons

2. SYNOPSIS

void ieee80211_beacon_loss(struct ieee80211_vif *  vif );

3. ARGUMENTS

vif
     struct ieee80211_vif pointer from the add_interface callback.

4. DESCRIPTION

When beacon filtering is enabled with IEEE80211_VIF_BEACON_FILTER and IEEE80211_CONF_PS is set, the driver needs to inform whenever the hardware is not receiving beacons with this function.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT