hostapd: Add hostapd_ctrl_iface_receive_process()
authorAnton Nayshtut <qca_antonn@qca.qualcomm.com>
Thu, 16 Jul 2015 10:19:49 +0000 (13:19 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 16 Jul 2015 17:21:00 +0000 (20:21 +0300)
commit585478e2b9097df4bf4faebc16f5922a8b2e32b0
tree8662c5eeb31a658a2d7fe6223721591faff1a8f2
parent2531dc9f6bd21b2677e8281e1f11db568e3f667d
hostapd: Add hostapd_ctrl_iface_receive_process()

The newly introduced function will be used in followup commits to handle
requests redirected from the global control interface.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c