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

/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp154 wifi_channel_info channel_hint, unsigned max_duration_seconds,
153 wifi_enable_responder_stub(wifi_request_id id, wifi_interface_handle iface, wifi_channel_info channel_hint, unsigned max_duration_seconds, wifi_channel_info* channel_used) argument
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1302 JNIEnv *env, jclass cls, jint iface, jint id, jint timeout_seconds, jobject channel_hint) {
1308 if (channel_hint == NULL) {
1317 channel.center_freq = helper.getIntField(channel_hint, "mPrimaryFrequency");
1318 channel.center_freq0 = helper.getIntField(channel_hint, "mCenterFrequency0");
1319 channel.center_freq1 = helper.getIntField(channel_hint, "mCenterFrequency1");
1320 channel.width = (wifi_channel_width)helper.getIntField(channel_hint, "mChannelWidth");
1301 android_net_wifi_enableResponder( JNIEnv *env, jclass cls, jint iface, jint id, jint timeout_seconds, jobject channel_hint) argument

Completed in 25 milliseconds