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

  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 88 const u8 *extra_ie = NULL; local
188 extra_ie = wpabuf_head(wps_ie);
206 ieee80211_sta_set_probe_req_ie(wpa_s, extra_ie, extra_ie_len);
210 wpa_drv_set_probe_req_ie(wpa_s, extra_ie, extra_ie_len);
mlme.c 422 if (wpa_s->mlme.extra_ie && wpa_s->mlme.auth_alg != WLAN_AUTH_FT) {
425 os_memcpy(pos, wpa_s->mlme.extra_ie, wpa_s->mlme.extra_ie_len);
    [all...]
wpa_supplicant_i.h 189 u8 *extra_ie; /* to be added to the end of AssocReq */ member in struct:wpa_client_mlme
  /external/wpa_supplicant/
mlme.c 749 if (wpa_s->mlme.extra_ie) {
752 os_memcpy(pos, wpa_s->mlme.extra_ie, wpa_s->mlme.extra_ie_len);
    [all...]
wpa_supplicant_i.h 192 u8 *extra_ie; /* to be added to the end of AssocReq */ member in struct:wpa_client_mlme

Completed in 774 milliseconds