diff -r 024ee8b21fe2 -r aaabc7526ded wlanutilities/wlansniffer/wlaninfo/inc/wsfwlaninfoarray.h --- a/wlanutilities/wlansniffer/wlaninfo/inc/wsfwlaninfoarray.h Tue May 25 13:53:32 2010 +0300 +++ b/wlanutilities/wlansniffer/wlaninfo/inc/wsfwlaninfoarray.h Wed Jun 09 10:53:40 2010 +0300 @@ -148,36 +148,38 @@ * @return Pointer to the wlan info object (ownership not passed), or * NULL if ssid is not found */ - IMPORT_C void MatchWithIapIDL( const TUint aIapID, - const TInt aPriorThis, - RPointerArray& aMatchArray ); - - - /** - * Returns the info array element matching the SSID, security mode and net mode - * prior the given index - * @since S60 5.0 - * @param aSsid The SSID to match - * @param aSecMode The security mode to match - * @param aNetMode The network mode to match - * @param aPriorThis The index after which results are not reported - * @return Pointer to the wlan info object (ownership not passed), or - * NULL if ssid is not found - */ - IMPORT_C void MatchL( const TDesC8& aSsid, - CMManager::TWlanSecMode aSecMode, - CMManager::TWlanNetMode aNetMode, - const TInt aPriorThis, - RPointerArray& aMatchArray ); - - /** - * Serialize the array content to a buffer and pushes it on the - * cleanup stack + IMPORT_C void MatchWithIapIDL( const TUint aIapID, + const TInt aPriorThis, + RPointerArray& aMatchArray ); + + + /** + * Returns the info array element matching the SSID, security mode and net mode + * prior the given index + * @since S60 5.0 + * @param aSsid The SSID to match + * @param aSecMode The security mode to match + * @param aNetMode The network mode to match + * @param aUsesPreSharedKey pre shared key usage to match + * @param aPriorThis The index after which results are not reported + * @return Pointer to the wlan info object (ownership not passed), or + * NULL if ssid is not found + */ + IMPORT_C void MatchL( const TDesC8& aSsid, + CMManager::TWlanSecMode aSecMode, + CMManager::TWlanNetMode aNetMode, + TBool aUsesPreSharedKey, + const TInt aPriorThis, + RPointerArray& aMatchArray ); + + /** + * Serialize the array content to a buffer and pushes it on the + * cleanup stack * @since S60 5.0 - * @return The buffer created - */ - IMPORT_C HBufC8* SerializeContentLC(); - + * @return The buffer created + */ + IMPORT_C HBufC8* SerializeContentLC(); + /** * Read wlan info objects from buffer and append them to the array * @since S60 5.0