Searched refs:MAX_CHANNEL_LIST (Results 1 – 5 of 5) sorted by relevance
183 if (rep_data->channel_num + sub_len - 1U > (t_u8)MAX_CHANNEL_LIST) in wlan_process_rm_beacon_req_subelement()396 for (i = 0; i < (int)param->rep_data.channel_num && i < MAX_CHANNEL_LIST; i++) in wlan_process_rm_beacon_req()
1516 #define MAX_CHANNEL_LIST 6 macro1545 wifi_scan_channel_list_t chan_list[MAX_CHANNEL_LIST];
1183 t_u8 channel[MAX_CHANNEL_LIST];
1406 #define MAX_CHANNEL_LIST 6 macro1415 int channel[MAX_CHANNEL_LIST];
11137 …(void)memset((void *)&wlan_scan_param->chan_list[0], 0x0, MAX_CHANNEL_LIST * sizeof(wifi_scan_chan… in wlan_scan_with_opt()11141 …for (t_idx = 0; t_idx < MAX_CHANNEL_LIST && t_wlan_scan_param.chan_list[t_idx].chan_number; t_idx+… in wlan_scan_with_opt()