1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>OSBootInfo</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">OSBootInfo <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1> 12 13<H2>Definition</H2> 14<DL> 15 <DD> 16 <PRE><CODE>#include <nitro/os.h></CODE></PRE> 17 <PRE><CODE>typedef struct OSBootInfo 18{ 19 OSBootType boot_type; 20 u16 length; 21 u16 rssi; 22 u16 bssid[3]; 23 u16 ssidLength; 24 u16 ssid[32]; 25 u16 capaInfo; 26 struct 27 { 28 u16 basic; 29 u16 support; 30 } 31 rateSet; 32 u16 beaconPeriod; 33 u16 dtimPeriod; 34 u16 channel; 35 u16 cfpPeriod; 36 u16 cfpMaxDuration; 37 u16 rsv1; 38} 39OSBootInfo;</CODE></PRE> 40</DL> 41 42<H2>Elements</H2> 43<P> 44<TABLE border="1" width="100%"> 45 <TBODY> 46 <TR> 47 <TD width="200"><em><strong><font face="Courier New">boot_type</font></strong></em></TD> 48 <TD>An <A href="OSBootType.html">OSBootType</A> enumerated type that indicates the boot type.</TD> 49 </TR> 50 <TR> 51 <TD width="200"><font color="#808080">length</font></TD> 52 <TD rowspan="13">Used internally by the library.<BR>The contents match the <A href="../../mb/mb_parent_bss_desc_type.html"><CODE>MBParentBssDesc</CODE></A> structure that expresses the parent info from the perspective of a multiboot child.</TD> 53 </TR> 54 <TR> 55 <TD width="200"><font color="#808080">rssi</font></TD> 56 </TR> 57 <TR> 58 <TD width="200"><font color="#808080">bssid</font></TD> 59 </TR> 60 <TR> 61 <TD width="200"><font color="#808080">ssidLength</font></TD> 62 </TR> 63 <TR> 64 <TD width="200"><font color="#808080">ssid</font></TD> 65 </TR> 66 <TR> 67 <TD width="200"><font color="#808080">capaInfo</font></TD> 68 </TR> 69 <TR> 70 <TD width="200"><font color="#808080">rateSet</font></TD> 71 </TR> 72 <TR> 73 <TD width="200"><font color="#808080">beaconPeriod</font></TD> 74 </TR> 75 <TR> 76 <TD width="200"><font color="#808080">dtimPeriod</font></TD> 77 </TR> 78 <TR> 79 <TD width="200"><font color="#808080">channel</font></TD> 80 </TR> 81 <TR> 82 <TD width="200"><font color="#808080">cfpPeriod</font></TD> 83 </TR> 84 <TR> 85 <TD width="200"><font color="#808080">cfpMaxDuration</font></TD> 86 </TR> 87 <TR> 88 <TD width="200"><font color="#808080">rsv1</font></TD> 89 </TR> 90 </TBODY> 91</TABLE> 92<H2>Description</H2> 93<P> 94This structure holds information about a TWL unit's boot type. 95</P> 96 97<H2>Revision History</H2> 98<P> 992007/11/07 Initial version. 100</P> 101<hr><p>CONFIDENTIAL</p></body> 102</HTML>