This topic describes the following functions:
int E6651_GetBSPKMAVP_CalledStationID(BYTE MID, char* Value);
int E6651_SetBSPKMAVP_CalledStationID(BYTE MID, char* Value);
MID [in]: User defined E6651A Machine ID
Value [out]: Current called station ID parameter included in the RADIUS message to AAA server
Value [in]: Set the called station ID parameter included in the RADIUS message to AAA server
0 to FFFFFFFFFFFF
0x000002000011
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(-1)
Retrieve and set the called station ID parameter included in the RADIUS message to AAA server. For TTCN use only.
int E6651_GetBSPKMAVP_CallingStationID(BYTE MID, char* Value);
int E6651_SetBSPKMAVP_CallingStationID(BYTE MID, char* Value);
MID [in]: User defined E6651A Machine ID
Value [out]: Current calling station ID parameter included in the RADIUS message to AAA server
Value [in]: Set the calling station ID parameter included in the RADIUS message to AAA server
0 to FFFFFFFFFFFF
0x000000000000
Success: STATE_SUCCESS(1)
Failure: STATE_ERROR(-1)
Retrieve and set the calling station ID parameter included in the RADIUS message to AAA server. For TTCN use only.