HomeSort by relevance Sort by last modified time
    Searched refs:iapp (Results 1 - 6 of 6) 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
46 #include "iapp.h"
167 u16 identifier; /* next IAPP identifier */
174 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num
305 struct iapp_data *iapp = eloop_ctx; local
382 struct iapp_data *iapp; local
    [all...]
Makefile 41 iapp.o \
hostapd.h 159 struct iapp_data *iapp; member in struct:hostapd_data
hostapd.c 28 #include "iapp.h"
293 iapp_deinit(hapd->iapp);
294 hapd->iapp = NULL;
1111 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
1112 wpa_printf(MSG_ERROR, "IEEE 802.11F (IAPP) initialization "
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 221 OBJS += src/ap/iapp.c

Completed in 62 milliseconds