OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wifi_channel_stat
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp
42
wifi_channel_stat
channels[];
109
+ radio_stat->num_channels * sizeof(
wifi_channel_stat
));
119
uint32_t channel_size = internal_stat_ptr->num_channels * sizeof(
wifi_channel_stat
);
/hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h
83
}
wifi_channel_stat
;
typedef in typeref:struct:__anon32336
104
wifi_channel_stat
channels[]; // channel statistics
/hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp
685
wifi_channel_stat
*pChStats;
796
pChStats = (
wifi_channel_stat
*) ((u8 *)stats->channels + (i++ * (sizeof(
wifi_channel_stat
))));
[
all
...]
Completed in 35 milliseconds