Home
last modified time | relevance | path

Searched refs:chip_state (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/cli/src/
Drequests.rs103 let chip_state = state == "up"; in get_expected_radio() localVariable
106 wifi_chip.state = chip_state.into(); in get_expected_radio()
111 uwb_chip.state = chip_state.into(); in get_expected_radio()
117 bt_chip_radio.state = chip_state.into(); in get_expected_radio()
Dargs.rs100 let chip_state = match cmd.status { in get_request_bytes() localVariable
106 wifi_chip.state = chip_state.into(); in get_request_bytes()
111 uwb_chip.state = chip_state.into(); in get_request_bytes()
117 bt_chip_radio.state = chip_state.into(); in get_request_bytes()