wpa_supplicant / hostapd 2.0

includes.h File Reference

wpa_supplicant/hostapd - Default include files More...

#include "build_config.h"
#include <stdlib.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

Copyright
Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi>

This software may be distributed under the terms of the BSD license. See README for more details.

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines