Searched defs:tdls_status (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1448 JNIObject<jobject> tdls_status = helper.createObject( local
1450 helper.setIntField(tdls_status, "channel", status.channel);
1451 helper.setIntField(tdls_status, "global_operating_class", status.global_operating_class);
1452 helper.setIntField(tdls_status, "state", status.state);
1453 helper.setIntField(tdls_status, "reason", status.reason);
1454 return tdls_status.detach();

Completed in 120 milliseconds