Beacon generation function
struct sk_buff * ieee80211_beacon_get(struct ieee80211_hw * hw, struct ieee80211_vif * vif);
hw
pointer obtained from ieee80211_alloc_hw.
vif
struct ieee80211_vif pointer from the add_interface callback.
See ieee80211_beacon_get_tim.
See ieee80211_beacon_get_tim.
Johannes Berg <[email protected]>
Author.