OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iapp
(Results
1 - 14
of
14
) sorted by null
/external/wpa_supplicant_8/src/ap/
iapp.c
2
* hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (
IAPP
)
24
* Level 3: support for encryption and authentication of
IAPP
messages
29
* - implement counters etc. for
IAPP
MIB
30
* - verify endianness of fields in
IAPP
messages; are they big-endian as
33
* - TCP connection for
IAPP
MOVE, CACHE
34
* - broadcast ESP for
IAPP
ADD-notify
35
* - ESP for
IAPP
MOVE messages
56
#include "
iapp
.h"
177
u16 identifier; /* next
IAPP
identifier */
184
static void iapp_send_add(struct iapp_data *
iapp
, u8 *mac_addr, u16 seq_num
322
struct
iapp
_data *
iapp
= eloop_ctx;
local
397
struct
iapp
_data *
iapp
;
local
[
all
...]
iapp.h
2
* hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (
IAPP
)
22
void iapp_new_station(struct iapp_data *
iapp
, struct sta_info *sta);
24
void iapp_deinit(struct iapp_data *
iapp
);
28
static inline void iapp_new_station(struct iapp_data *
iapp
,
39
static inline void iapp_deinit(struct iapp_data *
iapp
)
hostapd.c
28
#include "
iapp
.h"
232
iapp_deinit(hapd->
iapp
);
233
hapd->
iapp
= NULL;
623
(hapd->
iapp
= iapp_init(hapd, hapd->conf->iapp_iface)) == NULL) {
624
wpa_printf(MSG_ERROR, "IEEE 802.11F (
IAPP
) initialization "
921
/* IEEE 802.11F (
IAPP
) */
923
iapp_new_station(hapd->
iapp
, sta);
ap_config.h
188
int ieee802_11f; /* use IEEE 802.11f (
IAPP
) */
189
char iapp_iface[IFNAMSIZ + 1]; /* interface used with
IAPP
broadcast
hostapd.h
92
struct iapp_data *
iapp
;
member in struct:hostapd_data
sta_info.h
71
/* IEEE 802.11f (
IAPP
) related data */
drv_callbacks.c
31
#include "
iapp
.h"
/external/wpa_supplicant_8/hostapd/
.config
42
# IEEE 802.11F/
IAPP
defconfig
35
# IEEE 802.11F/
IAPP
main.c
106
module_str = "
IAPP
";
hostapd.conf
39
# bit 5 (32) =
IAPP
567
##### IEEE 802.11f - Inter-Access Point Protocol (
IAPP
) #######################
569
# Interface to be used for
IAPP
broadcast packets
[
all
...]
ChangeLog
557
* updated
IAPP
to use UDP port 3517 and multicast address 224.0.1.178
558
(instead of broadcast) for
IAPP
ADD-notify (moved from draft 3 to
[
all
...]
Android.mk
163
OBJS += src/ap/
iapp
.c
Makefile
131
OBJS += ../src/ap/
iapp
.o
Completed in 780 milliseconds