KtThree

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:ESIM:KTTHree
class KtThreeCls[source]

KtThree commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class KtThreeStruct[source]

Response structure. Fields:

  • Rand: str: string Random challenge as string with 32 hexadecimal digits

  • Sres: str: string Signed response as string with 8 hexadecimal digits

  • Kc: str: string Ciphering key as string with 16 hexadecimal digits

get() KtThreeStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:ESIM:KTTHree
value: KtThreeStruct = driver.configure.connection.security.esim.ktThree.get()

Defines the third triplet for EAP-SIM authentication (internal RADIUS server) .

return:

structure: for return value, see the help for KtThreeStruct structure arguments.

set(rand: str, sres: str, kc: str) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:SECurity:ESIM:KTTHree
driver.configure.connection.security.esim.ktThree.set(rand = 'abc', sres = 'abc', kc = 'abc')

Defines the third triplet for EAP-SIM authentication (internal RADIUS server) .

param rand:

string Random challenge as string with 32 hexadecimal digits

param sres:

string Signed response as string with 8 hexadecimal digits

param kc:

string Ciphering key as string with 16 hexadecimal digits