Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h327 const u8 *pu8Rates; member
Dhost_interface.c2311 memcpy(pu8CurrByte, pstrStationParam->pu8Rates, pstrStationParam->u8NumRates); in WILC_HostIf_PackStaParam()
2366 kfree(pstrStationParam->pu8Rates); in Handle_AddStation()
2468 kfree(pstrStationParam->pu8Rates); in Handle_EditStation()
4545 memcpy(rates, pstrStaParams->pu8Rates, pstrAddStationMsg->u8NumRates); in host_int_add_station()
4546 pstrAddStationMsg->pu8Rates = rates; in host_int_add_station()
4661 memcpy(rates, pstrStaParams->pu8Rates, pstrAddStationMsg->u8NumRates); in host_int_edit_station()
4662 pstrAddStationMsg->pu8Rates = rates; in host_int_edit_station()
Dwilc_wfi_cfgoperations.c3001 strStaParams.pu8Rates = params->supported_rates; in add_station()
3114 strStaParams.pu8Rates = params->supported_rates; in change_station()