Searched refs:IEsLen (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/wilc1000/ |
| D | host_interface.h | 666 const u8 *pu8IEs, size_t IEsLen, 840 size_t IEsLen, wilc_scan_result ScanResult,
|
| D | host_interface.c | 3454 const u8 *pu8IEs, size_t IEsLen, in host_int_set_join_req() argument 3496 msg.body.con_info.ies_len = IEsLen; in host_int_set_join_req() 3497 msg.body.con_info.ies = kmalloc(IEsLen, GFP_KERNEL); in host_int_set_join_req() 3498 memcpy(msg.body.con_info.ies, pu8IEs, IEsLen); in host_int_set_join_req() 3876 size_t IEsLen, wilc_scan_result ScanResult, in host_int_scan() argument 3908 msg.body.scan_info.ies_len = IEsLen; in host_int_scan() 3909 msg.body.scan_info.ies = kmalloc(IEsLen, GFP_KERNEL); in host_int_scan() 3910 memcpy(msg.body.scan_info.ies, pu8IEs, IEsLen); in host_int_scan()
|