Searched refs:meshid_len (Results 1 – 6 of 6) sorted by relevance
/external/iw/ |
D | scan.c | 359 size_t ies_len = 0, meshid_len = 0; in handle_scan() local 433 meshid_len = strlen(argv[i]); in handle_scan() 434 meshid = (unsigned char *) malloc(meshid_len + 2); in handle_scan() 438 meshid[1] = meshid_len; in handle_scan() 439 memcpy(&meshid[2], argv[i], meshid_len); in handle_scan() 440 meshid_len += 2; in handle_scan() 447 tmpies = (unsigned char *) malloc(ies_len + meshid_len); in handle_scan() 455 memcpy(&tmpies[ies_len], meshid, meshid_len); in handle_scan() 458 NLA_PUT(msg, NL80211_ATTR_IE, ies_len + meshid_len, tmpies); in handle_scan()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 159 return (mconf->meshid_len == elems->mesh_id_len && in matches_local() 278 wpabuf_put_u8(buf, conf->meshid_len); in mesh_mpm_send_plink_action() 279 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action() 297 wpabuf_put_u8(buf, conf->meshid_len); in mesh_mpm_send_plink_action() 298 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
|
D | mesh.c | 78 conf->meshid_len = ssid->ssid_len; in mesh_config_create() 356 params.meshid_len = ssid->ssid_len; in wpa_supplicant_join_mesh()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.h | 27 u8 meshid_len; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1125 int meshid_len; member
|
D | driver_nl80211.c | 8367 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()
|