Lines Matching refs:mgmt
815 const struct ieee80211_mgmt *mgmt; in wpa_mesh_new_mesh_peer() local
818 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
821 os_memcmp(mgmt->sa, addr, ETH_ALEN) == 0) { in wpa_mesh_new_mesh_peer()
1115 const struct ieee80211_mgmt *mgmt, size_t len) in mesh_mpm_action_rx() argument
1130 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED) in mesh_mpm_action_rx()
1133 action_field = mgmt->u.action.u.slf_prot_action.action; in mesh_mpm_action_rx()
1139 ies = mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx()
1140 ie_len = (const u8 *) mgmt + len - in mesh_mpm_action_rx()
1141 mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx()
1208 sta = ap_get_sta(hapd, mgmt->sa); in mesh_mpm_action_rx()
1216 wpa_auth_pmksa_get(hapd->wpa_auth, mgmt->sa, NULL))) in mesh_mpm_action_rx()
1217 sta = mesh_mpm_add_peer(wpa_s, mgmt->sa, &elems); in mesh_mpm_action_rx()
1239 &mgmt->u.action.category, in mesh_mpm_action_rx()