connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/ConnectionUiUtilitiesClient.h
equal
deleted
inserted
replaced
193 * Cancel ConnectedViaConnMethodNote notifier. |
193 * Cancel ConnectedViaConnMethodNote notifier. |
194 */ |
194 */ |
195 void CancelConnectedViaConnMethodNote(); |
195 void CancelConnectedViaConnMethodNote(); |
196 |
196 |
197 /** |
197 /** |
198 * This note is displayed when power-save feature of the WLAN station |
|
199 * is incompatible and thus battery consumption of the mobile will increase. |
|
200 * @param aDisable ETrue if user wants to disable this note in the future. |
|
201 * @param aStatus Status object of notifier. |
|
202 */ |
|
203 void WlanPowerSaveTestNote( TBool& aDisable, TRequestStatus& aStatus ); |
|
204 |
|
205 /** |
|
206 * Cancel WlanPowerSaveTestNote notifier. |
|
207 */ |
|
208 void CancelWlanPowerSaveTestNote(); |
|
209 |
|
210 /** |
|
211 * Notifier. Prompts WAPI-PSK. |
198 * Notifier. Prompts WAPI-PSK. |
212 * Shows a data query, "Enter pre-shared key for WLAN" |
199 * Shows a data query, "Enter pre-shared key for WLAN" |
213 * @param aKey Key entered by user |
200 * @param aKey Key entered by user |
214 * @return ETrue if user select OK, EFalse otherwise |
201 * @return ETrue if user select OK, EFalse otherwise |
215 */ |
202 */ |