wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
includes.h File Reference

wpa_supplicant/hostapd - Default include files More...

#include "build_config.h"
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/uio.h>
#include <sys/time.h>

Go to the source code of this file.

Detailed Description

wpa_supplicant/hostapd - Default include files

This header file is included into all C files so that commonly used header files can be selected with OS specific ifdef blocks in one place instead of having to have OS/C library specific selection in many files.