Functions | |
VOID | CuCmd_StartEnrolleePIN (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Starts the enrollee PIN method. | |
VOID | CuCmd_StartEnrolleePBC (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Starts the enrollee PBC method. | |
VOID | CuCmd_StopEnrollee (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Stops the WSC process. | |
VOID | CuCmd_SetPin (THandle hCuCmd, ConParm_t parm[], U16 nParms) |
Sets the PIN. |
VOID CuCmd_SetPin | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Sets the PIN.
This function sets the PIN value to the supplicant. This PIN is used by the station in the WPS PIN method.
[in] | hCuCmd | Handle for the command module |
[in] | parm | parm[0] The PIN value (1 to 8 bytes; string) |
[in] | nParms | Always 1 |
VOID CuCmd_StartEnrolleePBC | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Starts the enrollee PBC method.
This function starts the PBC method in which the station enrolls itself with the WPS authenticator. If the enrollment succeeds, the authenticator sends the network configuration to the station. This is part of the WiFi-protected setup (WPS).
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_StartEnrolleePIN | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Starts the enrollee PIN method.
This function starts the PIN method during which the station enrolls itself with the WPS authenticator. If the enrollment succeeds and the station proves its identity during authentication, the authenticator sends the network configuration to the station. This is part of the WiFi-protected setup (WPS).
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |
VOID CuCmd_StopEnrollee | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Stops the WSC process.
This function stops the WSC enrollee process when working in PBC mode.
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |