'\" t .\" Title: enum sta_notify_cmd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "ENUM STA_NOTIFY_CMD" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_sta_notify_cmd \- sta notify command .SH "SYNOPSIS" .sp .nf enum sta_notify_cmd { STA_NOTIFY_SLEEP, STA_NOTIFY_AWAKE }; .fi .SH "CONSTANTS" .PP STA_NOTIFY_SLEEP .RS 4 a station is now sleeping .RE .PP STA_NOTIFY_AWAKE .RS 4 a sleeping station woke up .RE .SH "DESCRIPTION" .PP .PP Used with the \fBsta_notify\fR callback in struct ieee80211_ops, this indicates if an associated station made a power state transition\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br