-
Notifications
You must be signed in to change notification settings - Fork 0
/
a00046.html
114 lines (103 loc) · 5.3 KB
/
a00046.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Contiki 2.5: frame802154_scf_t Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>frame802154_scf_t Struct Reference<br/>
<small>
[<a class="el" href="a01686.html">Frame802154</a>]</small>
</h1><!-- doxytag: class="frame802154_scf_t" -->
<p>802.15.4 security control bitfield.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00263_source.html">core/net/mac/frame802154.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#aff79dde019c5759a65663d49c879e953">security_level</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">3 bit. <a href="#aff79dde019c5759a65663d49c879e953"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#a0f44c542030576cb821c6dac634a0736">key_id_mode</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">2 bit. <a href="#a0f44c542030576cb821c6dac634a0736"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#a23d202331f3c45424f13eab1375b518b">reserved</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">3 bit. <a href="#a23d202331f3c45424f13eab1375b518b"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>802.15.4 security control bitfield. </p>
<p>See section 7.6.2.2.1 in 802.15.4 specification </p>
<p>Definition at line <a class="el" href="a00263_source.html#l00133">133</a> of file <a class="el" href="a00263_source.html">frame802154.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a0f44c542030576cb821c6dac634a0736"></a><!-- doxytag: member="frame802154_scf_t::key_id_mode" ref="a0f44c542030576cb821c6dac634a0736" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint8_t <a class="el" href="a00046.html#a0f44c542030576cb821c6dac634a0736">frame802154_scf_t::key_id_mode</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>2 bit. </p>
<p>Key identifier mode </p>
<p>Definition at line <a class="el" href="a00263_source.html#l00135">135</a> of file <a class="el" href="a00263_source.html">frame802154.h</a>.</p>
</div>
</div>
<a class="anchor" id="a23d202331f3c45424f13eab1375b518b"></a><!-- doxytag: member="frame802154_scf_t::reserved" ref="a23d202331f3c45424f13eab1375b518b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint8_t <a class="el" href="a00046.html#a23d202331f3c45424f13eab1375b518b">frame802154_scf_t::reserved</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>3 bit. </p>
<p>Reserved bits </p>
<p>Definition at line <a class="el" href="a00263_source.html#l00136">136</a> of file <a class="el" href="a00263_source.html">frame802154.h</a>.</p>
</div>
</div>
<a class="anchor" id="aff79dde019c5759a65663d49c879e953"></a><!-- doxytag: member="frame802154_scf_t::security_level" ref="aff79dde019c5759a65663d49c879e953" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint8_t <a class="el" href="a00046.html#aff79dde019c5759a65663d49c879e953">frame802154_scf_t::security_level</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>3 bit. </p>
<p>security level </p>
<p>Definition at line <a class="el" href="a00263_source.html#l00134">134</a> of file <a class="el" href="a00263_source.html">frame802154.h</a>.</p>
</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>