Searched refs:channel_info (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 2666 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/ |
D | nan_ind.cpp | 1259 (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/ |
D | nan_ind.cpp | 1188 (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/ |
D | halutil.cpp | 2333 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/ |
D | nan.cpp | 2493 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/ |
D | nan.cpp | 3936 … 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/ |
D | aidl_struct_util.cpp | 2429 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/ |
D | wlioctl.h | 1161 typedef struct channel_info { struct
|