Move STA list ctrl_iface handlers to a separate file
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 8 Sep 2009 09:56:07 +0000 (12:56 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 8 Sep 2009 09:56:07 +0000 (12:56 +0300)
commitded30a6b4103c2c883734e862ee8861186b22309
tree5b2212dc162219cdbb6950bf0f84123c74985695
parent2678509dec305ad1953c3007a888bf098996c42c
Move STA list ctrl_iface handlers to a separate file

This makes it easier to share the hostapd station table query
functionality with wpa_supplicant AP mode operations.
hostapd/Makefile
hostapd/ctrl_iface.c
hostapd/ctrl_iface_ap.c [new file with mode: 0644]
hostapd/ctrl_iface_ap.h [new file with mode: 0644]