Searched refs:del_all_sta (Results 1 – 1 of 1) sorted by relevance
142 struct del_all_sta { struct143 u8 del_all_sta[MAX_NUM_STA][ETH_ALEN]; argument192 struct del_all_sta del_all_sta_info;2116 struct del_all_sta *pstrDelAllStaParam) in Handle_DelAllSta()2137 if (memcmp(pstrDelAllStaParam->del_all_sta[i], au8Zero_Buff, ETH_ALEN)) in Handle_DelAllSta()2138 memcpy(pu8CurrByte, pstrDelAllStaParam->del_all_sta[i], ETH_ALEN); in Handle_DelAllSta()3759 struct del_all_sta *del_all_sta_info = &msg.body.del_all_sta_info; in wilc_del_allstation()3771 memcpy(del_all_sta_info->del_all_sta[i], mac_addr[i], ETH_ALEN); in wilc_del_allstation()