1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>enum set_key_cmd</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems &#8211; for kernel developers"><link rel="up" href="hardware-crypto-offload.html" title="Chapter&#160;8.&#160;Hardware crypto acceleration"><link rel="prev" href="hardware-crypto-offload.html" title="Chapter&#160;8.&#160;Hardware crypto acceleration"><link rel="next" href="API-struct-ieee80211-key-conf.html" title="struct ieee80211_key_conf"></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 set_key_cmd</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="hardware-crypto-offload.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;8.&#160;Hardware crypto acceleration</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-ieee80211-key-conf.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-set-key-cmd"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum set_key_cmd &#8212; 
2  key command
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4enum set_key_cmd {
5  SET_KEY,
6  DISABLE_KEY
7};  </pre></div><div class="refsect1"><a name="idp1114013636"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">SET_KEY</span></dt><dd><p>
8a key is set
9      </p></dd><dt><span class="term">DISABLE_KEY</span></dt><dd><p>
10a key must be disabled
11      </p></dd></dl></div></div><div class="refsect1"><a name="idp1114015612"></a><h2>Description</h2><p>
12   </p><p>
13
14   Used with the <code class="function">set_key</code> callback in <span class="structname">struct ieee80211_ops</span>, this
15   indicates whether a key is being removed or added.
16</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="hardware-crypto-offload.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="hardware-crypto-offload.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-ieee80211-key-conf.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&#160;8.&#160;Hardware crypto acceleration&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">struct ieee80211_key_conf</span></td></tr></table></div></body></html>
17