Home
last modified time | relevance | path

Searched refs:meshid (Results 1 – 12 of 12) sorted by relevance

/external/iw/
Dscan.c360 unsigned char *ies = NULL, *meshid = NULL, *tmpies; in handle_scan() local
434 meshid = (unsigned char *) malloc(meshid_len + 2); in handle_scan()
435 if (!meshid) in handle_scan()
437 meshid[0] = 114; /* mesh element id */ in handle_scan()
438 meshid[1] = meshid_len; in handle_scan()
439 memcpy(&meshid[2], argv[i], meshid_len); in handle_scan()
446 if (ies || meshid) { in handle_scan()
454 if (meshid) { in handle_scan()
455 memcpy(&tmpies[ies_len], meshid, meshid_len); in handle_scan()
456 free(meshid); in handle_scan()
Dinterface.c438 COMMAND(set, meshid, "<meshid>",
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.h261 const u8 *meshid, u8 meshid_len,
602 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
Ddbus_new.c834 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
856 (const char *) meshid, in wpas_dbus_signal_mesh_group_removed()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.h157 const u8 *meshid, u8 meshid_len,
Dmesh.c81 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
453 params->meshid = ssid->ssid; in wpa_supplicant_join_mesh()
Dmesh_mpm.c159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
285 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
305 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
Dnotify.c1026 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed() argument
1032 wpas_dbus_signal_mesh_group_removed(wpa_s, meshid, meshid_len, in wpas_notify_mesh_group_removed()
Dwpa_supplicant.c3467 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
/external/wpa_supplicant_8/src/ap/
Dap_config.h26 u8 meshid[32]; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1425 const u8 *meshid; member
Ddriver_nl80211.c9538 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()