Searched refs:instant_mode_channel (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 1140 wifi_channel instant_mode_channel; member 1748 wifi_channel instant_mode_channel; member
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 2976 && 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/ |
D | nan.cpp | 4451 && 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/ |
D | halutil.cpp | 7083 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/ |
D | aidl_struct_util.cpp | 1639 legacy_request->instant_mode_channel = aidl_request2.instantModeChannel; in convertAidlNanEnableRequestToLegacy() 1727 legacy_request->instant_mode_channel = aidl_request2.instantModeChannel; in convertAidlNanConfigRequestToLegacy()
|