1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>enum sta_notify_cmd</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems – for kernel developers"><link rel="up" href="station-handling.html" title="Chapter 14. Station handling"><link rel="prev" href="API-struct-ieee80211-sta.html" title="struct ieee80211_sta"><link rel="next" href="API-ieee80211-find-sta.html" title="ieee80211_find_sta"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">enum sta_notify_cmd</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ieee80211-sta.html">Prev</a> </td><th width="60%" align="center">Chapter 14. Station handling</th><td width="20%" align="right"> <a accesskey="n" href="API-ieee80211-find-sta.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-sta-notify-cmd"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum sta_notify_cmd — 2 sta notify command 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum sta_notify_cmd { 5 STA_NOTIFY_SLEEP, 6 STA_NOTIFY_AWAKE 7}; </pre></div><div class="refsect1"><a name="idp1114256100"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">STA_NOTIFY_SLEEP</span></dt><dd><p> 8a station is now sleeping 9 </p></dd><dt><span class="term">STA_NOTIFY_AWAKE</span></dt><dd><p> 10a sleeping station woke up 11 </p></dd></dl></div></div><div class="refsect1"><a name="idp1114258100"></a><h2>Description</h2><p> 12 </p><p> 13 14 Used with the <code class="function">sta_notify</code> callback in <span class="structname">struct ieee80211_ops</span>, this 15 indicates if an associated station made a power state transition. 16</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-ieee80211-sta.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="station-handling.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ieee80211-find-sta.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct ieee80211_sta</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">ieee80211_find_sta</span></td></tr></table></div></body></html> 17