Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dhost_interface.h331 u8 au8SuppMCsSet[16]; member
Dwilc_wfi_cfgoperations.c3016 memcpy(strStaParams.au8SuppMCsSet, &params->ht_capa->mcs, WILC_SUPP_MCS_SET_SIZE); in add_station()
3127 memcpy(strStaParams.au8SuppMCsSet, &params->ht_capa->mcs, WILC_SUPP_MCS_SET_SIZE); in change_station()
Dhost_interface.c2321 memcpy(pu8CurrByte, pstrStationParam->au8SuppMCsSet, WILC_SUPP_MCS_SET_SIZE); in WILC_HostIf_PackStaParam()