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 475 struct wpabuf *extra_ie = NULL; local
493 wpabuf_resize(&extra_ie, ext_capab_len) == 0)
494 wpabuf_put_data(extra_ie, ext_capab, ext_capab_len);
498 wpabuf_resize(&extra_ie, 100) == 0)
499 wpas_add_interworking_elements(wpa_s, extra_ie);
513 if (wpabuf_resize(&extra_ie, wpabuf_len(wps_ie)) == 0)
514 wpabuf_put_buf(extra_ie, wps_ie);
522 if (wpabuf_resize(&extra_ie, ielen) == 0)
523 wpas_p2p_scan_ie(wpa_s, extra_ie);
527 wpa_supplicant_mesh_add_scan_ie(wpa_s, &extra_ie);
711 struct wpabuf *extra_ie = NULL; local
1286 struct wpabuf *extra_ie = NULL; local
    [all...]
mesh.c 350 struct wpabuf **extra_ie)
355 if (wpabuf_resize(extra_ie, ielen) == 0) {
356 wpabuf_put_u8(*extra_ie, WLAN_EID_MESH_ID);
357 wpabuf_put_u8(*extra_ie, 0);

Completed in 57 milliseconds