diff -r 81ed0ffb82d3 -r bbb9bdf58ff2 wlan_plat/wlan_management_api/inc/wlanmgmtinterface.h --- a/wlan_plat/wlan_management_api/inc/wlanmgmtinterface.h Mon Mar 08 21:45:14 2010 +0000 +++ b/wlan_plat/wlan_management_api/inc/wlanmgmtinterface.h Sun Mar 14 13:16:18 2010 +0000 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -16,7 +16,7 @@ */ /* -* %version: 15 % +* %version: 16 % */ #ifndef WLANMGMTINTERFACE_H @@ -403,6 +403,13 @@ */ virtual void CancelDirectedRoam() = 0; + /** + * Start aggressive background scanning. + * + * @param aInterval Scan interval (in seconds) for aggressive mode. + */ + virtual TInt StartAggressiveBgScan( + TUint aInterval ) = 0; }; #endif // WLANMGMTINTERFACE_H