OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iapp
(Results
1 - 13
of
13
) sorted by null
/external/wpa_supplicant_8/src/ap/
iapp.h
2
* hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (
IAPP
)
16
void iapp_new_station(struct iapp_data *
iapp
, struct sta_info *sta);
18
void iapp_deinit(struct iapp_data *
iapp
);
22
static inline void iapp_new_station(struct iapp_data *
iapp
,
33
static inline void iapp_deinit(struct iapp_data *
iapp
)
iapp.c
2
* hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (
IAPP
)
18
* Level 3: support for encryption and authentication of
IAPP
messages
23
* - implement counters etc. for
IAPP
MIB
24
* - verify endianness of fields in
IAPP
messages; are they big-endian as
27
* - TCP connection for
IAPP
MOVE, CACHE
28
* - broadcast ESP for
IAPP
ADD-notify
29
* - ESP for
IAPP
MOVE messages
50
#include "
iapp
.h"
171
u16 identifier; /* next
IAPP
identifier */
178
static void iapp_send_add(struct iapp_data *
iapp
, u8 *mac_addr, u16 seq_num
316
struct
iapp
_data *
iapp
= eloop_ctx;
local
391
struct
iapp
_data *
iapp
;
local
[
all
...]
hostapd.c
23
#include "
iapp
.h"
254
iapp_deinit(hapd->
iapp
);
255
hapd->
iapp
= NULL;
784
(hapd->
iapp
= iapp_init(hapd, hapd->conf->iapp_iface)) == NULL) {
785
wpa_printf(MSG_ERROR, "IEEE 802.11F (
IAPP
) initialization "
[
all
...]
ap_config.h
230
int ieee802_11f; /* use IEEE 802.11f (
IAPP
) */
231
char iapp_iface[IFNAMSIZ + 1]; /* interface used with
IAPP
broadcast
hostapd.h
106
struct iapp_data *
iapp
;
member in struct:hostapd_data
sta_info.h
74
/* IEEE 802.11f (
IAPP
) related data */
/external/wpa_supplicant_8/hostapd/
android.config
42
# IEEE 802.11F/
IAPP
defconfig
35
# IEEE 802.11F/
IAPP
main.c
89
module_str = "
IAPP
";
Android.mk
191
OBJS += src/ap/
iapp
.c
Makefile
148
OBJS += ../src/ap/
iapp
.o
ChangeLog
[
all
...]
hostapd.conf
39
# bit 5 (32) =
IAPP
748
##### IEEE 802.11f - Inter-Access Point Protocol (
IAPP
) #######################
750
# Interface to be used for
IAPP
broadcast packets
[
all
...]
Completed in 867 milliseconds