]> git.ipfire.org Git - thirdparty/hostap.git/commit
bsd: Optimize socket use
authorRoy Marples <roy@marples.name>
Sat, 9 Jan 2016 01:39:43 +0000 (01:39 +0000)
committerJouni Malinen <j@w1.fi>
Tue, 12 Jan 2016 22:17:27 +0000 (00:17 +0200)
commit449a31662dbaf2e2075f04a389f749c27af55e4e
treee587e5396c88a7eac8cc6776ec02d192301f2566
parent4653ceb750d5e47fcff771cec934f211a4acb8d6
bsd: Optimize socket use

Create global init to handle socket calls and route messages.
Register each interface inside the global driver so that
routing messages can find the interface based on rtm_ifindex.

Signed-off-by: Roy Marples <roy@marples.name>
src/drivers/driver_bsd.c