Lines Matching refs:action
63 enum ieee80211_self_protected_actioncode action,
248 enum ieee80211_self_protected_actioncode action, in mesh_plink_frame_tx() argument
258 int hdr_len = offsetof(struct ieee80211_mgmt, u.action.u.self_prot) + in mesh_plink_frame_tx()
259 sizeof(mgmt->u.action.u.self_prot); in mesh_plink_frame_tx()
285 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
286 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
288 if (action != WLAN_SP_MESH_PEERING_CLOSE) { in mesh_plink_frame_tx()
294 if (action == WLAN_SP_MESH_PEERING_CONFIRM) { in mesh_plink_frame_tx()
312 switch (action) { in mesh_plink_frame_tx()
345 if (action == WLAN_SP_MESH_PEERING_CLOSE) { in mesh_plink_frame_tx()
350 if (action != WLAN_SP_MESH_PEERING_CLOSE) { in mesh_plink_frame_tx()
683 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
684 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
685 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
705 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_rx_plink_frame()