| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version='1.0' encoding='UTF-8' standalone='no'?>
- <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.15">
- <compounddef id="structwhd__wep__key__t" kind="struct" language="C++" prot="public">
- <compoundname>whd_wep_key_t</compoundname>
- <includes local="no">whd_types.h</includes>
- <sectiondef kind="public-attrib">
- <memberdef kind="variable" id="structwhd__wep__key__t_1aae5a12e607d0f782506d9e6ec6179c64" prot="public" static="no" mutable="no">
- <type>uint8_t</type>
- <definition>uint8_t index</definition>
- <argsstring></argsstring>
- <name>index</name>
- <briefdescription>
- <para>WEP key index [0/1/2/3]. </para>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <inbodydescription>
- </inbodydescription>
- <location file="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" line="1030" column="1" bodyfile="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" bodystart="1030" bodyend="-1"/>
- </memberdef>
- <memberdef kind="variable" id="structwhd__wep__key__t_1ab2b3adeb2a67e656ff030b56727fd0ac" prot="public" static="no" mutable="no">
- <type>uint8_t</type>
- <definition>uint8_t length</definition>
- <argsstring></argsstring>
- <name>length</name>
- <briefdescription>
- <para>WEP key length. </para>
- </briefdescription>
- <detaileddescription>
- <para>Either 5 bytes (40-bits) or 13-bytes (104-bits) </para>
- </detaileddescription>
- <inbodydescription>
- </inbodydescription>
- <location file="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" line="1031" column="1" bodyfile="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" bodystart="1031" bodyend="-1"/>
- </memberdef>
- <memberdef kind="variable" id="structwhd__wep__key__t_1a6460a21fbea84550b8bf9c7ce257e4ed" prot="public" static="no" mutable="no">
- <type>uint8_t</type>
- <definition>uint8_t data[32]</definition>
- <argsstring>[32]</argsstring>
- <name>data</name>
- <briefdescription>
- <para>WEP key as values NOT characters. </para>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <inbodydescription>
- </inbodydescription>
- <location file="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" line="1032" column="1" bodyfile="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" bodystart="1032" bodyend="-1"/>
- </memberdef>
- </sectiondef>
- <briefdescription>
- <para>Structure for storing a WEP key. </para>
- </briefdescription>
- <detaileddescription>
- </detaileddescription>
- <location file="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" line="1029" column="1" bodyfile="C:/Users/HsiehYuanPin/01_SRC/whd/inc/whd_types.h" bodystart="1028" bodyend="1033"/>
- <listofallmembers>
- <member refid="structwhd__wep__key__t_1a6460a21fbea84550b8bf9c7ce257e4ed" prot="public" virt="non-virtual"><scope>whd_wep_key_t</scope><name>data</name></member>
- <member refid="structwhd__wep__key__t_1aae5a12e607d0f782506d9e6ec6179c64" prot="public" virt="non-virtual"><scope>whd_wep_key_t</scope><name>index</name></member>
- <member refid="structwhd__wep__key__t_1ab2b3adeb2a67e656ff030b56727fd0ac" prot="public" virt="non-virtual"><scope>whd_wep_key_t</scope><name>length</name></member>
- </listofallmembers>
- </compounddef>
- </doxygen>
|