]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify the ACL code slightly to support a few nifty things:
authoradrian <adrian@FreeBSD.org>
Thu, 15 Dec 2011 00:52:30 +0000 (00:52 +0000)
committeradrian <adrian@FreeBSD.org>
Thu, 15 Dec 2011 00:52:30 +0000 (00:52 +0000)
commit78bb8e5fa2902f0e0d26781527fb5bcd4d13fb36
treec0a506e92899f5b8dd0cdd2989e1bbc7470db542
parente23259ae4e0dd7e56235ac44f70300d0a986b284
Modify the ACL code slightly to support a few nifty things:

* Call it before sending probe responses, so the ACL code has the
  chance to reject sending them.

* Pass the whole frame to the ACL code now, rather than just the
  destination MAC - that way the ACL module can look at the frame
  contents to determine what the response should be.

This is part of some uncommitted work to support band steering.

Sponsored by: Hobnob, Inc.
sys/net80211/ieee80211_acl.c
sys/net80211/ieee80211_hostap.c
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_proto.h