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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh.h 30 struct wpabuf **extra_ie);
41 struct wpabuf **extra_ie)
scan.c 433 struct wpabuf *extra_ie = NULL; local
444 wpabuf_resize(&extra_ie, ext_capab_len) == 0)
445 wpabuf_put_data(extra_ie, ext_capab, ext_capab_len);
449 wpabuf_resize(&extra_ie, 100) == 0)
450 wpas_add_interworking_elements(wpa_s, extra_ie);
464 if (wpabuf_resize(&extra_ie, wpabuf_len(wps_ie)) == 0)
465 wpabuf_put_buf(extra_ie, wps_ie);
473 if (wpabuf_resize(&extra_ie, ielen) == 0)
474 wpas_p2p_scan_ie(wpa_s, extra_ie);
478 wpa_supplicant_mesh_add_scan_ie(wpa_s, &extra_ie);
654 struct wpabuf *extra_ie = NULL; local
1198 struct wpabuf *extra_ie = NULL; local
    [all...]
mesh.c 319 struct wpabuf **extra_ie)
324 if (wpabuf_resize(extra_ie, ielen) == 0) {
325 wpabuf_put_u8(*extra_ie, WLAN_EID_MESH_ID);
326 wpabuf_put_u8(*extra_ie, 0);

Completed in 486 milliseconds