1IEEE80211_GET_ASSOC_(9) The basic mac80211 driver inte IEEE80211_GET_ASSOC_(9)
2
3
4
6 ieee80211_get_assoc_led_name - get name of association LED
7
9 char * ieee80211_get_assoc_led_name(struct ieee80211_hw * hw);
10
12 hw
13 the hardware to get the LED trigger name for
14
16 mac80211 creates a association LED trigger for each wireless hardware
17 that can be used to drive LEDs if your driver registers a LED device.
18 This function returns the name (or NULL if not configured for LEDs) of
19 the trigger so you can automatically link the LED device.
20
22 Johannes Berg <johannes@sipsolutions.net>
23 Author.
24
26Kernel Hackers Manual 2.6. November 2011 IEEE80211_GET_ASSOC_(9)