Man Page: ieee80211_iterate_active_interfaces
Operating Environment: centos
Section: 9
IEEE80211_ITERATE_AC(9) Advanced driver interface IEEE80211_ITERATE_AC(9)NAMEieee80211_iterate_active_interfaces - iterate active interfacesSYNOPSISvoid ieee80211_iterate_active_interfaces(struct ieee80211_hw * hw, u32 iter_flags, void (*iterator) (void *data, u8 *mac, struct ieee80211_vif *vif), void * data);ARGUMENTShw the hardware struct of which the interfaces should be iterated over iter_flags iteration flags, see enum ieee80211_interface_iteration_flags iterator the iterator function to call data first argument of the iterator functionDESCRIPTIONThis 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.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_ITERATE_AC(9)
| Related Man Pages |
|---|
| deviter_first(9) - netbsd |
| ieee80211_get_buffered_bc(9) - suse |
| deviter_next(9) - netbsd |
| __gnu_pbds::detail::pat_trie_base__inode_iterator(3) - centos |
| multipleiterator(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |