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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1574 JNIObject<jobject> tdls_status = helper.createObject( local
1576 helper.setIntField(tdls_status, "channel", status.channel);
1577 helper.setIntField(tdls_status, "global_operating_class", status.global_operating_class);
1578 helper.setIntField(tdls_status, "state", status.state);
1579 helper.setIntField(tdls_status, "reason", status.reason);
1580 return tdls_status.detach();

Completed in 99 milliseconds