Fix Windows compilation issues with AP mode code
This commit is contained in:
parent
ade07077ec
commit
0823031750
5 changed files with 12 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue