Home
last modified time | relevance | path

Searched refs:channel_info (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h2666 NanChannelInfo channel_info[NAN_MAX_CHANNEL_INFO_SUPPORTED]; member
2689 NanChannelInfo channel_info[NAN_MAX_CHANNEL_INFO_SUPPORTED]; member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp1259 (NanChannelInfo *) ((u8 *)event->channel_info + (i++ * (sizeof(NanChannelInfo)))); in getNdpConfirm()
1313 (NanChannelInfo *) ((u8 *)event->channel_info + (i++ * (sizeof(NanChannelInfo)))); in getNdpScheduleUpdate()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp1188 (NanChannelInfo *) ((u8 *)event->channel_info + (i++ * (sizeof(NanChannelInfo)))); in getNdpConfirm()
1242 (NanChannelInfo *) ((u8 *)event->channel_info + (i++ * (sizeof(NanChannelInfo)))); in getNdpScheduleUpdate()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2333 wifi_channel_info channel_info; in showResponderCapability() local
2334 channel_info = responder_info.channel; in showResponderCapability()
2335 printMsg("Centre freq = %d \n",channel_info.center_freq); in showResponderCapability()
2336 if (channel_info.width == WIFI_CHAN_WIDTH_20) { in showResponderCapability()
2338 } else if (channel_info.width == WIFI_CHAN_WIDTH_40) { in showResponderCapability()
2340 } else if (channel_info.width == WIFI_CHAN_WIDTH_80) { in showResponderCapability()
2343 if (channel_info.width == WIFI_CHAN_WIDTH_40 || channel_info.width == WIFI_CHAN_WIDTH_80) { in showResponderCapability()
2344 printMsg("CentreFreq0 = %d \n",channel_info.center_freq0); in showResponderCapability()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2493 memcpy((u8 *)ndp_create_confirmation_event.channel_info, it.get_data(), in handleEvent()
2497 ndp_create_confirmation_event.channel_info[chan_idx].channel, in handleEvent()
2498 ndp_create_confirmation_event.channel_info[chan_idx].bandwidth, in handleEvent()
2499 ndp_create_confirmation_event.channel_info[chan_idx].nss); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3936 … memcpy((u8 *)ndp_create_confirmation_event.channel_info, it.get_data(), len); in handleEvent()
3939 ndp_create_confirmation_event.channel_info[chan_idx].channel, in handleEvent()
3940 ndp_create_confirmation_event.channel_info[chan_idx].bandwidth, in handleEvent()
3941 ndp_create_confirmation_event.channel_info[chan_idx].nss); in handleEvent()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp2429 if (!convertLegacyNdpChannelInfoToAidl(legacy_ind.channel_info[i], &aidl_struct)) { in convertLegacyNanDataPathConfirmIndToAidl()
2455 if (!convertLegacyNdpChannelInfoToAidl(legacy_ind.channel_info[i], &aidl_struct)) { in convertLegacyNanDataPathScheduleUpdateIndToAidl()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h1161 typedef struct channel_info { struct