Searched refs:iapp (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.h16 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, argument
33 static inline void iapp_deinit(struct iapp_data *iapp) argument
H A Diapp.c46 #include "iapp.h"
174 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
187 hdr->identifier = host_to_be16(iapp->identifier++);
199 addr.sin_addr.s_addr = iapp->multicast.s_addr;
201 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
207 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
236 * @iapp: IAPP data
239 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
243 if (iapp
260 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
305 struct iapp_data *iapp = eloop_ctx; local
382 struct iapp_data *iapp; local
503 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A DMakefile39 iapp.o \
H A Dhostapd.h144 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c28 #include "iapp.h"
282 iapp_deinit(hapd->iapp);
283 hapd->iapp = NULL;
1075 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2656 iapp_new_station(hapd->iapp, sta);
/external/wpa_supplicant_8/src/ap/
H A Diapp.h16 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, argument
33 static inline void iapp_deinit(struct iapp_data *iapp) argument
H A Diapp.c46 #include "iapp.h"
174 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
187 hdr->identifier = host_to_be16(iapp->identifier++);
199 addr.sin_addr.s_addr = iapp->multicast.s_addr;
201 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
207 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
236 * @iapp: IAPP data
239 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
243 if (iapp
260 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
305 struct iapp_data *iapp = eloop_ctx; local
382 struct iapp_data *iapp; local
503 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A DMakefile39 iapp.o \
H A Dhostapd.h144 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c28 #include "iapp.h"
282 iapp_deinit(hapd->iapp);
283 hapd->iapp = NULL;
1075 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2656 iapp_new_station(hapd->iapp, sta);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.h16 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, argument
33 static inline void iapp_deinit(struct iapp_data *iapp) argument
H A Diapp.c46 #include "iapp.h"
174 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
187 hdr->identifier = host_to_be16(iapp->identifier++);
199 addr.sin_addr.s_addr = iapp->multicast.s_addr;
201 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
207 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
236 * @iapp: IAPP data
239 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
243 if (iapp
260 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
305 struct iapp_data *iapp = eloop_ctx; local
382 struct iapp_data *iapp; local
503 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A DMakefile39 iapp.o \
H A Dhostapd.h144 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c28 #include "iapp.h"
282 iapp_deinit(hapd->iapp);
283 hapd->iapp = NULL;
1075 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2656 iapp_new_station(hapd->iapp, sta);
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk205 OBJS += src/ap/iapp.c

Completed in 122 milliseconds