Lines Matching full:station
309 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_op_tx()
311 if (memcmp(tx->station[sidx].mac, dst_mac, ETH_ALEN)) in plfxlc_op_tx()
322 if (skb_queue_len(&tx->station[sidx].data_list) > 60) in plfxlc_op_tx()
326 if (skb_queue_len(&tx->station[sidx].data_list) > 256) in plfxlc_op_tx()
328 skb_queue_tail(&tx->station[sidx].data_list, skb); in plfxlc_op_tx()
455 if (memcmp(&buffer[10], tx->station[sidx].mac, ETH_ALEN)) in plfxlc_mac_rx()
457 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) { in plfxlc_mac_rx()
458 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG; in plfxlc_mac_rx()
465 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) in plfxlc_mac_rx()
467 memcpy(tx->station[sidx].mac, &buffer[10], ETH_ALEN); in plfxlc_mac_rx()
468 tx->station[sidx].flag |= STATION_CONNECTED_FLAG; in plfxlc_mac_rx()
469 tx->station[sidx].flag |= STATION_HEARTBEAT_FLAG; in plfxlc_mac_rx()
508 [NL80211_IFTYPE_STATION] = "Station", in plfxlc_op_add_interface()
597 if (mac->type != NL80211_IFTYPE_ADHOC) { /* for STATION */ in plfxlc_op_bss_info_changed()