Searched refs:action_field (Results 1 – 1 of 1) sorted by relevance
71 u8 action_field, in mesh_mpm_parse_peer_mgmt() argument83 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt()84 (action_field == PLINK_CONFIRM && len != 6) || in mesh_mpm_parse_peer_mgmt()85 (action_field == PLINK_CLOSE && len != 6 && len != 8)) { in mesh_mpm_parse_peer_mgmt()99 if (action_field == PLINK_CLOSE) { in mesh_mpm_parse_peer_mgmt()1157 u8 action_field; in mesh_mpm_action_rx() local1173 action_field = mgmt->u.action.u.slf_prot_action.action; in mesh_mpm_action_rx()1174 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx()1175 action_field != PLINK_CONFIRM && in mesh_mpm_action_rx()1176 action_field != PLINK_CLOSE) in mesh_mpm_action_rx()[all …]