ieee80211_iterate_active_interfaces_atomic(9) centos man page | unix.com

Man Page: ieee80211_iterate_active_interfaces_atomic

Operating Environment: centos

Section: 9

IEEE80211_ITERATE_AC(9) 				     Advanced driver interface					   IEEE80211_ITERATE_AC(9)

NAME
ieee80211_iterate_active_interfaces_atomic - iterate active interfaces
SYNOPSIS
void ieee80211_iterate_active_interfaces_atomic(struct ieee80211_hw * hw, u32 iter_flags, void (*iterator) (void *data, u8 *mac, struct ieee80211_vif *vif), void * data);
ARGUMENTS
hw 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 function
DESCRIPTION
This 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.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IEEE80211_ITERATE_AC(9)
Related Man Pages
deviter_init(9) - netbsd
struct_ieee80211_vif(9) - centos
struct_wireless_dev(9) - centos
struct_ieee80211_hw(9) - suse
multipleiterator(3) - php
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I