Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c103 u8 *ch_freq_list; member
887 if (pstrHostIFscanAttr->ch_freq_list && in Handle_Scan()
892 if (pstrHostIFscanAttr->ch_freq_list[i] > 0) in Handle_Scan()
893 pstrHostIFscanAttr->ch_freq_list[i] = pstrHostIFscanAttr->ch_freq_list[i] - 1; in Handle_Scan()
897 strWIDList[u32WidsCount].val = pstrHostIFscanAttr->ch_freq_list; in Handle_Scan()
926 kfree(pstrHostIFscanAttr->ch_freq_list); in Handle_Scan()
927 pstrHostIFscanAttr->ch_freq_list = NULL; in Handle_Scan()
3905 msg.body.scan_info.ch_freq_list = kmalloc(u8ChnlListLen, GFP_KERNEL); in host_int_scan()
3906 memcpy(msg.body.scan_info.ch_freq_list, pu8ChnlFreqList, u8ChnlListLen); in host_int_scan()