Lines Matching refs:mgmt
153 struct ieee80211_mgmt *mgmt; in mesh_plink_frame_tx() local
164 mgmt = (struct ieee80211_mgmt *) in mesh_plink_frame_tx()
165 skb_put(skb, 25 + sizeof(mgmt->u.action.u.plink_action)); in mesh_plink_frame_tx()
166 memset(mgmt, 0, 25 + sizeof(mgmt->u.action.u.plink_action)); in mesh_plink_frame_tx()
167 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in mesh_plink_frame_tx()
169 memcpy(mgmt->da, da, ETH_ALEN); in mesh_plink_frame_tx()
170 memcpy(mgmt->sa, sdata->dev->dev_addr, ETH_ALEN); in mesh_plink_frame_tx()
172 mgmt->u.action.category = PLINK_CATEGORY; in mesh_plink_frame_tx()
173 mgmt->u.action.u.plink_action.action_code = action; in mesh_plink_frame_tx()
176 mgmt->u.action.u.plink_action.aux = reason; in mesh_plink_frame_tx()
178 mgmt->u.action.u.plink_action.aux = cpu_to_le16(0x0); in mesh_plink_frame_tx()
395 void mesh_rx_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, in mesh_rx_plink_frame() argument
412 if (is_multicast_ether_addr(mgmt->da)) { in mesh_rx_plink_frame()
417 baseaddr = mgmt->u.action.u.plink_action.variable; in mesh_rx_plink_frame()
418 baselen = (u8 *) mgmt->u.action.u.plink_action.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
419 if (mgmt->u.action.u.plink_action.action_code == PLINK_CONFIRM) { in mesh_rx_plink_frame()
451 sta = sta_info_get(local, mgmt->sa); in mesh_rx_plink_frame()
488 sta = mesh_plink_alloc(sdata, mgmt->sa, rates); in mesh_rx_plink_frame()
545 mgmt->sa, sta->plink_state, in mesh_rx_plink_frame()