Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_req_frame.c68 uint8_t chn_count; in lim_convert_supported_channels() local
89 chn_count = assoc_req->supportedChannels.supportedChannels[i]; in lim_convert_supported_channels()
91 pe_warn("Ch count > max supported: %d", chn_count); in lim_convert_supported_channels()
95 if (chn_count <= 1) in lim_convert_supported_channels()
108 for (j = 1; j < chn_count; j++) { in lim_convert_supported_channels()
114 pe_warn("Ch count > supported: %d", chn_count); in lim_convert_supported_channels()