Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dhost_interface.h55 #define WILC_SUPP_MCS_SET_SIZE 16 macro
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()
2322 pu8CurrByte += WILC_SUPP_MCS_SET_SIZE; in WILC_HostIf_PackStaParam()