| branch | CompilerCompatibility |
| changeset 13 | 1cafec024f08 |
| parent 8 | c2bc3f8c7777 |
| child 18 | 981afc7d3841 |
--- a/wlanutilities/wlansniffer/engine/server/inc/wsfwlanscanner.h Fri Mar 05 17:04:37 2010 -0800 +++ b/wlanutilities/wlansniffer/engine/server/inc/wsfwlanscanner.h Sun Mar 14 12:52:52 2010 +0000 @@ -496,6 +496,11 @@ */ TBuf8<KWlanMaxAccessPointNameLength> iConnectedSsidOrIap; + /** + * Array containing the available IAP IDs + */ + RArray<TUint> iAvailableIaps; + };