Security

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECurity:SKEY
CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECurity:OPC
CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECurity:AUTHenticat
CONFigure:EVDO:SIGNaling<Instance>:NETWork:SECurity:SQN
class Security[source]

Security commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_authenticate()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:AUTHenticat
value: str = driver.configure.network.security.get_authenticate()

Sets/gets the authentication management field (AMF) of the EAP-AKA’ access authentication.

return

authentication: 4 hexadecimal digits

get_opc()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:OPC
value: str = driver.configure.network.security.get_opc()

Sets/gets the operator variant Key (OPC) of the EAP-AKA’ access authentication.

return

operator_var_key: 32 hexadecimal digits

get_skey()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:SKEY
value: str = driver.configure.network.security.get_skey()

Sets/gets the shared authentication key of the EAP-AKA’ access authentication.

return

secret_key: 32 hexadecimal digits

get_sqn()str[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:SQN
value: str = driver.configure.network.security.get_sqn()

Sets/gets the sequence number sent to the AT in the EAP-request / AKA’-challenge message.

return

sequence_number: 12 hexadecimal digits

set_authenticate(authentication: str)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:AUTHenticat
driver.configure.network.security.set_authenticate(authentication = r1)

Sets/gets the authentication management field (AMF) of the EAP-AKA’ access authentication.

param authentication

4 hexadecimal digits

set_opc(operator_var_key: str)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:OPC
driver.configure.network.security.set_opc(operator_var_key = r1)

Sets/gets the operator variant Key (OPC) of the EAP-AKA’ access authentication.

param operator_var_key

32 hexadecimal digits

set_skey(secret_key: str)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:SKEY
driver.configure.network.security.set_skey(secret_key = r1)

Sets/gets the shared authentication key of the EAP-AKA’ access authentication.

param secret_key

32 hexadecimal digits

set_sqn(sequence_number: str)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:SECurity:SQN
driver.configure.network.security.set_sqn(sequence_number = r1)

Sets/gets the sequence number sent to the AT in the EAP-request / AKA’-challenge message.

param sequence_number

12 hexadecimal digits