enum sta_notify_cmd — sta notify command
enum sta_notify_cmd { STA_NOTIFY_SLEEP, STA_NOTIFY_AWAKE };
a station is now sleeping
a sleeping station woke up
Used with the sta_notify callback in struct ieee80211_ops, this indicates if an associated station made a power state transition.
sta_notify