Home | History | Annotate | Download | only in ap

Lines Matching refs:u8

130 static void hostapd_wpa_auth_logger(void *ctx, const u8 *addr,
155 static void hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr,
166 static int hostapd_wpa_auth_mic_failure_report(void *ctx, const u8 *addr)
173 static void hostapd_wpa_auth_psk_failure_report(void *ctx, const u8 *addr)
181 static void hostapd_wpa_auth_set_eapol(void *ctx, const u8 *addr,
223 static int hostapd_wpa_auth_get_eapol(void *ctx, const u8 *addr,
241 static const u8 * hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr,
242 const u8 *p2p_dev_addr,
243 const u8 *prev_psk, size_t *psk_len)
247 const u8 *psk;
311 static int hostapd_wpa_auth_get_msk(void *ctx, const u8 *addr, u8 *msk,
315 const u8 *key;
342 const u8 *addr, int idx, u8 *key,
390 static int hostapd_wpa_auth_get_seqnum(void *ctx, const u8 *addr, int idx,
391 u8 *seq)
398 static int hostapd_wpa_auth_send_eapol(void *ctx, const u8 *addr,
399 const u8 *data, size_t data_len,
483 u8 addr[ETH_ALEN];
497 (const u8 *) (data + 1),
508 const u8 *dst;
509 const u8 *data;
567 static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto,
568 const u8 *data, size_t data_len)
620 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf,
629 u8 oui_suffix)
655 u8 src_addr[ETH_ALEN];
656 u8 dst_addr[ETH_ALEN];
658 u8 oui_suffix;
674 (const u8 *) (data + 1),
685 const u8 *dst_addr;
686 const u8 *data;
688 u8 oui_suffix;
740 static int hostapd_wpa_auth_send_oui(void *ctx, const u8 *dst, u8 oui_suffix,
741 const u8 *data, size_t data_len)
779 static int hostapd_wpa_auth_send_ft_action(void *ctx, const u8 *dst,
780 const u8 *data, size_t data_len)
795 mlen = ((u8 *) &m->u - (u8 *) m) + data_len;
803 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0);
810 hostapd_wpa_auth_add_sta(void *ctx, const u8 *sta_addr)
837 static void hostapd_rrb_receive(void *ctx, const u8 *src_addr, const u8 *buf,
855 static void hostapd_rrb_oui_receive(void *ctx, const u8 *src_addr,
856 const u8 *dst_addr, u8 oui_suffix,
857 const u8 *buf, size_t len)
871 static int hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr,
872 u8 *tspec_ie, size_t tspec_ielen)
958 const u8 *wpa_ie;
1044 hostapd_set_generic_elem(hapd, (u8 *) "", 0)) {