Searched refs:self_prot (Results 1 – 4 of 4) sorted by relevance
269 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) + in mesh_plink_frame_tx()270 sizeof(mgmt->u.action.u.self_prot); in mesh_plink_frame_tx()297 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()1024 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()1117 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()1118 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()1119 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
1196 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_mesh_rx_mgmt_action()
2838 sizeof(mgmt->u.action.u.self_prot.action_code))) in ieee80211_rx_h_action()2841 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_rx_h_action()
965 } __packed self_prot; member