Lines Matching refs:mgmt
862 const struct ieee80211_mgmt *mgmt; in wpa_mesh_new_mesh_peer() local
865 mgmt = wpabuf_head(data->mesh_pending_auth); in wpa_mesh_new_mesh_peer()
868 ether_addr_equal(mgmt->sa, addr)) { in wpa_mesh_new_mesh_peer()
1155 const struct ieee80211_mgmt *mgmt, size_t len) in mesh_mpm_action_rx() argument
1170 if (mgmt->u.action.category != WLAN_ACTION_SELF_PROTECTED) in mesh_mpm_action_rx()
1173 action_field = mgmt->u.action.u.slf_prot_action.action; in mesh_mpm_action_rx()
1179 ies = mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx()
1180 ie_len = (const u8 *) mgmt + len - in mesh_mpm_action_rx()
1181 mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx()
1248 sta = ap_get_sta(hapd, mgmt->sa); in mesh_mpm_action_rx()
1256 wpa_auth_pmksa_get(hapd->wpa_auth, mgmt->sa, NULL))) in mesh_mpm_action_rx()
1257 sta = mesh_mpm_add_peer(wpa_s, mgmt->sa, &elems); in mesh_mpm_action_rx()
1279 &mgmt->u.action.category, in mesh_mpm_action_rx()