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 8.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<title>WMBssDesc</title> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</head> 10<body> 11<h1 align="left">WMBssDesc</h1> 12<h2>Definition</h2> 13<dl> 14 <dd> 15<CODE>#include <nitro/wm.h></CODE><BR> 16 <PRE><CODE> 17typedef struct WMBssDesc 18{ 19 u16 length; 20 u16 rssi; 21 u8 bssid[ WM_SIZE_BSSID ]; 22 u16 ssidLength; 23 u8 ssid[WM_SIZE_SSID]; 24 u16 capaInfo; 25 struct 26 { 27 u16 basic; 28 u16 support; 29 } rateSet; 30 u16 beaconPeriod; 31 u16 dtimPeriod; 32 u16 channel; 33 u16 cfpPeriod; 34 u16 cfpMaxDuration; 35 u16 gameInfoLength; 36 u16 rsv; 37 <a href="WMGameInfo.html">WMGameInfo</a> gameInfo; 38} WMBssDesc; 39</CODE></PRE> 40 </dd> 41</dl><h2>Elements</h2> 42<TABLE border="1" width="100%"> 43 <TBODY> 44 <TR> 45 <TD width="200"><CODE>length</CODE></TD> 46 <TD width="800">The size, in half word (<code>u16</code>) units, of available data stored in this whole structure.</TD> 47 </TR> 48 <TR> 49 <TD width="200"><CODE>bssid</CODE></TD> 50 <TD width="800">Parent BSS ID.<br /> 51 This value is parent MAC address and is unique to each device.</TD> 52 </TR> 53 <TR> 54 <TD width="200"><CODE>gameInfoLength</CODE></TD> 55 <TD width="800">The available data byte amount stored in <code>gameInfo</code>.</TD> 56 </TR> 57 <TR> 58 <TD width="200"><CODE>gameInfo</CODE></TD> 59 <TD width="800">The <a href="WMGameInfo.html"><code>WMGameInfo</code></a> structure storing specified parent information.</TD> 60 </TR> 61 <TR> 62 <TD width="200"><font color="#808080"><CODE>rssi</CODE></font></TD> 63 <TD width="800" rowspan="11"><font color="#808080">Used internally in the library.</font></TD> 64 </TR> 65 <TR> 66 <TD width="200"><font color="#808080"><CODE>ssidLength</CODE></font></TD> 67 </TR> 68 <TR> 69 <TD width="200"><font color="#808080"><CODE>ssid</CODE></font></TD> 70 </TR> 71 <TR> 72 <TD width="200"><font color="#808080"><CODE>capaInfo</CODE></font></TD> 73 </TR> 74 <TR> 75 <TD width="200"><font color="#808080"><CODE>rateSet</CODE></font></TD> 76 </TR> 77 <TR> 78 <TD width="200"><font color="#808080"><CODE>beaconPeriod</CODE></font></TD> 79 </TR> 80 <TR> 81 <TD width="200"><font color="#808080"><CODE>dtimPeriod</CODE></font></TD> 82 </TR> 83 <TR> 84 <TD width="200"><font color="#808080"><CODE>channel</CODE></font></TD> 85 </TR> 86 <TR> 87 <TD width="200"><font color="#808080"><CODE>cfpPeriod</CODE></font></TD> 88 </TR> 89 <TR> 90 <TD width="200"><font color="#808080"><CODE>cfpMaxDuration</CODE></font></TD> 91 </TR> 92 <TR> 93 <TD width="200"><font color="#808080"><CODE>rsv</CODE></font></TD> 94 </TR> 95 </TBODY> 96</TABLE> 97<H2>Description</H2> 98<P> 99This structure stores information for the parent device that is discovered as the result of searching with the <a href="WM_StartScan.html"><code>WM_StartScan</code></a> function.<br> 100</P> 101<H2>Revision History</H2> 102<P> 1032004/10/06 Initial version. 104</P> 105<hr><p>CONFIDENTIAL</p></body> 106</html> 107