net/mac80211/wep.c

Source file repositories/reference/linux-study-clean/net/mac80211/wep.c

File Facts

System
Linux kernel
Corpus path
net/mac80211/wep.c
Extension
.c
Size
8541 bytes
Lines
308
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: implementation source
Status
source implementation candidate

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

if (wep_encrypt_skb(tx, skb) < 0) {
			I802_DEBUG_INC(tx->local->tx_handlers_drop_wep);
			return TX_DROP;
		}
	}

	return TX_CONTINUE;
}

Annotation

Implementation Notes