Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c2296 struct add_sta_param *pstrStationParam) in WILC_HostIf_PackStaParam() argument
2303 memcpy(pu8CurrByte, pstrStationParam->au8BSSID, ETH_ALEN); in WILC_HostIf_PackStaParam()
2306 *pu8CurrByte++ = pstrStationParam->u16AssocID & 0xFF; in WILC_HostIf_PackStaParam()
2307 *pu8CurrByte++ = (pstrStationParam->u16AssocID >> 8) & 0xFF; in WILC_HostIf_PackStaParam()
2309 *pu8CurrByte++ = pstrStationParam->u8NumRates; in WILC_HostIf_PackStaParam()
2310 if (pstrStationParam->u8NumRates > 0) in WILC_HostIf_PackStaParam()
2311 memcpy(pu8CurrByte, pstrStationParam->pu8Rates, pstrStationParam->u8NumRates); in WILC_HostIf_PackStaParam()
2312 pu8CurrByte += pstrStationParam->u8NumRates; in WILC_HostIf_PackStaParam()
2314 *pu8CurrByte++ = pstrStationParam->bIsHTSupported; in WILC_HostIf_PackStaParam()
2315 *pu8CurrByte++ = pstrStationParam->u16HTCapInfo & 0xFF; in WILC_HostIf_PackStaParam()
[all …]