代码搜索:hostapd
找到约 463 项符合「hostapd」的源代码
代码结果 463
www.eeworm.com/read/479375/6692778
hostapd
#!/usr/bin/perl -w
#
# Logwatch script for hostapd
#
# Copyright 2005 Henrik Brix Andersen
# Distributed under the terms of the GNU General Public License v2
# Alternatively, this fi
www.eeworm.com/read/359525/2975535
hostapd
#!/usr/bin/perl -w
#
# Logwatch script for hostapd
#
# Copyright 2005 Henrik Brix Andersen
# Distributed under the terms of the GNU General Public License v2
# Alternatively, this fi
www.eeworm.com/read/472660/6873016
hostapd
#!/usr/bin/perl -w
#
# Logwatch script for hostapd
#
# Copyright 2005 Henrik Brix Andersen
# Distributed under the terms of the GNU General Public License v2
# Alternatively, this fi
www.eeworm.com/read/181590/9245193
h hostapd.h
#ifndef HOSTAPD_H
#define HOSTAPD_H
/*
* Minimal version of hostapd header files for eapol_test to build
* radiusclient.c.
*/
#include "common.h"
void hostapd_logger(void *ctx, const u8 *addr, u
www.eeworm.com/read/169087/9881133
accept hostapd.accept
# List of MAC addresses that are allowed to authenticate (IEEE 802.11)
# with the AP.
00:11:22:33:44:55
00:66:77:88:99:aa
00:00:22:33:44:55
www.eeworm.com/read/169087/9881139
deny hostapd.deny
# List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
# with the AP.
00:20:30:40:50:60
00:ab:cd:ef:12:34
00:00:30:40:50:60
www.eeworm.com/read/169087/9881259
8 hostapd.8
.TH HOSTAPD 8 "April 7, 2005" hostapd hostapd
.SH NAME
hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
.SH SYNOPSIS
.B hostapd
[-hdBKt]
.SH DESCRIPTIO
www.eeworm.com/read/169087/9881332
c hostapd.c
/*
* Host AP (software wireless LAN access point) user space daemon for
* Host AP kernel driver
* Copyright (c) 2002-2005, Jouni Malinen
*
* This program is free software; yo
www.eeworm.com/read/169087/9881342
h hostapd.h
#ifndef HOSTAPD_H
#define HOSTAPD_H
#include "common.h"
#include "ap.h"
#ifndef ETH_ALEN
#define ETH_ALEN 6
#endif
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
#endif
#ifndef ETH_P_ALL
#define ETH_P_ALL 0x0
www.eeworm.com/read/169087/9881355
conf hostapd.conf
##### hostapd configuration file ##############################################
# Empty lines and lines starting with # are ignored
# AP netdevice name (without 'ap' prefix, i.e., wlan0 uses wlan0ap