Searched refs:_chan_list (Results 1 – 1 of 1) sorted by relevance
224 char *_chan_list; in wpa_supp_supported_channels() local233 _chan_list = os_malloc(size); in wpa_supp_supported_channels()234 if (!_chan_list) { in wpa_supp_supported_channels()242 retval = snprintf(_chan_list + offset, CHAN_NUM_LEN, " %d", in wpa_supp_supported_channels()246 *chan_list = _chan_list; in wpa_supp_supported_channels()
Completed in 6 milliseconds