Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h952 struct add_sta_param *pstrStaParams);
999 struct add_sta_param *pstrStaParams);
Dhost_interface.c4520 struct add_sta_param *pstrStaParams) in host_int_add_station() argument
4538 memcpy(pstrAddStationMsg, pstrStaParams, sizeof(struct add_sta_param)); in host_int_add_station()
4545 memcpy(rates, pstrStaParams->pu8Rates, pstrAddStationMsg->u8NumRates); in host_int_add_station()
4636 struct add_sta_param *pstrStaParams) in host_int_edit_station() argument
4654 memcpy(pstrAddStationMsg, pstrStaParams, sizeof(struct add_sta_param)); in host_int_edit_station()
4661 memcpy(rates, pstrStaParams->pu8Rates, pstrAddStationMsg->u8NumRates); in host_int_edit_station()