Fix Windows compilation issues with AP mode code

This commit is contained in:
Jouni Malinen 2010-04-03 18:37:21 +02:00 committed by Jouni Malinen
parent ade07077ec
commit 0823031750
5 changed files with 12 additions and 18 deletions

View file

@ -234,7 +234,9 @@ struct hostapd_bss_config {
#endif /* CONFIG_IEEE80211R */
char *ctrl_interface; /* directory for UNIX domain sockets */
#ifndef CONFIG_NATIVE_WINDOWS
gid_t ctrl_interface_gid;
#endif /* CONFIG_NATIVE_WINDOWS */
int ctrl_interface_gid_set;
char *ca_cert;