HomeSort by relevance Sort by last modified time
    Searched refs:wps_ie (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.h 906 int wps_validate_beacon(const struct wpabuf *wps_ie);
907 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
909 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr);
910 int wps_validate_assoc_req(const struct wpabuf *wps_ie);
911 int wps_validate_assoc_resp(const struct wpabuf *wps_ie);
931 static inline int wps_validate_beacon(const struct wpabuf *wps_ie){
935 static inline int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie,
941 static inline int wps_validate_probe_req(const struct wpabuf *wps_ie,
947 static inline int wps_validate_assoc_req(const struct wpabuf *wps_ie)
952 static inline int wps_validate_assoc_resp(const struct wpabuf *wps_ie)
    [all...]
wps_validate.c 1083 int wps_validate_beacon(const struct wpabuf *wps_ie)
1088 if (wps_ie == NULL) {
1092 if (wps_parse_msg(wps_ie, &attr) < 0) {
1121 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
1127 if (wps_ie == NULL) {
1132 if (wps_parse_msg(wps_ie, &attr) < 0) {
1180 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr)
1185 if (wps_ie == NULL) {
1190 if (wps_parse_msg(wps_ie, &attr) < 0) {
1227 int wps_validate_assoc_req(const struct wpabuf *wps_ie)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 1652 struct wpabuf *wps_ie; local
1727 struct wpabuf *wps_ie = NULL; local
1784 struct wpabuf *wps_ie; local
1888 struct wpabuf *wps_ie; local
    [all...]
bss.c 314 struct wpabuf *wps_ie; local
317 wps_ie = wpa_bss_get_vendor_ie_multi(bss, WPS_IE_VENDOR_TYPE);
318 if (!wps_ie)
321 if (wps_is_selected_pbc_registrar(wps_ie)) {
323 } else if (!wps_is_addr_authorized(wps_ie, wpa_s->own_addr, 1)) {
324 wpabuf_free(wps_ie);
340 wpabuf_free(wps_ie);
343 wpabuf_free(wps_ie);
    [all...]
sme.c 365 struct wpabuf *wps_ie; local
366 wps_ie = wps_build_assoc_req_ie(wpas_wps_get_req_type(ssid));
367 if (wps_ie && wpabuf_len(wps_ie) <=
369 wpa_s->sme.assoc_req_ie_len = wpabuf_len(wps_ie);
370 os_memcpy(wpa_s->sme.assoc_req_ie, wpabuf_head(wps_ie),
374 wpabuf_free(wps_ie);
    [all...]
scan.c 524 struct wpabuf *wps_ie; local
525 wps_ie = wps_build_probe_req_ie(wps == 2 ? DEV_PW_PUSHBUTTON :
530 if (wps_ie) {
531 if (wpabuf_resize(&extra_ie, wpabuf_len(wps_ie)) == 0)
532 wpabuf_put_buf(extra_ie, wps_ie);
533 wpabuf_free(wps_ie);
    [all...]
wpa_supplicant.c 2413 struct wpabuf *wps_ie; local
3892 struct wpabuf *wps_ie; local
    [all...]
p2p_supplicant.c 357 struct wpabuf *wps_ie, *ies; local
386 wps_ie = wps_build_probe_req_ie(pw_id, &wpa_s->wps->dev,
389 if (wps_ie == NULL)
433 ies = wpabuf_alloc(wpabuf_len(wps_ie) + ielen);
435 wpabuf_free(wps_ie);
438 wpabuf_put_buf(ies, wps_ie);
439 wpabuf_free(wps_ie);
4968 struct wpabuf *wps_ie, *ies; local
    [all...]
ctrl_iface.c 2717 struct wpabuf *wps_ie; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 49 u8 *wps_ie; member in struct:hostap_driver_data
721 if (drv->wps_ie) {
723 drv->wps_ie, drv->wps_ie_len);
766 os_free(drv->wps_ie);
767 drv->wps_ie = NULL;
770 drv->wps_ie = os_memdup(wpabuf_head(proberesp),
772 if (drv->wps_ie == NULL)
1017 os_free(drv->wps_ie);
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 1385 struct wpabuf *wps_ie; local
    [all...]
sta_info.h 183 struct wpabuf *wps_ie; /* WPS IE from (Re)Association Request */ member in struct:sta_info
ieee802_11.c     [all...]
drv_callbacks.c 138 if (elems.wps_ie) {
139 ie = elems.wps_ie - 2;
    [all...]
sta_info.c 319 wpabuf_free(sta->wps_ie);
    [all...]
beacon.c 846 if (hapd->p2p && hapd->p2p_group && elems.wps_ie) {
    [all...]
ieee802_1x.c 863 sta->wps_ie, sta->p2p_ie, sta,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 416 const u8 *wpa_ie, *rsn_ie, *wps_ie; local
423 wps_ie = wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE);
441 (wps_ie &&
443 (const char *) wps_ie,
444 wps_ie[1] + 2)) ||
    [all...]
dbus_new_handlers.c 4298 struct wpabuf *wps_ie; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 36 const u8 *wps_ie; member in struct:ieee802_11_elems
ieee802_11_common.c 84 elems->wps_ie = pos;
    [all...]

Completed in 843 milliseconds