IEEE80211_ITERATE_AC(9) | Advanced driver interface | IEEE80211_ITERATE_AC(9) |
NAME¶
ieee80211_iterate_active_interfaces - iterate active interfaces
SYNOPSIS¶
void ieee80211_iterate_active_interfaces(struct ieee80211_hw * hw, u32 iter_flags, void (*iterator) (void *data, u8 *mac, struct ieee80211_vif *vif), void * data);
ARGUMENTS¶
hw
iter_flags
iterator
data
DESCRIPTION¶
This function iterates over the interfaces associated with a given hardware that are currently active and calls the callback for them. This function allows the iterator function to sleep, when the iterator function is atomic ieee80211_iterate_active_interfaces_atomic can be used. Does not iterate over a new interface during add_interface.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |