commit | c0d6831bc032d960494affc829d326782fdb4c9c | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Jun 11 15:51:57 2019 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jul 01 13:50:08 2019 -0700 |
tree | 43932735bf820e99fad8568105a99ced3580fce0 | |
parent | 02b3826fa07928d8c52e30e5b5ec9b36c12fe6c0 [diff] |
net: sockets: mgmt: Add AF_NET_MGMT address family support Allow application to listen network management events using BSD socket API. Application needs to create the socket using AF_NET_MGMT address family. At this point we only support receiving network management events that the network subsystem is sending. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>