Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h1140 wifi_channel instant_mode_channel; member
1748 wifi_channel instant_mode_channel; member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2976 && mParams->instant_mode_channel) { in createEnableRequest()
2978 mParams->instant_mode_channel); in createEnableRequest()
2983 ALOGI("%s: instant mode channel = %d\n", __func__, mParams->instant_mode_channel); in createEnableRequest()
3260 && mParams->instant_mode_channel) { in createConfigRequest()
3262 mParams->instant_mode_channel); in createConfigRequest()
3267 ALOGI("%s: instant mode channel = %d\n", __func__, mParams->instant_mode_channel); in createConfigRequest()
3974 ALOGI("instant_mode_channel=%u\n", msg->instant_mode_channel); in dump_NanEnableRequest()
4048 ALOGI("instant_mode_channel=%u\n", msg->instant_mode_channel); in dump_NanConfigRequestRequest()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp4451 && mParams->instant_mode_channel) { in createEnableRequest()
4453 mParams->instant_mode_channel); in createEnableRequest()
4458 ALOGI("%s: instant mode channel = %d\n", __func__, mParams->instant_mode_channel); in createEnableRequest()
4747 && mParams->instant_mode_channel) { in createConfigRequest()
4749 mParams->instant_mode_channel); in createConfigRequest()
4754 ALOGI("%s: instant mode channel = %d\n", __func__, mParams->instant_mode_channel); in createConfigRequest()
5573 ALOGI("instant_mode_channel=%u\n", msg->instant_mode_channel); in dump_NanEnableRequest()
5647 ALOGI("instant_mode_channel=%u\n", msg->instant_mode_channel); in dump_NanConfigRequestRequest()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp7083 msg.instant_mode_channel = atoi(val_p); in enableNan()
7084 if (msg.instant_mode_channel) { in enableNan()
7476 msg.instant_mode_channel = atoi(val_p); in configNan()
7477 if (msg.instant_mode_channel) { in configNan()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1639 legacy_request->instant_mode_channel = aidl_request2.instantModeChannel; in convertAidlNanEnableRequestToLegacy()
1727 legacy_request->instant_mode_channel = aidl_request2.instantModeChannel; in convertAidlNanConfigRequestToLegacy()