Searched refs:WILC_SUPP_MCS_SET_SIZE (Results 1 – 3 of 3) sorted by relevance
55 #define WILC_SUPP_MCS_SET_SIZE 16 macro
3016 memcpy(strStaParams.au8SuppMCsSet, ¶ms->ht_capa->mcs, WILC_SUPP_MCS_SET_SIZE); in add_station()3127 memcpy(strStaParams.au8SuppMCsSet, ¶ms->ht_capa->mcs, WILC_SUPP_MCS_SET_SIZE); in change_station()
2321 memcpy(pu8CurrByte, pstrStationParam->au8SuppMCsSet, WILC_SUPP_MCS_SET_SIZE); in WILC_HostIf_PackStaParam()2322 pu8CurrByte += WILC_SUPP_MCS_SET_SIZE; in WILC_HostIf_PackStaParam()