ieee80211_beacon_get(9) beacon generation function

SYNOPSIS

struct sk_buff * ieee80211_beacon_get(struct ieee80211_hw * hw, struct ieee80211_vif * vif);

ARGUMENTS

hw

pointer obtained from ieee80211_alloc_hw.

vif

struct ieee80211_vif pointer from the add_interface callback.

DESCRIPTION

See ieee80211_beacon_get_tim.

RETURN

See ieee80211_beacon_get_tim.

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT