1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>enum survey_info_flags</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="bk01ch02.html" title="Chapter 2. Actions and configuration"><link rel="prev" href="API-struct-key-params.html" title="struct key_params"><link rel="next" href="API-struct-survey-info.html" title="struct survey_info"></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 survey_info_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-key-params.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Actions and configuration</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-survey-info.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-survey-info-flags"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum survey_info_flags — 2 survey information flags 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum survey_info_flags { 5 SURVEY_INFO_NOISE_DBM, 6 SURVEY_INFO_IN_USE, 7 SURVEY_INFO_TIME, 8 SURVEY_INFO_TIME_BUSY, 9 SURVEY_INFO_TIME_EXT_BUSY, 10 SURVEY_INFO_TIME_RX, 11 SURVEY_INFO_TIME_TX, 12 SURVEY_INFO_TIME_SCAN 13}; </pre></div><div class="refsect1"><a name="idp1112471716"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">SURVEY_INFO_NOISE_DBM</span></dt><dd><p> 14noise (in dBm) was filled in 15 </p></dd><dt><span class="term">SURVEY_INFO_IN_USE</span></dt><dd><p> 16channel is currently being used 17 </p></dd><dt><span class="term">SURVEY_INFO_TIME</span></dt><dd><p> 18active time (in ms) was filled in 19 </p></dd><dt><span class="term">SURVEY_INFO_TIME_BUSY</span></dt><dd><p> 20busy time was filled in 21 </p></dd><dt><span class="term">SURVEY_INFO_TIME_EXT_BUSY</span></dt><dd><p> 22extension channel busy time was filled in 23 </p></dd><dt><span class="term">SURVEY_INFO_TIME_RX</span></dt><dd><p> 24receive time was filled in 25 </p></dd><dt><span class="term">SURVEY_INFO_TIME_TX</span></dt><dd><p> 26transmit time was filled in 27 </p></dd><dt><span class="term">SURVEY_INFO_TIME_SCAN</span></dt><dd><p> 28scan time was filled in 29 </p></dd></dl></div></div><div class="refsect1"><a name="idp1112477772"></a><h2>Description</h2><p> 30 Used by the driver to indicate which info in <span class="structname">struct survey_info</span> 31 it has filled in during the <code class="function">get_survey</code>. 32</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-key-params.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-survey-info.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct key_params</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">struct survey_info</span></td></tr></table></div></body></html> 33