Query: ieee80211_iterate_active_interfaces_atomic
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_ITERATE_AC(9) Advanced driver interface IEEE80211_ITERATE_AC(9)NAMEieee80211_iterate_active_interfaces_atomic - iterate active interfacesSYNOPSISvoid ieee80211_iterate_active_interfaces_atomic(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, cannot sleep 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 requires the iterator callback function to be atomic, if that is not desired, use ieee80211_iterate_active_interfaces instead. 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 |
---|
ieee80211_get_buffered_bc(9) - centos |
struct_ieee80211_vif(9) - centos |
struct_ieee80211_ops(9) - suse |
deviter(9) - netbsd |
callbackfilteriterator(3) - php |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
Tar Command |
Unsure why access time on a directory change isn't changing |
Controlling user input |