HomeSort by relevance Sort by last modified time
    Searched full:wpabuf (Results 251 - 275 of 290) sorted by null

<<1112

  /external/wpa_supplicant_8/src/radius/
radius.c 18 #include "utils/wpabuf.h"
31 struct wpabuf *buf;
64 struct wpabuf * radius_msg_get_buf(struct radius_msg *msg)
radius_server.c 617 struct wpabuf *buf;
725 struct wpabuf *buf;
799 struct wpabuf *buf;
    [all...]
radius_client.c 333 struct wpabuf *buf;
636 struct wpabuf *buf;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 25 #include "wpabuf.h"
133 struct wpabuf *eapReqData; /* for EAP */
820 struct wpabuf *resp;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_parse.c 402 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr)
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 135 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie,
136 struct wpabuf *probe_resp_ie)
1083 struct wpabuf *wps_ie;
1139 const u8 *mac_addr, const struct wpabuf *msg,
    [all...]
beacon.c 245 struct wpabuf *wps;
drv_callbacks.c 161 struct wpabuf *wps;
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 233 const char *cert_hash, const struct wpabuf *cert);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 562 const struct wpabuf *cert)
Android.mk 88 OBJS += src/utils/wpabuf.c
92 OBJS_p += src/utils/wpabuf.c
1341 OBJS_priv += src/utils/wpabuf.c
Makefile 54 OBJS += ../src/utils/wpabuf.o
58 OBJS_p += ../src/utils/wpabuf.o
1299 OBJS_priv += ../src/utils/wpabuf.o
    [all...]
config.h 369 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT];
ctrl_iface.c 1254 struct wpabuf *wps_ie)
1286 struct wpabuf *wps_ie;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 765 int flags, const struct wpabuf *assoc_wps_ie,
766 const struct wpabuf *assoc_p2p_ie, void *sta_ctx)
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 115 struct wpabuf *pending_action_tx;
891 static int test_driver_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
892 const struct wpabuf *proberesp,
893 const struct wpabuf *assocresp)
    [all...]
driver_hostap.c 766 static int hostap_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
767 const struct wpabuf *proberesp,
768 const struct wpabuf *assocresp)
    [all...]
driver_madwifi.c 790 madwifi_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
791 const struct wpabuf *proberesp,
792 const struct wpabuf *assocresp)
    [all...]
driver.h     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.c 556 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr)
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 64 OBJS += src/utils/wpabuf.c
1064 OBJS_priv += src/utils/wpabuf.c
Makefile 47 OBJS += ../src/utils/wpabuf.o
1043 OBJS_priv += ../src/utils/wpabuf.o
wpa_supplicant_i.h 364 struct wpabuf *pending_eapol_rx;
  /external/wpa_supplicant_8/hostapd/
Android.mk 112 OBJS += src/utils/wpabuf.c
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 555 const struct wpabuf *cert)

Completed in 685 milliseconds

<<1112