Searched refs:meshid (Results 1 – 12 of 12) sorted by relevance
/external/iw/ |
D | scan.c | 360 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()
|
D | interface.c | 438 COMMAND(set, meshid, "<meshid>",
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new.h | 261 const u8 *meshid, u8 meshid_len, 602 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
|
D | dbus_new.c | 834 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/ |
D | notify.h | 157 const u8 *meshid, u8 meshid_len,
|
D | mesh.c | 81 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create() 453 params->meshid = ssid->ssid; in wpa_supplicant_join_mesh()
|
D | mesh_mpm.c | 159 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()
|
D | notify.c | 1026 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()
|
D | wpa_supplicant.c | 3467 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 26 u8 meshid[32]; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1425 const u8 *meshid; member
|
D | driver_nl80211.c | 9538 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()
|