Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c4524 struct add_sta_param *pstrAddStationMsg = &msg.body.add_sta_info; in host_int_add_station() local
4538 memcpy(pstrAddStationMsg, pstrStaParams, sizeof(struct add_sta_param)); in host_int_add_station()
4539 if (pstrAddStationMsg->u8NumRates > 0) { in host_int_add_station()
4540 u8 *rates = kmalloc(pstrAddStationMsg->u8NumRates, GFP_KERNEL); in host_int_add_station()
4545 memcpy(rates, pstrStaParams->pu8Rates, pstrAddStationMsg->u8NumRates); in host_int_add_station()
4546 pstrAddStationMsg->pu8Rates = rates; in host_int_add_station()
4640 struct add_sta_param *pstrAddStationMsg = &msg.body.add_sta_info; in host_int_edit_station() local
4654 memcpy(pstrAddStationMsg, pstrStaParams, sizeof(struct add_sta_param)); in host_int_edit_station()
4655 if (pstrAddStationMsg->u8NumRates > 0) { in host_int_edit_station()
4656 u8 *rates = kmalloc(pstrAddStationMsg->u8NumRates, GFP_KERNEL); in host_int_edit_station()
[all …]