Lines Matching refs:station
302 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG))
304 if (memcmp(tx->station[sidx].mac, dst_mac, ETH_ALEN))
315 if (skb_queue_len(&tx->station[sidx].data_list) > 60)
319 if (skb_queue_len(&tx->station[sidx].data_list) > 256)
321 skb_queue_tail(&tx->station[sidx].data_list, skb);
448 if (memcmp(&buffer[10], tx->station[sidx].mac, ETH_ALEN))
450 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) {
451 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG;
458 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG)
460 memcpy(tx->station[sidx].mac, &buffer[10], ETH_ALEN);
461 tx->station[sidx].flag |= STATION_CONNECTED_FLAG;
462 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG;