Searched refs:action_field (Results 1 – 1 of 1) sorted by relevance
68 u8 action_field, in mesh_mpm_parse_peer_mgmt() argument80 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt()81 (action_field == PLINK_CONFIRM && len != 6) || in mesh_mpm_parse_peer_mgmt()82 (action_field == PLINK_CLOSE && len != 6 && len != 8)) { in mesh_mpm_parse_peer_mgmt()96 if (action_field == PLINK_CLOSE) { in mesh_mpm_parse_peer_mgmt()1054 u8 action_field; in mesh_mpm_action_rx() local1070 action_field = mgmt->u.action.u.slf_prot_action.action; in mesh_mpm_action_rx()1071 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx()1072 action_field != PLINK_CONFIRM && in mesh_mpm_action_rx()1073 action_field != PLINK_CLOSE) in mesh_mpm_action_rx()[all …]