Home
last modified time | relevance | path

Searched refs:mpm_ie (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_mpm.c72 struct mesh_peer_mgmt_ie *mpm_ie) in mesh_mpm_parse_peer_mgmt() argument
74 os_memset(mpm_ie, 0, sizeof(*mpm_ie)); in mesh_mpm_parse_peer_mgmt()
78 mpm_ie->chosen_pmk = ie + len - SAE_PMKID_LEN; in mesh_mpm_parse_peer_mgmt()
92 mpm_ie->proto_id = ie; in mesh_mpm_parse_peer_mgmt()
93 mpm_ie->llid = ie + 2; in mesh_mpm_parse_peer_mgmt()
101 mpm_ie->reason = ie + len - 2; in mesh_mpm_parse_peer_mgmt()
107 mpm_ie->plid = ie; in mesh_mpm_parse_peer_mgmt()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_mesh.h486 uint8_t mpm_ie; member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c158 .mpm_ie = IEEE80211_MESHCONF_METRIC_AIRTIME,
3173 if (meshconf->conf_pmetid != ms->ms_pmetric->mpm_ie) { in mesh_verify_meshconf()
3278 *frm++ = ms->ms_pmetric->mpm_ie; /* link metric */ in ieee80211_add_meshconf()