Searched refs:iapp (Results 1 - 14 of 14) 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.c50 #include "iapp.h"
178 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
191 hdr->identifier = host_to_be16(iapp->identifier++);
203 addr.sin_addr.s_addr = iapp->multicast.s_addr;
205 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
211 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
233 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
240 * @iapp: IAPP data
243 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
247 if (iapp
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
309 struct iapp_data *iapp = eloop_ctx; local
386 struct iapp_data *iapp; local
507 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A Dhostapd.h134 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c24 #include "iapp.h"
263 iapp_deinit(hapd->iapp);
264 hapd->iapp = NULL;
858 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2090 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.c50 #include "iapp.h"
178 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
191 hdr->identifier = host_to_be16(iapp->identifier++);
203 addr.sin_addr.s_addr = iapp->multicast.s_addr;
205 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
211 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
233 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
240 * @iapp: IAPP data
243 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
247 if (iapp
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
309 struct iapp_data *iapp = eloop_ctx; local
386 struct iapp_data *iapp; local
507 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A Dhostapd.h134 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c24 #include "iapp.h"
263 iapp_deinit(hapd->iapp);
264 hapd->iapp = NULL;
858 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2090 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.c50 #include "iapp.h"
178 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) argument
191 hdr->identifier = host_to_be16(iapp->identifier++);
203 addr.sin_addr.s_addr = iapp->multicast.s_addr;
205 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
211 static void iapp_send_layer2_update(struct iapp_data *iapp, u8 *addr) argument
233 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
240 * @iapp: IAPP data
243 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta) argument
247 if (iapp
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
309 struct iapp_data *iapp = eloop_ctx; local
386 struct iapp_data *iapp; local
507 iapp_deinit(struct iapp_data *iapp) argument
[all...]
H A Dhostapd.h134 struct iapp_data *iapp; member in struct:hostapd_data
H A Dhostapd.c24 #include "iapp.h"
263 iapp_deinit(hapd->iapp);
264 hapd->iapp = NULL;
858 (hapd->iapp = iapp_init(hapd, conf->iapp_iface)) == NULL) {
2090 iapp_new_station(hapd->iapp, sta);
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk188 OBJS += src/ap/iapp.c
H A DMakefile175 OBJS += ../src/ap/iapp.o

Completed in 3772 milliseconds