]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commit
nl80211: Use non-receiving socket for EAPOL TX
authorJohannes Berg <johannes.berg@intel.com>
Sat, 19 Nov 2011 12:00:53 +0000 (14:00 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2011 12:00:53 +0000 (14:00 +0200)
commitd12dab4c6f9ef9f1c0fdceeabb71a3770f0e5fec
treeaf4de6c2b5b0845fbb40b7b6445536727b17ab2d
parent61cbe2ffd89b8a4ea7db0a3a4c0a4e066372505c
nl80211: Use non-receiving socket for EAPOL TX

The non-monitor TX currently uses a normal L2 abstraction
socket, but that will also receive frames we don't want,
so use a plain socket that isn't bound for RX. This might
be possible using the L2 abstraction, but we need a plain
socket later for getting TX status events here.

Signed-hostap: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c