Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Configuration

176   Read the system configuration information associated with the Port. 

178 The GetSystemConfiguration() function reads the system configuration
196 @retval EFI_SUCCESS The system configuration information of the
211 Set the system configuration information associated with the Port.
222 @retval EFI_SUCCESS The system configuration information of the
288 current state and the configuration of the operational parameters.
291 machine for the Port, including the current state CurrentState and the configuration
292 of the operational parameters Configuration. The configuration of the operational
293 parameters is optional. If Configuration is NULL, then reading the configuration
294 is ignored. The operational parameters in Configuration to be read can also be
295 specified by Configuration.ValidFieldMask.
303 @param[in, out] Configuration Returns the configuration of the operational
306 NULL to ignore reading the configuration.
307 On input, Configuration.ValidFieldMask specifies the
309 On output, Configuration returns the configuration
312 @retval EFI_SUCCESS The configuration of the operational parameter
323 IN OUT EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration OPTIONAL
327 Set the configuration of the operational parameter of the Supplicant PAE
330 The SetSupplicantConfiguration() function sets the configuration of the
332 Configuration. The operational parameters in Configuration to be set can be
333 specified by Configuration.ValidFieldMask.
335 If Configuration is NULL, then EFI_INVALID_PARAMETER is returned.
339 @param[in] Configuration The desired configuration of the operational
343 @retval EFI_SUCCESS The configuration of the operational parameter
346 @retval EFI_INVALID_PARAMETER Configuration is NULL.
353 IN EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration