Searched refs:mesh_id_len (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh.c | 559 if (elems.mesh_id_len < 1) in mesh_attr_text() 562 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 566 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 567 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text()
|
H A D | mesh_mpm.c | 158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local() 160 elems->mesh_id_len) == 0 && in matches_local()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh.c | 745 if (elems.mesh_id_len < 1) in mesh_attr_text() 748 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 752 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 753 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text()
|
H A D | mesh_mpm.c | 158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local() 160 elems->mesh_id_len) == 0 && in matches_local()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 112 u8 mesh_id_len; member
|
H A D | ieee802_11_common.c | 411 elems->mesh_id_len = elen; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 158 u8 mesh_id_len; member
|
H A D | ieee802_11_common.c | 601 elems->mesh_id_len = elen; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 9552 size_t mesh_id_len) in nl80211_put_mesh_id() 9556 wpa_ssid_txt(mesh_id, mesh_id_len)); in nl80211_put_mesh_id() 9557 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); in nl80211_put_mesh_id() 9551 nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, size_t mesh_id_len) nl80211_put_mesh_id() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 10983 size_t mesh_id_len) 10987 anonymize_ssid(wpa_ssid_txt(mesh_id, mesh_id_len))); 10988 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); 10982 nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, size_t mesh_id_len) global() argument
|
Completed in 38 milliseconds