Home
last modified time | relevance | path

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

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c2997 memcpy(strStaParams.au8BSSID, mac, ETH_ALEN); in add_station()
3111 memcpy(strStaParams.au8BSSID, mac, ETH_ALEN); in change_station()
3116 …%x\n", strStaParams.au8BSSID[0], strStaParams.au8BSSID[1], strStaParams.au8BSSID[2], strStaParams. in change_station()
3117 strStaParams.au8BSSID[5]); in change_station()
Dhost_interface.h324 u8 au8BSSID[ETH_ALEN]; member
Dhost_interface.c2305 memcpy(pu8CurrByte, pstrStationParam->au8BSSID, ETH_ALEN); in WILC_HostIf_PackStaParam()