Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/jni/
Dwifi_nan_hal_mock.cpp57 HalMockJsonWriter jsonW; in wifi_nan_enable_request_mock() local
58 jsonW.put_int("master_pref", msg->master_pref); in wifi_nan_enable_request_mock()
59 jsonW.put_int("cluster_low", msg->cluster_low); in wifi_nan_enable_request_mock()
60 jsonW.put_int("cluster_high", msg->cluster_high); in wifi_nan_enable_request_mock()
61 jsonW.put_int("config_support_5g", msg->config_support_5g); in wifi_nan_enable_request_mock()
62 jsonW.put_int("support_5g_val", msg->support_5g_val); in wifi_nan_enable_request_mock()
63 jsonW.put_int("config_sid_beacon", msg->config_sid_beacon); in wifi_nan_enable_request_mock()
64 jsonW.put_int("sid_beacon_val", msg->sid_beacon_val); in wifi_nan_enable_request_mock()
65 jsonW.put_int("config_2dot4g_rssi_close", msg->config_2dot4g_rssi_close); in wifi_nan_enable_request_mock()
66 jsonW.put_int("rssi_close_2dot4g_val", msg->rssi_close_2dot4g_val); in wifi_nan_enable_request_mock()
[all …]